Transaction Sponsorship

Abstracts on-chain fees from users according to the sponsorship conditions.

Sponsorship policy

Pays on-chain network fees according to the sponsorship conditions, whether it's network fees only or full sponsorship.

Full sponsorship.
Pays the network fees and the transaction fees for the user's transactions.
Network fees only (coming soon).
Pays only the network fees for the user's transactions.

Easy to integrate to existing transaction building flow

Integrate the sponsorship service to existing transaction building flow with just additional one line of code.

sponsorTx(tx).
Include the sponsor UTxO in transaction by calling the sponsorTx function, which returns a new transaction with the sponsor UTxO added.

UTxOs management

Top up the sponsorship wallet and we will manage the UTxOs to scale.

Replenish UTxOs.
Our system prepares UTxOs for the wallet to sponsor transactions. You can monitor the status and manually initiate the UTxO preparation process if needed.