Skip to content

Commit 8596eb5

Browse files
committed
update to table
1 parent e1573e5 commit 8596eb5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/concepts/tokens/decentralized-exchange/automated-market-makers.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,11 @@ Each AMM gives its liquidity providers the power to vote on its fees, in proport
104104

105105
_Trading fees_ differ from _transfer fees_.
106106

107-
- Trading fees are set by the liquidity providers of an AMM, only apply to trades against the AMM, and can be redeemed with LP tokens.
108-
- Transfer fees are set by the token issuer, apply to all transfers (except when sending to or receiving from the issuer), and are burned.
107+
| Differences | AMM Trading Fees | Token Transfer Fees |
108+
|-------------|------------------|---------------------|
109+
| Who sets the fee? | AMM liquidity providers. | Token issuer. |
110+
| When does the fee apply? | When swapping against the AMM. | Any time the token transfers accounts, except when sending or receiving _directly_ to and from the token issuer. |
111+
| Can fees be redeemed? | Yes, by liquidity providers when they turn in their LP tokens. | No, fees are burned. |
109112

110113
{% /admonition %}
111114

0 commit comments

Comments
 (0)