Summary
The Mint documentation states a 0.03% fee, but the live bridge at mint.utexo.com
charges 0.40% (labeled "Comission (0.40%)" in the transaction preview and confirmed
by the actual amounts on completed transfers).
Where the docs say 0.03%
product-suite/mint.mdx (rendered at docs.utexo.com/product-suite/mint, "Fees" section):
The current fee rate is 0.03% across supported networks.
What the product does (mainnet, 2026-07-22)
Two real Ethereum→RGB transfers, both showing "Comission (0.40%)" in the UI:
| Transfer |
Amount sent |
Commission charged |
Rate |
| #3652 |
1 USDT |
0.004 USDT |
0.40% |
| #3653 |
1.5 USDT |
0.006 USDT |
0.40% |
(The percentage fee is separate from the dynamic "estimated gas fee" component,
which was 0.88579 / 0.696721 USDT respectively.)
Ask
Either the docs are stale or the deployed CommissionManager config differs from the
intended rate — could you clarify which value is correct and update the docs (or the
config) accordingly? A note on whether the rate is per-route/per-network would also help.
(Found while integrating against the Mint; same test run as issue #34.)
Summary
The Mint documentation states a 0.03% fee, but the live bridge at mint.utexo.com
charges 0.40% (labeled "Comission (0.40%)" in the transaction preview and confirmed
by the actual amounts on completed transfers).
Where the docs say 0.03%
product-suite/mint.mdx(rendered at docs.utexo.com/product-suite/mint, "Fees" section):What the product does (mainnet, 2026-07-22)
Two real Ethereum→RGB transfers, both showing "Comission (0.40%)" in the UI:
(The percentage fee is separate from the dynamic "estimated gas fee" component,
which was 0.88579 / 0.696721 USDT respectively.)
Ask
Either the docs are stale or the deployed CommissionManager config differs from the
intended rate — could you clarify which value is correct and update the docs (or the
config) accordingly? A note on whether the rate is per-route/per-network would also help.
(Found while integrating against the Mint; same test run as issue #34.)