Skip to main content
Sponsorship lets you absorb deposit fees so your users receive the full deposited amount on the target chain. You configure which fee types to sponsor, independently per source chain, via the /setup endpoint.

Sponsorable fees

Each fee type is controlled independently:

Per-chain configuration

Sponsorship is configured per source chain using CAIP-2 identifiers. Each chain is configured independently — there’s no global toggle. Chains without explicit config default to no sponsorship.

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").
  • Chains without explicit config default to no sponsorship. Omitting a fee type from the chain config is equivalent to "none".

Effect on deposit amount

Sponsored fees are covered by your sponsorship balance. 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