# Claiming

As a depositor, you are able to accrue ETH rewards based on the trading activity of the Pool.

Each swap is 0.0069 ETH, where 0.0042 ETH from each swap goes to the Pool Rewards.\
Depositors are able to claim ETH anytime. The amount of claim depends on:

* How many NFTs they have deposited into the Pool
* Length of period they deposited NFTs into the Pool
* Trading activity of 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://docs.sail.fun/sailorswap/claiming.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.
