sap_create_escrow_v2
Set up an escrow account with specified agent wallet, price per call, maximum calls, and initial deposit in lamports for monetized agent workflows.
Instructions
Create a V2 escrow using SDK EscrowV2Module.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) |