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
|`--network`, `--subtensor.network`, `--chain`, `--subtensor.chain_endpoint`| TEXT | The subtensor network to connect to. Default: finney. |
2538
+
|`--wallet-name`, `--name`, `--wallet_name`, `--wallet.name`| TEXT | Name of the wallet. |
2539
+
|`--wallet-path`, `-p`, `--wallet_path`, `--wallet.path`| TEXT | Path where the wallets are located. For example: `/Users/btuser/.bittensor/wallets`. |
2540
+
|`--hotkey`, `-H`, `--wallet_hotkey`, `--wallet-hotkey`, `--wallet.hotkey`| TEXT | Hotkey of the wallet |
2541
+
|`--netuid`| INTEGER | The netuid of the subnet in the network, (e.g. 1). |
2542
+
|`--liquidity`| FLOAT | Amount of liquidity to add to the subnet. |
2543
+
|`--price-low`, `--price_low`, `--liquidity-price-low`, `--liquidity_price_low`| FLOAT | Low price for the adding liquidity position. |
2544
+
|`--price-high`, `--price_high`, `--liquidity-price-high`, `--liquidity_price_high`| FLOAT | High price for the adding liquidity position. |
|`--network`, `--subtensor.network`, `--chain`, `--subtensor.chain_endpoint`| TEXT | The subtensor network to connect to. Default: finney. |
2566
+
|`--wallet-name`, `--name`, `--wallet_name`, `--wallet.name`| TEXT | Name of the wallet. |
2567
+
|`--wallet-path`, `-p`, `--wallet_path`, `--wallet.path`| TEXT | Path where the wallets are located. For example: `/Users/btuser/.bittensor/wallets`. |
2568
+
|`--hotkey`, `-H`, `--wallet_hotkey`, `--wallet-hotkey`, `--wallet.hotkey`| TEXT | Hotkey of the wallet |
2569
+
|`--netuid`| INTEGER | The netuid of the subnet in the network, (e.g. 1). |
2570
+
|`--quiet`|| Display only critical information on the console. |
2571
+
|`--verbose`|| Enable verbose output. |
2572
+
|`--json-output`, `--json-out`|| Outputs the result of the command as JSON. |
2573
+
|`--help`|| Show this message and exit. |
2574
+
2575
+
### `btcli liquidity modify`
2576
+
2577
+
Modifies the liquidity position for the given subnet.
|`--network`, `--subtensor.network`, `--chain`, `--subtensor.chain_endpoint`| TEXT | The subtensor network to connect to. Default: finney. |
2590
+
|`--wallet-name`, `--name`, `--wallet_name`, `--wallet.name`| TEXT | Name of the wallet. |
2591
+
|`--wallet-path`, `-p`, `--wallet_path`, `--wallet.path`| TEXT | Path where the wallets are located. For example: `/Users/btuser/.bittensor/wallets`. |
2592
+
|`--hotkey`, `-H`, `--wallet_hotkey`, `--wallet-hotkey`, `--wallet.hotkey`| TEXT | Hotkey of the wallet |
2593
+
|`--netuid`| INTEGER | The netuid of the subnet in the network, (e.g. 1). |
2594
+
|`--position-id`, `--position_id`| INTEGER | Position ID for modification or removing. |
2595
+
|`--liquidity-delta`, `--liquidity_delta`| FLOAT | Liquidity amount for modification. |
|`--network`, `--subtensor.network`, `--chain`, `--subtensor.chain_endpoint`| TEXT | The subtensor network to connect to. Default: finney. |
2617
+
|`--wallet-name`, `--name`, `--wallet_name`, `--wallet.name`| TEXT | Name of the wallet. |
2618
+
|`--wallet-path`, `-p`, `--wallet_path`, `--wallet.path`| TEXT | Path where the wallets are located. For example: `/Users/btuser/.bittensor/wallets`. |
2619
+
|`--hotkey`, `-H`, `--wallet_hotkey`, `--wallet-hotkey`, `--wallet.hotkey`| TEXT | Hotkey of the wallet |
2620
+
|`--netuid`| INTEGER | The netuid of the subnet in the network, (e.g. 1). |
2621
+
|`--position-id`, `--position_id`| INTEGER | Position ID for modification or removal. |
2622
+
|`--all`, `--a`|| Whether to remove all liquidity positions for given subnet. |
Copy file name to clipboardExpand all lines: docs/emissions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Each block, liquidity is also set aside to be emitted to participants (validator
102
102
At the end of each tempo (360 blocks), the quantity of alpha accumulated over each block of the tempo is extracted by network participants in the following proportions:
103
103
104
104
1. 18% by subnet owner
105
-
1. 41% of emissions go to miners. The allocation to particular miners is determined by [Yuma Consensus: Miner emissions#miner-emissions](./yuma-consensus).
105
+
1. 41% of emissions go to miners. The allocation to particular miners is determined by [Yuma Consensus: Miner emissions#miner-emissions](../yuma-consensus).
106
106
1. 41% by validators and their stakers.
107
107
108
108
1. First, the allocation to validators miners is determined by [Yuma Consensus: Validator Emissions](./yuma-consensus#validator-emissions).
0 commit comments