> For the complete documentation index, see [llms.txt](https://docs.linearprotocol.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linearprotocol.org/introduction/understanding-allstake.md).

# Understanding Allstake

[Allstake](https://allstake.org/) is the first meshed restaking protocol that brings restaking to all chains. By decoupling consensus and execution, Allstake enables trustless scaling, offering enhanced scalability, security, and decentralization.&#x20;

Allstake extends beyond Ethereum; it builds a “verifiable cloud” for the broader crypto landscape, enabling users to natively restake a wide range of assets (LSTs, LRTs, LP tokens, stablecoins, etc.) on multiple chains including [NEAR](https://near.org/), [Solana](https://solana.com/zh), [Bitcoin](https://bitcoin.org/en/), [Ethereum](https://ethereum.org/), [Ton](https://ton.org/), and more. Allstake comprises a modular toolkit that includes a programmable multi-asset economic module, a restaking hub for managing restaking logics, a chain signature module for synchronizing states and slashing on other chains, and light clients for trustless verification.

The core infrastructure, Allstake Hub, is built on the [NEAR Protocol](https://near.org/); it manages all the Actively Validated Services (AVS) and operators, and tracks all deposit, delegation, and withdrawal states of restakers. Chain Signature’s cross-chain messaging and query capabilities allow Allstake to securely and reliably monitor the users’ stake, delegation, and other messages across different chains, even including non-smart contract ones like Bitcoin and XRP. This integration enables Allstake to streamline operations such as issuing rewards and slashing on other chains, optimizing both the user experience and costs.&#x20;

Allstake empowers multichain applications by providing security from the application layer to even the physical level. AVS derives security from each chain they operate on, creating a decentralized ecosystem where users from all chains can contribute to AVS security. By attracting validators from multiple chains, Allstake increases decentralization and real-world censorship resistance. This validator diversification further improves the security guarantee of AVS.

More details in <https://docs.allstake.org/>

<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.linearprotocol.org/introduction/understanding-allstake.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.
