Skip to main content
Your organization pays gas, bridging, and protocol fees on every deposit, on every chain, so your users receive the full deposited amount on the target chain. The swap fee is paid by the user. The Deposit API needs billing on every chain, testnets included: a card on your organization in the dashboard, or an approved contract. Without one, every call is refused with a 403.

Plan options

Enterprise plans can change who pays with POST /setup, per source chain: The protocol fee is always sponsored. A setting your plan doesn’t include is overwritten when you save it: gas and bridging to "all" with no maxAmountUsd, and swap to "none". Contact Rhinestone to enable either option.

Configure sponsorship

Sponsorship is configured per source chain using CAIP-2 identifiers. Each chain is configured independently — there’s no global toggle. With passing fees to users, chains without explicit config default to no sponsorship; without it, they’re fully sponsored like every other chain.
This example needs both plan options. To clear all sponsorship rules, send sponsorship: {} in a partial POST /setup update.

How sponsorship is resolved

Each fee type is resolved independently when processing a deposit, based on the source chain config and the account’s deployment status at that moment.
  • Each fee type is resolved independently. You can sponsor bridging without sponsoring gas, or vice versa.
  • Deployment status is checked at processing time, not at registration. An account registered before deployment will start receiving gas sponsorship once it’s deployed (if the mode is "deployed").
  • With passing fees to users, chains without explicit config default to no sponsorship, and omitting a fee type from the chain config is equivalent to "none".

Effect on deposit amount

Sponsored fees are covered by your organization and billed to you monthly. The user receives the full bridged amount — if they deposit 100 USDC and fees are 0.50 USDC, they receive the full 100 USDC on the target chain. Unsponsored fees are deducted from the deposit. The user receives less than they sent — if they deposit 100 USDC and fees are 0.50 USDC, they receive 99.50 USDC.

Learn more