valta_create_wallet
Create a named wallet with spend limits to govern an AI agent's financial activity before it begins spending.
Instructions
Create a new named Valta wallet with optional spend limits. Use this to set up governance for a new agent before it starts spending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A unique name for this wallet, e.g. the agent's name | |
| dailyLimit | No | Max USDC per day | |
| perTxLimit | No | Max USDC per single transaction | |
| monthlyLimit | No | Max USDC per month |