pay_agent
Construct and execute direct payments to other AI agents for services, data, or compute. Specify recipient, amount, token, chain, and reason for auditable transactions.
Instructions
Constructs and executes a direct payment to another agent. Use this to pay for services, data, or compute provided by another AI agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipient_address | Yes | The safeAddress of the recipient agent. | |
| amount | Yes | Amount to pay in human-readable units (e.g. "0.01"). | |
| token_symbol | No | Token to pay with (ETH, USDC, etc.). | |
| chain_id | No | Chain ID for the payment. | |
| reason | Yes | The logical reason for this payment (for auditability). |