submit_agent_trade_intent
Submits an autonomous AI agent trade intent to the Universal Agent-Native Exchange Solver on Polygon. Solves market or limit orders for ETH/USDC, BTC/USDC, and SOL/USDC using sub-second Pyth Hermes oracle prices, executing atomically…
Instructions
Submits an autonomous AI agent trade intent to the Universal Agent-Native Exchange Solver on Polygon. Solves market or limit orders for ETH/USDC, BTC/USDC, and SOL/USDC using sub-second Pyth Hermes oracle prices, executing atomically against the AgentEscrow clearing house and AgentTreasuryVault DMM. Use this tool when an autonomous AI agent wants to execute hedging swaps or trade digital assets programmatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | No | Trading pair, e.g. ETH/USDC, BTC/USDC, SOL/USDC, POL/USDC. | ETH/USDC |
| direction | Yes | BUY (Long) or SELL (Short). | BUY |
| amount_usdc | Yes | Trade size denominated in USDC (minimum 0.001). | |
| intent_type | No | MARKET or LIMIT order execution type. | MARKET |
| limit_price | No | Optional target price if intent_type is LIMIT. | |
| agent_address | Yes | Checksummed EVM wallet address (0x...) of the autonomous AI agent. | 0x70997970C51812dc3A010C7d01b50e0d17dc79C8 |