For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deposit into DeFi

Outline:

  • Discover markets with GET /api/defi/markets.

  • Deposit with POST /api/defi/depositchain_id, market_id, amount.

  • Track shares and USD value with GET /api/defi/positions.

  • Withdraw with POST /api/defi/withdraw — pass shares from the position.

  • Worked example: deposit USDC into a curated yield vault on Base.

  • Fees, gas sponsorship, and APY semantics.

See MCP Tools for the equivalent defi_deposit / defi_withdraw tools.

Last updated