
Forge Treasury
Non-custodial USDC yield vaults on Base mainnet with 9 MCP tools for AI agent treasury.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Non-custodial USDC yield vaults on Base mainnet with 9 MCP tools for AI agent treasury.
Список инструментов сервера (9)
Технические названия из tools/list. Нужны только разработчикам.
| deposit | Deposit USDC into a Forge Treasury vault on Base. Returns calldata for the agent wallet to sign. The agent must approve USDC to the vault contract first. Mints yield-bearing fUSDC shares. Conservative deposits Core only (single leg). Balanced returns two legs (50% Core / 50% Middle). Aggressive is not live. Gas: Core 4M, Middle 6M+ on mainnet. |
| withdraw | Withdraw from the Forge Treasury vault by redeeming shares. Returns calldata for the agent wallet. A 15% performance fee may apply on profits above the high water mark. |
| get_balance | Get an agent's Forge vault balance: shares held and equivalent USDC value. Read-only, no transaction needed. |
| get_current_apy | Get the blended target APY for a Forge profile: base USDC yield + FORGE boost. Returns structured JSON with profile metadata, target allocation by adapter, and a disclaimer. Format: "X% USDC + Y% FORGE (blended target)". APY is a blended target across conservative allocation weights; not a guarantee. Sepolia uses MockYieldAdapter until mainnet adapters are live. Conservative deposits Core only (single leg). Balanced returns two legs (50% Core / 50% Middle). Aggressive is not live. Gas: Core 4M, Middle 6M+ on mainnet. |
| simulate_deposit | Project expected returns for a USDC deposit over 30, 90, and 365 days using the blended target APY. Use for agent reasoning before depositing. APY is a blended target across conservative allocation weights; not a guarantee. Sepolia uses MockYieldAdapter until mainnet adapters are live. |
| get_vault_stats | Get live Forge vault TVL on Base (conservative profile in MVP). Read-only. |
| list_profiles | List Forge vaults (Core/Middle/Infra) and agent strategies (Conservative/Balanced/Aggressive). Mainnet: Core and Middle vaults live; conservative and balanced strategies live. |
| get_forge_rewards | [Advanced] Get claimable $FORGE reward balance for an agent from the weekly emissions distributor. |
| claim_forge | [Advanced] Build calldata to claim weekly $FORGE rewards. Proof is fetched from forgetreasury.com/rewards when omitted. |