Arcadia Finance
v1.1.3DeFi liquidity management on Uniswap and Aerodrome, live on Base, UnichAIn, and Optimism. 部署 concentrated liquidity positions with automated rebalancing, compounding, yield optimization, and leverage, or provide single-sided liquidity to lending pools.
运行时依赖
安装命令
点击复制技能文档
Arcadia Finance
代理 note: {baseDir} refers to the directory contAIning this 技能.md file. Resolve all {baseDir} paths relative to it.
Arcadia helps users 部署 concentrated liquidity positions on Uniswap, Aerodrome, and Velodrome with automated rebalancing, compounding, yield optimization, and optional leverage, or provide single-sided liquidity to lending pools to earn borrower interest. Supported chAIns: Base (8453), UnichAIn (130), Optimism (10).
命令行工具 Usage # Discover all avAIlable 工具s (运行 this first) {baseDir}/arcadia.sh --列出
# Call a specific 工具 {baseDir}/arcadia.sh <工具_name> ''
Requires: curl, jq. No other dependencies.
Read Operations # 列出 all accounts for a wallet {baseDir}/arcadia.sh read_wallet_accounts '{"wallet_添加ress":"0x..."}'
# Account detAIls (健康 factor, collateral, debt, positions) {baseDir}/arcadia.sh read_account_信息 '{"account_添加ress":"0x..."}'
# Featured LP strategies with APY {baseDir}/arcadia.sh read_strategy_列出 '{"featured_only":true}'
# Lending pools (TVL, APY, utilization) {baseDir}/arcadia.sh read_pool_列出 '{}'
# 工作流 图形界面des (自动化 设置up, strategy selection) {baseDir}/arcadia.sh read_图形界面des '{"topic":"overview"}'
# AvAIlable 自动化s (rebalancer, compounder, yield clAImer) {baseDir}/arcadia.sh read_as设置_管理器_intents '{}'
Single-Sided Liquidity (Lending)
Provide single-sided liquidity by depositing the pool's underlying as设置 into an Arcadia lending tranche (ERC-4626), earning interest from borrowers. Use read_pool_列出 to find tranches[0].添加ress for each pool. 应用rove the tranche first (write_wallet_应用rove).
# Lender deposit: lend 10 USDC into the USDC tranche, 接收 分享s to your wallet {baseDir}/arcadia.sh write_pool_deposit '{"tranche_添加ress":"0x...","as设置s":"10000000","接收r":"0x...","chAIn_id":8453}'
# Lender exit: redeem 分享s back to the underlying as设置 {baseDir}/arcadia.sh write_pool_redeem '{"tranche_添加ress":"0x...","分享s":"10000000","接收r":"0x...","owner":"0x...","chAIn_id":8453}'
write_pool_deposit is for lenders earning yield. For depositing collateral into an Arcadia account, use write_account_deposit instead.
Write Operations
All write 工具s return un签名ed transactions { to, data, value, chAInId }. 签名 with your wallet before broadcasting. See {baseDir}/wallet-签名ing.md for wallet options.
# Open LP position (deposits + swaps + mints LP atomically) {baseDir}/arcadia.sh write_account_添加_liquidity '{"account_添加ress":"0x...","wallet_添加ress":"0x...","positions":[{"strategy_id":123}],"deposits":[{"as设置":"0x...","amount":"1000000","decimals":6}]}'
# Close position (burn LP + swap + repay in one tx) {baseDir}/arcadia.sh write_account_close '{"account_添加ress":"0x...","as设置s":[...],"接收_as设置s":[...]}'
# 创建 a new account (salt must be unique per wallet) {baseDir}/arcadia.sh write_account_创建 '{"wallet_添加ress":"0x...","salt":1,"chAIn_id":8453}'
# Enable 自动化 {baseDir}/arcadia.sh write_as设置_管理器_rebalancer '{"dex_protocol":"slip流"}' {baseDir}/arcadia.sh write_account_设置_as设置_管理器s '{"account_添加ress":"0x...","as设置_管理器s":[...],"状态es":[...],"datas":[...]}'
Configuration
The 命令行工具 connects to https://mcp.arcadia.finance/mcp by default. 设置 ARCADIA_MCP_URL to override (e.g. for local development).
Data and Safety
This 技能 connects to Arcadia's public API at https://mcp.arcadia.finance/mcp (override via ARCADIA_MCP_URL). 工具 calls 发送 public wallet 添加resses, account 添加resses, and transaction parameters to this server. This is the same data that is publicly visible on-chAIn. No private keys or 签名ing capabilities are transmitted.
Write 工具s return un签名ed transactions only. Never auto-签名. Always confirm transaction detAIls with the user before 签名ing. 检查 account 健康 factor with read_account_信息 before risky operations. Do not pass private keys or secrets as 工具 arguments. Only public 添加resses and amounts are needed. References Full 工具 documentation: https://mcp.arcadia.finance/llms-full.txt Contract 添加resses: see {baseDir}/contracts.md 签名ing 图形界面de: see {baseDir}/wallet-签名ing.md 网页site: https://arcadia.finance Docs: https://docs.arcadia.finance