Skip to content

Commit

Permalink
Bitcoin L2s with Babylon
Browse files Browse the repository at this point in the history
  • Loading branch information
galleon8 committed Sep 23, 2024
1 parent 4e2d922 commit 2bacc77
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
"basic-tutorials": "Basic Tutorials",
"smart-contract-tutorials": "Smart Contract Development",
"advanced-tutorials": "Advanced Tutorials",
"-- Scaling with Ankr": {
"-- Scaling with Asphere": {
"type": "separator",
"title": "Scaling with Asphere"
},
"scaling-services-overview": "Scaling Services Overview",
"scaling-services-nocode-deployer": "No-Code Deployer",
"scaling-services-btc-l2": "Bitcoin L2s",
"scaling-services-rollups": "Rollups",
"scaling-services-sidechains": "Sidechains",
"-- Staking": {
Expand Down
16 changes: 13 additions & 3 deletions pages/liquid-staking/flow/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Currently, there is no minimum amount defined for FLOW staking.

### Why do I get less ankrFLOW for my 1 FLOW?

ankrFLOW only changes in value, which is why the amount of ankrFLOW you get when staking is calculated by the formula `stake * exchange_ratio`. The exchange ratio is calculated like this: `totals_supply_of_ankrFLOW / (total_staked_FLOW + total_rewards_for_staked_FLOW - total_unstaked_ankrFLOW)`.
ankrFLOW only changes in value, which is why the amount of ankrFLOW you get when staking is calculated by the formula `stake * exchange_ratio`. The exchange ratio is calculated like this: `totals_supply_of_ankrflow / (total_staked_flow + total_rewards_for_staked_flow - total_unstaked_ankrflow)`.

### Is there a maximum amount I can stake?

Expand All @@ -36,11 +36,21 @@ Ankr takes a 10% technical service fee from the staking reward to cover the prov

### If I click Unstake, does my stake immediately stop accumulating rewards?

Your stake immediately **stops** accumulating rewards once you've clicked **Unstake**.
Your stake immediately **stops** accumulating rewards once you clicked **Unstake**.

### Is there any liquidity for my Liquid Staking tokens anywhere?

To be added soon...
You can trade them in the listed liquidity pools on ANKR DeFi:

* [ankrFLOW ](https://www.ankr.com/staking/defi/?networks=flow)

You can also use your Liquid Staking tokens to:

* [Add liquidity on DEXs](https://www.ankr.com/docs/defi/liquidity-pools/) and earn from commissions taken when users swap tokens, using the liquidity pool you're a part of.

* [Yield farm](https://www.ankr.com/docs/defi/yield-farming/) and earn additional rewards in the form of liquidity pool tokens and further farm them.

* [Put your tokens in a vault](https://www.ankr.com/docs/defi/vaults/) and automatically earn additional rewards in the form of one of both assets from the pair.

### Can I get staking metrics for my integration?

Expand Down
37 changes: 37 additions & 0 deletions pages/scaling-services-btc-l2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
import { Callout } from "components";

# Bitcoin L2s

Asphere partners with [Babylon](https://babylonlabs.io/) and offers launching your custom Bitcoin L2 PoS chains that natively integrate with Babylon's network and Bitcoin Staking protocol that bullet-proofs the crypto-economic security of you chain, makes it a participant of the healthy economics, and provides a highly-scalable chain with fast finality for its transactions.

Babylon's Bitcoin Timestamping protocol provides the following security benefits to the PoS chains:

* **Solves long-range attacks**: Bitcoin's immutability ensures that finalized PoS blocks cannot be tampered with after they are anchored to the Bitcoin blockchain. This significantly reduces the risk of long-range attacks, where an attacker tries to rewrite the blockchain’s history by manipulating old blocks, as Bitcoin’s Proof-of-Work (PoW) makes such attacks extremely costly and unlikely.

* **No weak subjectivity**: Bitcoin timestamps are objective. It can thus eliminate the dependency of PoS chains on social consensus and weak subjectivity.

* **Shorter unbonding time**: By replacing social consensus, BTC timestamping can reduce the stake unbonding time of PoS chains from weeks to one day.

* **New chain bootstrapping**: New PoS chains with low valuation are more vulnerable to forking attacks. BTC timestamping can help safeguard the chain alone its growth.

* **Verification of state sync and snapshots**: The objective truth about a PoS chain provided by BTC allows the users of the PoS chain to verify the chain state or snapshot it has downloaded from the P2P network.

* **Protecting important transactions**: BTC timestamps can be used to further confirm important PoS transactions at the cost of longer confirmation latency.

* **Censorship Resistance**: BTC timestamping could also be used to fight against transaction censorship in PoS chains via posting censored transactions to BTC.

## Bitcoin L2 tech solution

Asphere offers a comprehensive suite of technical solutions designed to accelerate launching your custom Bitcoin L2 PoS chain:

* **Cosmos SDK Template**: We offer a fully customizable template built on the Cosmos SDK, allowing developers to launch their own blockchain network quickly and start using it with an RPC URL.

* **Babylon Integration**: Native integration with Babylon’s network and Bitcoin staking protocol via the Inter-Blockchain Communication (IBC) protocol ensures that your PoS chain benefits from Bitcoin’s robust security. This integration provides fast finality for transactions and allows seamless interoperability with other blockchains, enhancing the overall security and scalability of your network.

* **VM Flexibility**: Developers can choose between various Virtual Machine (VM) environments, such as Ethereum Virtual Machine (EVM) or WebAssembly (WASM), based on the specific requirements of their project. This flexibility allows you to deploy smart contracts and other decentralized dApps with ease.

* **Modules**: Asphere also offers optional modules to enhance the capabilities of your network. These include cross-chain bridges for connecting to other networks and blockchain explorers for enhanced transparency and user experience.

<img src="/docs/scale/btc-l2.png" class="responsive-pic" width="600" />


Binary file added public/scale/btc-l2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2bacc77

Please sign in to comment.