Skip to content

Commit

Permalink
update grow-bitcoin qa (#2970)
Browse files Browse the repository at this point in the history
* update grow-bitcoin qa

* Fix link in grow-bitcion.en-US.mdx

---------

Co-authored-by: jolestar <[email protected]>
  • Loading branch information
geometryolife and jolestar authored Nov 27, 2024
1 parent db05cab commit 0008e54
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 14 deletions.
24 changes: 16 additions & 8 deletions docs/website/pages/learn/miscellaneous/grow-bitcion.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ As a Bitcoin project builder, you are free to list your project on the Grow Bitc

### Mainnet Frequently Asked Questions

#### Self Staking Risk

Self Staking only has `Read` permissions for Bitcoin, without `Transfer`, ensuring the ownership of BTC. Having `Write` permission at the Rooch layer provides scalability.

Therefore, Self Staking in Grwo Bitcoin is risk-free staking mining.

For example, I want to go shopping in a newly opened supermarket and I want to apply for a membership card. The membership card will only read my identity information and cannot do any more operations. Grow Bitcoin's stake mining is this model. It can only read the UTXO of the Bitcoin wallet and has no authority to operate your Bitcoin assets.

#### Why Create Session Key

Rooch's Session Key provides secure and simplified DApp transaction processes for application interactions.

For a detailed description of Session Key, please refer to this document https://rooch.networklearn/core-concepts/accounts/session-key

#### Detailed usage process

Please refer to the [Grow Bitcion Testnet User Guide](https://rooch.network/blog/grow-bitcoin-test)
Expand All @@ -32,7 +46,7 @@ Only needs to ensure that the UniSat wallet has UTXO and [Claim RGas](https://po

You only need to hold BTC in your own wallet to stake for mining and obtain `GROW`. Grow Bitcoin adopts `Hold Mining`’s staking model to obtain `GROW`.

Note: If the UTXO in your wallet is spent, the UTXO pledged in Grow Bitcoin will become invalid, and you need to manually pledge new UTXO to continue mining.
Note: If the UTXO in your wallet is spent, the UTXO staked in Grow Bitcoin will become invalid, and you need to manually stake new UTXO to continue mining.

#### Loop appears to create Seesion

Expand All @@ -50,7 +64,7 @@ No barriers to entry.

The total amount of `GROW` is `210,000,000,000`, which will be mined in `180` days.

The daily mining quantity is fixed and divided according to the pledged BTC.
The daily mining quantity is fixed and divided according to the staked BTC.

> Source code: https://github.com/rooch-network/rooch/blob/main/apps/grow_bitcoin/sources/grow_bitcoin.move
Expand Down Expand Up @@ -80,12 +94,6 @@ There are currently oracles for Bitcoin.

> Source code: https://github.com/rooch-network/rooch/blob/main/apps/gas_market/sources/trusted_oracle.move
#### Self Staking Risk

Self Staking only has `Read` permissions for Bitcoin, without `Transfer`, ensuring the ownership of BTC. Having `Write` permission at the Rooch layer provides scalability.

Therefore, Self Staking in Grwo Bitcoin is risk-free staking mining.

#### What does GROW do?

You can use `GROW` to vote for projects and earn `BitXP` points. `BitXP` is used to obtain airdrops.
Expand Down
20 changes: 14 additions & 6 deletions docs/website/pages/learn/miscellaneous/grow-bitcion.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ Grow Bitcoin 是一个生态系统加速平台,专注于将比特币用户和

### 主网常见问题

#### Self Staking 风险

Self Staking 对 Bitcoin 来说只有 `Read` 权限,没有 `Transfer`,保证了 BTC 的所有权。在 Rooch 层具有 `Write` 权限,提供了扩展性。

因此 Grwo Bitcoin 中的 Self Staking 是零风险的质押挖矿。

举个例子,我要去一个新开的超市买东西,我想办一张会员卡,会员卡只会读取我的身份信息,无法再做更多的操作。Grow Bitcoin 的质押挖矿就是这种模式,只能读取 Bitcoin 钱包的 UTXO,没有权限去操作您的 Bitcoin 资产。

#### 为什么要创建 Session Key

Rooch 的 Session Key 为应用交互提供了安全、简化 DApp 交易流程。

Session Key 的详细描述请参考这篇文档 https://rooch.network/zh-CN/learn/core-concepts/accounts/session-key

#### 详细使用流程

请参考 [Grow Bitcion 测试网使用指南](https://rooch.network/zh-CN/blog/grow-bitcoin-test)
Expand Down Expand Up @@ -80,12 +94,6 @@ Babylon 的质押带有时间锁,它的质押具有时间权重。

> 源码:https://github.com/rooch-network/rooch/blob/main/apps/gas_market/sources/trusted_oracle.move
#### Self Staking 风险

Self Staking 对 Bitcoin 来说只有 `Read` 权限,没有 `Transfer`,保证了 BTC 的所有权。在 Rooch 层具有 `Write` 权限,提供了扩展性。

因此 Grwo Bitcoin 中的 Self Staking 是零风险的质押挖矿。

#### GROW 有什么作用

可以使用 `GROW` 给项目投票,获取 `BitXP` 积分。`BitXP` 用于获取空投。
Expand Down

0 comments on commit 0008e54

Please sign in to comment.