You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fees.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ Staking and unstaking operations incur weight-based fees as well as amount-based
12
12
13
13
Reading the state of the chain is always free.
14
14
15
-
## Flat Transaction Fees
15
+
## Weight-Based Transaction Fees
16
+
17
+
Many extrinsics in Bittensor are subject to **weight-based fee**. In Polkadot-based chains like Subtensor (Bittensor's layer 1 blockchain), [weight](https://docs.polkadot.com/polkadot-protocol/glossary/#weight) is a measure of compute time.
16
18
17
19
**Fee Details**:
18
20
-**Current rate**: $\approx0.00013 \tau$ (reduced from $\approx0.0013 \tau$)
@@ -21,7 +23,6 @@ Reading the state of the chain is always free.
21
23
-**Impact on liquidity**: Fees are *recycled* (deducted from `TotalIssuance`)
22
24
See: [Recycling and Burning](./glossary#recycling-and-burning)
0 commit comments