Overview
Staking API now supports seamless integration with the Babylon suite of protocols, enabling the following key benefits:
- Ability to lock Bitcoin in a self-custodian vault to initiate the staking process via our API.
- Ability to stake Bitcoin on Babylon and more PoS blockchains in the future.
The staking process using the Staking API consists of the following steps:
- Create a stake transaction.
- Sign and send the transaction to the network.
Get an authentication token to start using Staking API.
Please note
The Babylon mainnet is currently under release and will be launched in three phases:
- Bitcoin Locking: stakers can deposit and lock Bitcoins, but will not receive a reward directly.
- Bitcoin Staking Activation: the PoS network is going to be launched.
- Bitcoin Multi-Staking Activation: stakers will be able to natively stake the same bitcoins across multiple PoS systems simultaneously and earn multiple staking rewards.
Only phase 1 is currently active.
We provide the following endpoint for testing and production environments:
- PRODUCTION: https://api.p2p.org
- TESTING: https://api.p2p.org
For Babylon, there are several networks available:
mainnet
— Babylon main production environment and Bitcoin mainnet (only locking BTC is currently available).testnet
— Babylon testing environment and Bitcoin testnet called sigNet.
What's Next?
- Getting Started.
- Sign and Broadcast Transaction.
- Withdrawal.
- Staking API reference.
Updated 20 days ago