Learn about Relay fees
gas
, relayerService
, and relayerGas
. The two relayer fees (service and gas) are combined to make the full relayer
fee.
gas: The gas fee to be paid on the origin chain to execute the transaction. This is usually paid by the user to deposit funds to the relayer to initiate the bridge or swap.
relayer: The sum of the relayerService and the relayerGas.
relayerService: The service fee paid to the relayer to facilitate execution.
relayerGas: The gas fee given to the solver to pay gas fees on the destination chain.
appFees: Third party fees added on top of the existing fees, this fee is added by app developers and accrues offchain to minimize gas costs.
Gas fees are estimates and may fluctuate over time, if using in a calculation we recommend adding a small buffer to account for these fluctuations.
appFees
in the Quote API.
Since app fees accrue off-chain, we maintain a database that tracks:
$MOG -> $MEME
may still require paying some ETH as an app fee.balances.currency
field, reflecting your off-chain balance for each currency accumulated:
/execute/permit
endpoint to verify ownership of your claim address. The SDK automates this process for you.
/execute/permit
with the requestId
and signature
to claim your fees. An example request would be: