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

flash_submit_order

Execute a trade end to end: fetch a fresh quote, send any required wrap/approve transactions, sign the order with your funder wallet, and submit it. For market orders it polls until the order fills (or times out). Requires an API key and the matching funder wallet private key. This spends real fu...

SERVERFlash SOURCE@definitive-fi/flash-mcp
Critical RISK CLASS
Category Financial
Parameters 126 required
Recommended Approval-gatedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/definitive-fi-flash-mcp/flash-submit-order.md

What flash_submit_order does on Flash

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

ParameterTypeRequiredDescription
qty string Yes Decimal amount being spent: contraAsset units for buys, targetAsset units for sells
side string Yes
rpcUrl string Override the RPC used for on-chain wrap/approve sends
triggers array Price triggers for stop/take-profit/bracket
orderType string
expireTime string ISO-8601 expiry for limit/trigger orders (omit for GTC)
quickTrade boolean Market-only QuickTrade mode
contraAsset string Yes Address of the contra asset — spent on buys, received on sells. Native gas assets are auto-wrapped like targetAsset (the spent side is wrapped before the trade)
contraChain string Yes Chain of the contra asset (usually same as targetChain)
maxSlippage string Slippage tolerance as a decimal, e.g. 0.01 = 1% (default 0.05)
targetAsset string Yes Address of the target (traded) asset. A native gas asset (its symbol like "ETH", "native", the zero address, or the 0xEeee… sentinel) is auto-routed through the
targetChain string Yes Chain of the target (traded) asset

Parameters from the server's own tool schema.

Why flash_submit_order is rated Critical

This tool directly executes financial trades, spending real funds. It handles the complete transaction lifecycle including signing with a private wallet key and submitting orders. Misuse could result in unauthorized financial transactions, making it the highest severity financial risk.

From the tool's definition Execute a trade end to end... This spends real funds.

Risk signalsHigh parameter count (22 properties)

Questions about flash_submit_order

What does the flash_submit_order tool do? +

Execute a trade end to end: fetch a fresh quote, send any required wrap/approve transactions, sign the order with your funder wallet, and submit it. For market orders it polls until the order fills (or times out). Requires an API key and the matching funder wallet private key. This spends real funds. It is categorised as a Financial tool in the Flash MCP Server, which means it involves financial transactions. Block by default and require explicit approval.

What parameters does flash_submit_order accept? +

flash_submit_order accepts 12 parameters: qty, side, rpcUrl, triggers, orderType, expireTime, quickTrade, contraAsset, contraChain, maxSlippage, targetAsset, targetChain. Required: qty, side, contraAsset, contraChain, targetAsset, targetChain. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on flash_submit_order? +

Register the Flash MCP server in PolicyLayer and add a rule for flash_submit_order: 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 Flash. Nothing to install.

What risk level is flash_submit_order? +

flash_submit_order 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 flash_submit_order? +

Yes. Add a rate_limit block to the flash_submit_order 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 flash_submit_order completely? +

Set action: deny in the PolicyLayer policy for flash_submit_order. 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 flash_submit_order? +

flash_submit_order is provided by the Flash MCP server (@definitive-fi/flash-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Flash, 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 Flash'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.