sap_create_escrow
Create a V1 escrow contract on Solana to secure payments for agent API calls, defining price per call, maximum calls, and initial deposit in lamports.
Instructions
Create a V1 escrow using SDK EscrowModule.create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxCalls | No | Maximum number of calls the escrow covers (as a decimal string) | |
| agentWallet | No | Agent wallet public key (base58) | |
| pricePerCall | No | Price per call in lamports (as a decimal string) | |
| initialDeposit | No | Initial deposit amount in lamports (as a decimal string) |