New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

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 i...

SERVERForge Treasury SOURCEhttps://mcp.forgetreasury.com/mcp
Critical RISK CLASS
Category Financial
Parameters 32 required
Recommended Approval-gatedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-forgetreasury-treasury/deposit.md

What deposit does on Forge Treasury

AI agents use deposit to commit financial operations through Forge Treasury, usually the final step of a payment, billing, or trading workflow. A call moves real money.

ParameterTypeRequiredDescription
amount string Yes USDC amount to deposit (human-readable, e.g. "1000" for 1000 USDC)
profile string Strategy id (legacy "profile" name). conservative → Core vault. balanced → Core + Middle legs (50/50). aggressive → STRATEGY_NOT_LIVE. Defaults to "conservative
agentAddress string Yes Agent wallet address that will receive vault shares

Parameters from the server's own tool schema.

Why deposit is rated Critical

This tool directly moves USDC (a stablecoin representing real financial value) from an agent's wallet into a yield vault on Base mainnet. This is a core Financial operation that commits monetary assets and creates yield-bearing positions. Even though it is non-custodial (user retains control), the tool enables irreversible capital deployment that obligates funds to a smart contract protocol.

From the tool's definition Tool description explicitly states 'Deposit USDC into a Forge Treasury vault' and 'The agent must approve USDC to the vault contract first'.

Questions about deposit

What does the deposit tool do? +

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. It is categorised as a Financial tool in the Forge Treasury MCP Server, which means it involves financial transactions. Block by default and require explicit approval.

What parameters does deposit accept? +

deposit accepts 3 parameters: amount, profile, agentAddress. Required: amount, agentAddress. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on deposit? +

Register the Forge Treasury MCP server in PolicyLayer and add a rule for deposit: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Forge Treasury. Nothing to install.

What risk level is deposit? +

deposit is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit deposit? +

Yes. Add a rate_limit block to the deposit rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block deposit completely? +

Set action: deny in the PolicyLayer policy for deposit. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides deposit? +

deposit is provided by the Forge Treasury MCP server (https://mcp.forgetreasury.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Forge Treasury, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Forge Treasury's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.