dev.send
Sign and broadcast unsigned transactions for Arcadia Finance using a local private key. Submit onchain transactions for LP management, borrowing, and deposits.
Instructions
DEV ONLY — Sign and broadcast an unsigned transaction using a local private key (PK env var). For production, use a dedicated wallet MCP server (Fireblocks, Safe, Turnkey, etc.) instead of this tool. Takes the transaction object returned by any write.* tool and submits it onchain.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target contract address | |
| data | Yes | Encoded calldata (hex) | |
| value | No | Value in wei (default '0') | 0 |
| chain_id | No | Chain ID: 8453 (Base) or 130 (Unichain) |