Credits and gas tokens
The order a fee is charged in
Cobo looks at three sources, in order:- The gas tokens held by the wallet address itself
- The gas tokens in Billing Center
- Credits
One fee is paid in full by a single source
This matters for reconciliation: every fee in your transaction records is tagged with exactly one payment source โ Paid with Credits, or Paid with gas token.Cobo Portal and the API follow different rules
Transfers initiated from Cobo Portal
The behavior is fixed per chain and is not affected by those settings:
In addition, when a Portal transfer is sponsored and gas tokens fall short, the entire fee is charged to Credits.
To stop Billing Center from covering a particular Portal transfer, choose that option in the transfer dialog.
Transactions initiated through the API
How the fee is paid is determined by theauto_fuel parameter in the request. When the parameter is omitted it defaults to UsePortalPreference, which follows the per-chain sponsorship rules configured in Settings. When another value is passed explicitly, the request decides and the page configuration is not read.
For all accepted values and request examples, see the Transfer token endpoint in the Developer Hub.
