> For the complete documentation index, see [llms.txt](https://doc.particle.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.particle.network/kr-particle-network-whitepaper/particle-network/modular-l1-design/underlying-architecture/dual-staking.md).

# Dual Staking

AggDA와 유사한 철학을 따르는 Particle Network는 높은 수준의 암호경제적 보안과 접근성을 보장하는 데 중점을 두고 합의에 접근합니다.\
지분 증명 네트워크를 부트스트래핑하는 것은 위험할 수 있으며, 종종 네트워크의 가치와 안정성에 영향을 미치는 바람직하지 않은 변동성으로 이어집니다. 이를 해결하기 위해 Particle Chain은 Tendermint를 통한 지분 증명과 Bitcoin의 기본 보안 및 검열 저항을 결합하는 이중 스테이킹 시스템을 제공합니다. Babylon의 Bitcoin 스테이킹 프로토콜이 이를 가능하게 합니다.\
이중 스테이킹은 두 개의 별개의 운영자 풀을 활용합니다. 하나는 Particle Network의 기본 토큰을 위임한 풀이고, 다른 하나는 Babylon을 통한 BTC를 위임한 풀입니다. 두 그룹 모두 유효성에 대해 개별적으로 동의해야 하며, 합의에 동등하게 참여해야 합니다.\
이러한 특성의 모델은 Bitcoin 스테이킹이 제공하는 암호경제적 보안을 통해 네트워크를 부트스트래핑하는 대신 Particle Network의 기본 토큰에 대한 압력과 보안 의존성을 크게 줄입니다.

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


---

# 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://doc.particle.network/kr-particle-network-whitepaper/particle-network/modular-l1-design/underlying-architecture/dual-staking.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.
