Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion technical-deep-dive/fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Interfaces can include an optional affiliate fee (in basis points) that’s coll
To deliver your final asset, THORChain pays gas on the destination chain and charges an Outbound Fee from your swap output. This fee:

- Covers actual L1 gas and protocol overhead.
- Uses a dynamic Outbound Fee Multiplier (OFM) that moves between ~1× and based on network and protocol factors.
- Uses a dynamic Outbound Fee Multiplier (OFM) that moves between [`MinOutboundFeeMultiplierBasisPoints`](https://thornode.ninerealms.com/thorchain/mimir) (1%) and [`MaxOutboundFeeMultiplierBasisPoints`](https://thornode.ninerealms.com/thorchain/mimir) (300%) based on network and protocol factors.
- Is published via THORNode endpoints so integrators can budget precisely.

For implementation details, see the [Outbound Fee dev docs](https://dev.thorchain.org/concepts/fees.html#4-outbound-fee).
Expand Down