# Claiming

There are two ways of claiming revenue.\
\
**First way** - it automatically claims, once you swap the tokens.

**Second way** - go to the token contract and  call "claim" from the contract.

Contract (function #3):\
\
<https://etherscan.io/token/0x257508ca6341337dd243d54afd964e19375b4af9#writeContract&#x20>;

1. Press "Connect to Web3" and connect your wallet with tokens.

<figure><img src="/files/0Fr1iyIVL0WhgUTrgC9V" alt="" width="563"><figcaption></figcaption></figure>

2. After connecting press "Write" on claim function (3)<br>

<figure><img src="/files/TTDabFQTUxsXJh53Fjqu" alt="" width="563"><figcaption></figcaption></figure>

3. Sign the transcation and revenue is claimed!


---

# 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://oracle-tools.gitbook.io/whitepaper/token/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.
