How it works
When requesting quotes or executing transactions via the Delora API, you can pass a fee parameter: 0.01 = 1% Delora adds this fee to the route, and it is distributed automatically via the Fee Pool infrastructureEVM
Fees are accumulated in the Fee Pool smart contract. Only the designated fee wallet can claim accrued fees. Once a wallet is registered, all collected fees are locked to it and cannot be transferred. If you later change the fee wallet, new fees will accrue to the new wallet.Solana
On Solana, integrator fees are transferred directly to the configured integrator wallet as part of the transaction. There is no need to manually claim or withdraw fees from a separate portal — funds are received immediately on-chain.Make sure that:
- A Solana wallet is configured for your integrator.
- The wallet is activated on-chain (i.e., it has been initialized and can receive tokens).
Other networks (coming soon)
On Sui, fees will be sent directly to the designated wallet without requiring manual claims.Setting up a fee wallet
To start earning fees:- Register your integration at portal.delora.build.
- Link a wallet to collect fees.
- Provide your integrator String (so fees are tracked correctly).
Configuring fees
By default, the fees are disabled for integrators. To collect the fee, the “fee” parameter must be specified, along with the “integrator” parameter, before requesting a Quote. (See reference: Get a quote for a token transfer)Key Benefits for Developers
- New revenue stream — earn from every transaction routed through your integration.
- Flexible configuration — customise the fee for each transaction.
- Transparent accounting — track fees by chain and token.

