π¦ ClawHub
Yield Farm Payment
by @altoninelli
Free usage! Transform your outgoing payments into a yield-generating asset. Auto recover of all paid amounts through yield farming on Aave V3. This skill aut...
π‘ Examples
# Check configuration
node scripts/check-configuration.jsSafe simulation testing (no transactions)
node scripts/test-realistic-payment.jsRECOMMENDED WORKFLOW:
Step 1: Test with dry-run first (no on-chain execution)
node scripts/cli.js --dry-run --amount 0.1 --recipient 0x... --collateral 5 --buffer 8Step 2: Execute real transaction with interactive confirmation
node scripts/cli.js --amount 0.1 --recipient 0x... --collateral 5 --buffer 8Advanced: Skip confirmation after thorough review (use with caution)
node scripts/cli.js --confirm --amount 0.1 --recipient 0x... --collateral 5 --buffer 8Custom collateral multiplier
node scripts/cli.js --mode upfront --amount 0.5 --recipient 0x... --collateral 10 --buffer 5
βοΈ Configuration
1. Copy .env.example to .env
2. Set your PRIVATE_KEY and BASE_RPC_URL
3. Verify contract addresses for Base network
Usage
# Check configuration
node scripts/check-configuration.jsSafe simulation testing (no transactions)
node scripts/test-realistic-payment.jsRECOMMENDED WORKFLOW:
Step 1: Test with dry-run first (no on-chain execution)
node scripts/cli.js --dry-run --amount 0.1 --recipient 0x... --collateral 5 --buffer 8Step 2: Execute real transaction with interactive confirmation
node scripts/cli.js --amount 0.1 --recipient 0x... --collateral 5 --buffer 8Advanced: Skip confirmation after thorough review (use with caution)
node scripts/cli.js --confirm --amount 0.1 --recipient 0x... --collateral 5 --buffer 8Custom collateral multiplier
node scripts/cli.js --mode upfront --amount 0.5 --recipient 0x... --collateral 10 --buffer 5
TERMINAL
clawhub install yield-farm-payment