Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Learn/Bitlayer PoS/AboutFinality.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ sidebar_position: 90

In this initial phase, Bitlayer adopts the best security model: PoS + Multisig, working with multiple MPC custody platforms, ultilizing 100% EVM-Compatible environment to onboard users and developers.

At this stage, there're up to 21 canonical validators are reponsible for proposing blocks and maintaining the blockchain, the consensus is like `clique` in go-ethereum, but with **System contracts** to deal with staking and validator managements.
At this stage, there're up to 21 canonical validators are responsible for proposing blocks and maintaining the blockchain, the consensus is like `clique` in go-ethereum, but with **System contracts** to deal with staking and validator managements.

At this stage, Bitlayer adopts the longest chain strategy (AKA the largest total difficulty strategy) to select the cononical chain if there are multi-branch at a height. **So, the latest few blocks may be reorg**.
At this stage, Bitlayer adopts the longest chain strategy (AKA the largest total difficulty strategy) to select the canonical chain if there are multi-branch at a height. **So, the latest few blocks may be reorg**.

For finality at Bitlayer PoS stage:

Expand Down
2 changes: 1 addition & 1 deletion docs/Learn/FAQs/Contact-Details.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 2

Website:https://www.bitlayer.org/

Twitter: https://twitter.com/BitLayerLabs
Twitter: https://x.com/BitLayerLabs

Discord: https://discord.com/invite/GGSjNyD8nj

Expand Down
2 changes: 1 addition & 1 deletion docs/Learn/Introduction/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Bitlayer is rapidly evolving, with significant milestones already achieved and e

By combining Bitcoin's security with cutting-edge scalability and programmability, Bitlayer is poised to redefine the possibilities of Bitcoin Layer 2. Dive into our documentation to explore the technical details and start building on Bitlayer today!

Stay updated on our progress by following our [Twitter](https://twitter.com/BitLayerLabs) or joining our active [Discord](https://discord.com/invite/GGSjNyD8nj) / [Telegram](https://t.me/bitlayerofficial) community. You can also read our [Blog](https://blog.bitlayer.org/) to stay abreast of the latest Bitlayer developments.
Stay updated on our progress by following our [Twitter](https://x.com/BitLayerLabs) or joining our active [Discord](https://discord.com/invite/GGSjNyD8nj) / [Telegram](https://t.me/bitlayerofficial) community. You can also read our [Blog](https://blog.bitlayer.org/) to stay abreast of the latest Bitlayer developments.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const config = {
},
{
label: 'Twitter',
href: 'https://twitter.com/BitLayerLabs',
href: 'https://x.com/BitLayerLabs',
},
],
},
Expand Down