Skip to content

Commit 327acee

Browse files
authored
Merge pull request #3058 from federiconardelli7/federiconardelli7/small-issues-fix
Federiconardelli7/small issues fix
2 parents fdbc66d + da716d7 commit 327acee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/academy/permissioned-l1s/01-introduction/02-multi-chain-review.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It's important to understand that a **Subnet or L1** is a validator set, while a
1515

1616
While technically one Subnet can validate multiple chains (like the Primary Network validating P-Chain, C-Chain, and X-Chain), **in production it's almost always a 1:1 relationship**, and we strongly recommend keeping it as such for:
1717
- **Simpler management**
18-
- **Resource isolation**: Each application gets dedicated validator resources, and in the scenario that multiple validators go done, at least only one chain will be affected.
18+
- **Resource isolation**: Each application gets dedicated validator resources, and in the scenario that multiple validators go down, at least only one chain will be affected.
1919

2020
## Subnets
2121

content/common/primary-network/p-chain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
In the Avalanche Network, the P-Chain of the Primary Network is responsible for all validator and Avalanche L1-level operations. The P-Chain supports the creation of new blockchains and Avalanche L1s, the addition of validators to Avalanche L1s, staking operations, and other platform-level operations.
22

3-
![P-Chain](/common-images/primary-network/p-chain.png)
3+
<img src="/common-images/primary-network/p-chain.png" alt="P-Chain" />
44

55
Each Avalanche validator can register a BLS public key alongside its NodeID on the Avalanche P-Chain. Validators of Avalanche L1s can stake different amounts of the Avalanche L1's staking token. Through the P-Chain, we can determine a weighted set of BLS Public Keys that correspond to the validators of each Avalanche L1 on the Avalanche Network.
66

0 commit comments

Comments
 (0)