# Pool Ledger

By accessing the staking pool page from the wallet that manages it, you can view the "Pool Leadger" panel, where you can perform various actions.

**1- Unlock Staker**: This option allows you to unlock a wallet that has previously staked without activating the "Force Recovery of Stake Tokens" option. This lets the user withdraw their funds without receiving rewards. After entering the wallet address, click "Unlock."

**2- Add Slots for This Pool**: This feature enables you to add more slots to the current pool. You can select the number of slots and then click the "Add" button. Approval for the corresponding amount of reward tokens for the specified number of slots will be requested, followed by confirmation of the action.

**3- Set Max Number of Slots per Staker**: This option allows you to modify the maximum number of slots that a wallet can utilize. It won't affect existing stakes but will apply to future ones. After defining the limit, click the "Modify" button.

**4- Pause Staking**: Temporarily halts new stakes in the pool.

**5- Enable Staking**: Resumes staking that was previously paused.

**6- Cancel Pool**: Cancels the pool. This cancellation does not affect occupied or completed slots.

**7- Take Remain**: This option allows you to recover the remaining reward tokens (excluding those from used slots) after canceling the pool.


---

# 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://genesyblockchain.gitbook.io/genesys-blockchain/genesys-viewapp/gva-general-aspects/why-gva/gva-launchpad/reward-lock/pool-ledger.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.
