set_auto_topup
Configure auto-topup: when the prepaid balance falls below threshold_usd, the platform settles one of the pre-signed EIP-3009 authorizations you supply (signed outside MCP — this server cannot sign). Auth required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_per_month | No | cap on automatic top-ups per month (default 10) | |
| threshold_usd | Yes | refill when balance drops below this, USD decimal string | |
| authorizations | Yes | pre-signed transferWithAuthorization payloads: each {from, to, value, valid_after, valid_before, nonce, signature} |