Quickstart
Prerequisites
Required Tools
# Install Foundry
curl -L https://foundry.paradigm.xyz | bash
foundryup
# Verify installation
forge --version
cast --versionEnvironment Setup
# Private key (without 0x prefix)
PRIVATE_KEY=your_private_key_here
# RPC URLs
MONAD_TESTNET_RPC=https://testnet-rpc.monad.xyz
# Block explorers (optional)
MONAD_EXPLORER_API_KEY=your_api_keyInstallation
Deployment
Deploy on Monad Testnet
Usage Examples
Example 1: Lock a V3 Position
Step 1: Create a Pool and Position
Step 2: Lock the Position
Example 2: Lock V2 LP Tokens
Example 3: Claim Fees from Locked V3 Position
Using Cast (Command Line)
Get Your Lock IDs
Check Lock Details
Check if You Can Unlock
Unlock Your Position
Testing
Run All Tests
Test V3 Locker
Test V2 Locker
Verification
Verify on Monad Explorer
Common Issues & Solutions
Issue: "Insufficient Creation Fee"
Issue: "NFT Transfer Failed"
Issue: "Lock Not Unlocked"
Next Steps
Support
Last updated
