dilution
Funding Round Dilution Calculator — Post-money valuation, investor/existing ownership and new shares for a raise.
This record as markdown: /tools/com-wingmanprotocol-agent-gateway/dilution.md
What dilution does on Gateway
AI agents use dilution to commit financial operations through Gateway, usually the final step of a payment, billing, or trading workflow. A call moves real money.
| Parameter | Type | Required | Description |
|---|---|---|---|
existing_shares | number | — | Existing share count (to compute price/new shares) |
investment_amount | number | Yes | New investment amount in USD |
pre_money_valuation | number | Yes | Pre-money valuation in USD |
Parameters from the server's own tool schema.
Why dilution is rated Critical
This tool calculates financial outcomes of funding rounds including post-money valuation and ownership stakes. While it appears to be a calculator (read-like), it is directly related to financial commitments and equity allocation in fundraising, which falls under the Financial category as it models financial obligations and ownership changes from investment raises.
From the tool's definition Funding Round Dilution Calculator — Post-money valuation, investor/existing ownership and new shares for a raise.
Attacks that exploit this kind of access
The rule that runs dilution safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Gateway, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For dilution, this is the rule to start with:
Any call to dilution is blocked until a human approves it. The rest of the server keeps working.
The button opens the PolicyLayer dashboard: create your workspace, connect Gateway, apply this rule, and every dilution call is checked against it from then on.
Questions about dilution
Funding Round Dilution Calculator — Post-money valuation, investor/existing ownership and new shares for a raise. It is categorised as a Financial tool in the Gateway MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
dilution accepts 3 parameters: existing_shares, investment_amount, pre_money_valuation. Required: investment_amount, pre_money_valuation. The full parameter table on this page comes from the server's own tool schema.
Register the Gateway MCP server in PolicyLayer and add a rule for dilution: 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 Gateway. Nothing to install.
dilution is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the dilution 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.
Set action: deny in the PolicyLayer policy for dilution. 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.
dilution is provided by the Gateway MCP server (https://wingmanprotocol.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Gateway, and thousands of servers like it.
Across the catalogue