create_tip_jar
Create a reusable 'pay what you want' tip jar with zero setup and no account. Returns a shareable URL and embeddable button; funds settle directly to your wallet.
Instructions
Create a reusable 'pay what you want' tip jar with ZERO setup, no account, no API key. The payer chooses the amount. Returns a shareable /tip url, an embeddable button, and a manage_url. Idempotent per wallet address: calling again updates the same tip jar. Non-custodial: funds settle directly to the address you provide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Optional custom URL slug; auto-generated if omitted | |
| asset | No | Defaults to USDC | |
| chain | No | Defaults to base | |
| No | Optional, lets the owner claim a dashboard later | ||
| title | No | Heading shown on the tip page, e.g. 'Buy me a coffee' | |
| address | Yes | Destination wallet; funds settle here. Shieldz never holds them. | |
| description | No | ||
| suggested_amounts_usd | No | Preset amount buttons in USD, e.g. [3, 5, 10] |