> For the complete documentation index, see [llms.txt](https://docs.iotex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iotex.io/depin/msp-modular-security-pool.md).

# Modular Security Pool (MSP)

The Modular Security Pool (MSP) is a module that acts as a pool gathering staking security from various established Layer 1 blockchains and distributing that security to new networks, including DePINs and DePIN Infrastructure Providers (DIMs). This allows new networks to inherit the security of the underlying Layer 1 blockchains without having to build their own security infrastructure from scratch.&#x20;

Stakers can support a new network by pointing their stakes to the validators of the network, who are responsible for validating transactions within the network.

## How does it work

The Modular Security Pool (MSP) architecture is designed to streamline and secure the development of new networks, specifically DePINs and DIMs, by inheriting security from established Layer 1 blockchains. Here's how it operates:

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

1. **Stakers Delegate Assets**: Participants in Layer 1 blockchains like IoTeX or Ethereum delegate their assets to the MSP, enhancing the security of MSP-powered networks.
2. **Stakers Choose Validators**: Stakers select validators from a pool associated with DIM or DePIN networks. Validators run nodes to secure the network and validate transactions.
3. **Validators Run Nodes**: Chosen validators operate nodes within the MSP network, ensuring transaction integrity and security.
4. **DIM Builders Establish Networks**: DIM and DePIN builders develop their networks, including on-chain and off-chain components like data streaming, processing mechanisms, storage solutions, automation tools, cryptography schemes, and authentication modules.
5. **Incentivizing Stakers**: DIM and DePIN builders incentivize stakers to allocate assets to their modules within the MSP through rewards, network tokens, or other benefits, ensuring sufficient motivation for participation.
6. **Distribution of Staking Security**: The MSP distributes staking security to new networks, leveraging pooled security from Layer 1 blockchains and the participation of stakers and validators to ensure the security and decentralization of these new networks.

{% hint style="success" %}
[→ Read more about MSP in the IoTeX 2.0 Whitepaper ](broken://pages/GIKqeWF7HahDhePR3Lyz)
{% endhint %}


---

# 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.iotex.io/depin/msp-modular-security-pool.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.
