Skip to content

Commit 54e05bd

Browse files
wip
1 parent 2f1a9fa commit 54e05bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/fees.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Staking and unstaking operations incur weight-based fees as well as amount-based
1212

1313
Reading the state of the chain is always free.
1414

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.
1618

1719
**Fee Details**:
1820
- **Current rate**: $\approx0.00013 \tau$ (reduced from $\approx0.0013 \tau$)
@@ -21,7 +23,6 @@ Reading the state of the chain is always free.
2123
- **Impact on liquidity**: Fees are *recycled* (deducted from `TotalIssuance`)
2224
See: [Recycling and Burning](./glossary#recycling-and-burning)
2325

24-
2526
### Staking Operations
2627
- [`add_stake`](https://github.com/opentensor/subtensor/blob/main/pallets/subtensor/src/macros/dispatches.rs#L591)
2728
- [`remove_stake`](https://github.com/opentensor/subtensor/blob/main/pallets/subtensor/src/macros/dispatches.rs#L635)

0 commit comments

Comments
 (0)