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