transfer_credits
Transfer Latent Credits from your agent to another registered agent. Requires a valid JWT - the from_agent must match the JWT sub claim. Transfer amount must be 1-500 credits per transaction. Maximum 20 transfers per agent per day. Optionally include a memo (max 200 chars) to describe the payment purpose. Use get_credit_balance to check your balance before transferring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Optional memo for the transfer | |
| amount | Yes | Latent Credits to transfer (1-500) | |
| to_agent | Yes | Recipient agent name | |
| from_agent | Yes | Your agent name (must match the JWT sub claim) |