# 协议机制

## Obelisk Vault

Vault是Obelisk在比特币网络上的BTC资产策略中心。用户将BTC由比特币网络转账进入Vault，经过Obelisk Network的确认，即可完成BTC到oBTC的转化。

1. **多签钱包：**&#x56;ault 是一个基于监护人委员会的多签钱包。这意味着Vault不由单一实体控制,而是由多名监护人共同管理，提高了安全性。
2. **资产映射：**&#x7528;户可以将比特币(BTC)从比特币网络转账进入Vault。Obelisk Network 会对这笔充值交易进行确认,验证是否经过多名监护人授权签名,确认通过后即可将BTC映射为 oBTC。
3. **多重签名验证：**&#x56;ault 会验证用户的BTC充值交易是否经过多名监护人的多重签名授权,只有通过验证后才会发行相应数量的oBTC资产。这种多重签名机制提高了资产转换的安全性。

## Obelisk Network

Obelisk基于托管委员会构建了Obelisk Network，该网络的职能是识别原生BTC存入、oBTC取款、Vault策略执行3种事件，并作出相应的操作。为了确保网络的严谨性和安全性，Obelisk Network 原生BTC资产映射采取以下机制:

1. **多重签名机制**:Obelisk Network 的关键操作,如确认 BTC 存入、发行 oBTC、执行 Vault 策略等,都需要经过委员会多数成员的多重签名授权才能生效。这种多重签名机制大大提高了操作的安全性。
2. **事件监控和审计**:Obelisk Network 建立完善的事件监控和审计机制,实时跟踪和记录网络上发生的各类关键事件，并且任何行为，比如BTC的取回，BTC质押，委员会严格根据事件进行相应操作。
3. **紧急预案和协调机制**:Obelisk Network 还应制定完备的紧急预案,如委员会成员临时失去联系、系统出现重大故障等,并建立跨网络的协调机制,确保在出现问题时能够及时、有效地应对。
4. **透明度和可审查性**:Obelisk Network 应该保持高度透明,公开网络运行状况、委员会成员信息、关键事件记录等,以便于社区监督和审查。

Obelisk支持FBTC/WBTC等BTC warp token存入，铸造OBTC，该过程完全由智能合约托管，1:1映射，用户可在无许可的情况完成铸造和退出。

## Yield Pool

Obelisk将收益策略打包成不同的收益池，用户持有oBTC存入相应收益池即可选定相应的收益路径，复杂的收益操作交由Vault和network来执行，Obelisk专注为用户寻找最佳收入路径，增加用户收益。

<figure><img src="/files/PzYRmNmzlXr2yFfOOnHp" alt=""><figcaption></figcaption></figure>


---

# 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-obelisk.nodedao.com/zh/introduction/xie-yi-ji-zhi.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.
