Skip to content

Add Arcadia Finance: DeFi liquidity management on Base and Unichain#259

Open
Thomas-Smets wants to merge 5 commits intoBankrBot:mainfrom
Thomas-Smets:add-arcadia-finance
Open

Add Arcadia Finance: DeFi liquidity management on Base and Unichain#259
Thomas-Smets wants to merge 5 commits intoBankrBot:mainfrom
Thomas-Smets:add-arcadia-finance

Conversation

@Thomas-Smets
Copy link

@Thomas-Smets Thomas-Smets commented Mar 20, 2026

Summary

Adds Arcadia Finance as the first DeFi liquidity management skill in the directory.

Arcadia lets agents deploy and manage concentrated LP positions on Uniswap and Aerodrome with automated rebalancing, compounding, yield optimization, and leverage. Live on Base (8453) and Unichain (130).

  • 38 tools (17 read, 20 write, 1 dev) via remote MCP server
  • Zero config: CLI uses curl + jq to connect to mcp.arcadia.finance/mcp. No API keys, no npm dependencies
  • Bankr signing: all write tools return unsigned { to, data, value, chainId }, submitted via bankr prompt

Files

arcadia-finance/
├── SKILL.md                         # Skill definition with natural language examples
├── references/
│   ├── contracts.md                 # Protocol, pool, and token addresses
│   └── wallet-signing.md            # Transaction submission via Bankr
└── scripts/
    └── arcadia.sh                   # CLI wrapper (curl + jq, no npm deps)

Links

…and Unichain

Arcadia Finance provides LP position management on Uniswap and Aerodrome
with automated rebalancing, compounding, yield optimization, and leverage.

38 tools (17 read, 20 write, 1 dev) exposed via remote MCP server at
mcp.arcadia.finance. The CLI script connects over Streamable HTTP, so
no API keys or local setup is needed.

Includes:
- SKILL.md with natural language examples and CLI usage
- references/contracts.md with protocol and token addresses
- references/wallet-signing.md with wallet MCP server options
- scripts/arcadia.mjs CLI wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant