# Protocol Overview

\
XOXNO’s Liquid Staking Protocol manages delegation distribution across multiple providers, following these steps:

1. **Delegation Pooling**: Instead of delegating immediately, incoming EGLD is accumulated within the contract.
2. **Batch Delegation**: Once per day, pooled EGLD is delegated across selected providers, distributing the amount fairly across up to 15–20 providers per transaction. When the amount allows, delegations can be distributed across the entire provider list in multiple transactions.
3. **Dynamic Un-delegation**: If users request to unstake, pending EGLD from the delegation pool is used for instant withdrawal. If unavailable, users enter a 10-day unbonding period, represented by an NFT.
4. **Reward Compounding**: Rewards are automatically re-delegated to providers, with XOXNO taking a fair cut via fresh xEGLD minting, thus compounding the user’s gains.

<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.xoxno.com/xoxno-ecosystem/egld-liquid-staking/protocol-overview.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.
