> For the complete documentation index, see [llms.txt](https://docs.unirouter.io/dataroom/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unirouter.io/dataroom/tutorials/how-to-get-ubtc-on-b-network.md).

# How to get uBTC on B²  Network

We have two sections: one for existing [Hive Protocol](https://hive.bsquared.network/) stakers, where they have to withdraw from Hive first before depositing into UniRouter for uBTC; another is for new users who want to directly get hands on uBTC from their B2 BTCs.

### For existing Hive Protocol stakers

Step 1: Head to Hive’s “withdraw” page <https://hive.bsquared.network/withdraw/>

<figure><img src="https://lh7-us.googleusercontent.com/jbUknPP7Wg2M9gkImTLBwAGzqRLoPjbnueYewPsMQeqmalCzvRUxxJnBSQDkRzGhTy_PFF7jFIBoVf4m1kta01aqBATbCfEncPsSGKJzfzBb3aiByRokcGtA1xVbJgpwQ4MxabPHpQ7EqtvJp8Gw2tw" alt="" width="563"><figcaption><p>Initiate the Unstake requests</p></figcaption></figure>

Step 2: Enter your staked amounts and initiate the unstaking process, which as indicated by Hive it will take about 24 hours for you to be able to withdraw. Click “Unstake” and complete the transaction, then you should see “Pending to withdraw” to show your unstaking amounts at the bottom of your page

<figure><img src="https://lh7-us.googleusercontent.com/hunOtFlZ_tpwTyxa9MTwifhEo-KnL-COW46XmS7-8Vj-7rf9yBIwnEZTa-lOnYZpBTXYsQWWjGZot9w7KQ9y11tZw0wCBGD5_CoHKkdN6qyuONGsiiMXTumwC6Jxb2pDOoXI79qwb2lLEGu5doISwFw" alt="" width="563"><figcaption><p>Pending withdrawal</p></figcaption></figure>

Step 3: After about 24 hours, at the same page you should be able to see the stats where you have “ready to withdraw” balances updated, and the “Withdraw” button enabled. Click “Withdraw” and finish the transaction, then you have your bitcoins back to your wallet. Voilà! Now you are ready to use UniRouter to convert those bitcoins to uBTC while still earning B2 rewards from Hive staking

<figure><img src="https://lh7-us.googleusercontent.com/tXtkhR2tgkryUtCOtXN-wbFSMDjjLZoYD2RPLc4YzjunpYQ8fF7On0ulZ2aygY3q0uPTYc5XYZdaUcOPBnHkPTB-BmEUuHN276WXW_auBy87IGZlMXc3S470y0h7p4gzA0gPtE2G87VBsAW1htDAz18" alt="" width="563"><figcaption><p>Ready to withdraw</p></figcaption></figure>

### For new UniRouter users

Step 1: Head to UniRouter’s uBTC page <https://app.unirouter.io/>, on the upper right corner, make sure you’ve switched to B² mainnet and your wallet connected&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/bjAC_h1kFP53UavTJDCG46FPX0dLN4w--fgMmlYsPMQxy6nZJo6vabbYRVqClTmsP5Z7XDJQ9sIQfDTO5kJjRyOb4Uhrusx_rS5QC82qi5xUssdZXiyYYNfBeQ_xQsfACTJumCx8fr4Qw3gD_5cyx08" alt="" width="563"><figcaption><p>Stake on UniRouter to get uBTC</p></figcaption></figure>

Step 2: Enter the amount of bitcoins you want to stake, click “Stake” and finish the transaction. Then you should see updated uBTC balance. Hover over the “+” sign and then you can add the token to your wallet. Congrats, now you have uBTC! Soon, you should be able to use uBTC to trade, lend & collateralize, and more

<figure><img src="https://lh7-us.googleusercontent.com/vHIG5F7xXn_iZqiHoYczhJ3psvgZwlWJl3vpU1kK9T-zDNZWzr1oEwemFzGzJF6IlG3VZiZc2siJSYAz8OjgYxb4-I1TcBQVF8sJqOOzEFoRnxByDFFHvSvLoYfMfm-bw8GJwjpHUG-MotAOFjqNZvU" alt="" width="563"><figcaption><p>Add uBTC to your wallets</p></figcaption></figure>

More notes:&#x20;

* The “Withdraw” process is pretty similar to Hive’s, feel free to check out [that section](#for-existing-hive-protocol-stakers)
* uBTC balances are snapshotted daily to calculate your $B2 rewards from Hive and UniRouter’s U Point allocation. For the latter, we’ll soon have a more detailed explanation on how it works. $B2 claiming will be enabled once Hive opens up for claiming. Feel free to check out [announcement article](https://unirouter.medium.com/unirouter-officially-launches-lsd-project-boosts-ubtc-with-b%C2%B2-network-294df98d101f) for more details

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.unirouter.io/dataroom/tutorials/how-to-get-ubtc-on-b-network.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
