# FAQ: Self-custodial BTC Staking (Babylon)

<details>

<summary><strong>Is my BTC safe?</strong></summary>

Absolutely. You never hand your coins to anyone.

* You sign a locking transaction from your own Bitcoin wallet.
* Your BTC stays at that address under your keys.
* Babylon Genesis simply verifies the lock on-chain to confirm it's valid for voting power and network security contribution.
* You (and only you) can unlock it once the timelock expires.

There’s no bridge, no wrapped token, and no smart contract risk.

This locking mechanism follows Babylon’s native BTC staking standard, end to end.

</details>

<details>

<summary><strong>Does my BTC leave my wallet once staked?</strong></summary>

No, your BTC always stays in your own Bitcoin wallet. When you stake, your BTC is locked using a self-custodial Bitcoin staking script that you control. You're not sending it to anyone else.

However, current wallet softwares have not been updated to display staked BTC balances, so it might not show up but rest assured, it’s there, securely locked and verifiable on-chain.

You are the only one who can unbond the stake and withdraw.

</details>

<details>

<summary><strong>How are yields generated?</strong></summary>

Your yield comes from two sources:

* **BTC staking rewards:** Your BTC contributes to Babylon’s finality providers, helping secure the Babylon Genesis chain.
* **Co-staking rewards:** Babylon Genesis offers additional incentives when BTC and BABY are staked together. Through b14g Merge Marketplace, your BTC can be matched with BABY stakers to earn these extra rewards, boosting your APY without requiring you to hold BABY.

Learn more: [Co-staking on Babylon](https://www.mintscan.io/babylon/proposals/15)

</details>

<details>

<summary><strong>What is b14g Merge Marketplace?</strong></summary>

The b14g Merge Marketplace is an on-chain coordination layer that connects BTC stakers and BABY stakers for co-staking.

It solves a key problem in Babylon co-staking: most users only hold one asset (either BTC or BABY), but co-staking requires both. The marketplace bridges this gap by allowing:

* BTC stakers to list their BTC lock as an open order.
* BABY stakers to match those orders with their BABY stake.

Once matched, both sides share boosted co-staking rewards based on the ratio set in the Order.

In short, even if you only hold BTC or only hold BABY, the Merge Marketplace lets you earn co-staking yield without needing both assets.

</details>

<details>

<summary><strong>Is my BTC ever held by b14g or Babylon?</strong></summary>

No.

Your BTC always stays in your own Bitcoin address, locked under Babylon’s native BTC staking mechanism.

b14g contracts only manage reward coordination and co-staking logic, never custody.

</details>

<details>

<summary><strong>How are rewards paid out?</strong></summary>

Rewards are distributed per block in **BABY**, the native token of the Babylon Genesis Chain. Rewards are **NOT auto-compounded**, so you’ll need to **manually claim** them.

</details>

<details>

<summary><strong>Why does the APR vary for each BTC lock?</strong></summary>

APR depends on multiple factors:

1. BABY emission from Babylon Genesis.
2. Finality Provider performance and commission rates.
3. The reward-sharing ratio set by each BTC Order.
4. The amount of BABY staked that joins your Order — more BABY staked means higher co-staking rewards.

</details>

<details>

<summary><strong>What is slashing, and can it happen to me?</strong></summary>

Babylon has a slashing mechanism to keep the network secure. When you stake, you pre-authorize a slashing condition within the self-custodial Bitcoin staking script. If a cryptographic offense occurs, such as a Finality Provider (FP) you staked against double-signing, up to 0.1% of your BTC stake can be slashed (burned) without needing further authorization from you.\
\
Choose reliable finality providers to minimize risk.

</details>

<details>

<summary><strong>What happens if I want to stop staking?</strong></summary>

You can unbond your BTC stake anytime you want. This starts a 301-block (\~3 days) unbonding period before your BTC becomes withdrawable.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.b14g.xyz/faq/faq-self-custodial-btc-staking-babylon.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
