> For the complete documentation index, see [llms.txt](https://wiki.oases.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.oases.com/help-center/oases-greenland/how-to-get-the-points.md).

# How to get the points

You can get rewarded with points for the following actions on Oases.

| Actions                                    | Rules                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Points                                    |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------- |
| List NFTs                                  | <ul><li>Your NFT belongs to a verified collection and has been listed on Oases for more than 24 hours.</li><li>You will only be rewarded once for a single NFT of the same address. (For example, Address A sells an NFT to Address B, both A and B will be rewarded. If Address B sells it back to Address A, and Address A lists this NFT for sale again, Address A will not be rewarded.)</li><li>Up to 200 points per address per day (UTC+0).</li></ul> | <p>+20<br></p>                            |
|                                            | <ul><li>Your NFT doesn't belong to a verified collection but has been listed on Oases for more than 24 hours (UTC+0).</li><li>Up to 10 points per day.</li></ul>                                                                                                                                                                                                                                                                                             | +1                                        |
| <p>Trade NFTs<br></p>                      | <ul><li>Both buyers and sellers are rewarded for trading NFTs.</li><li>Up to 1,000 points per day.</li></ul>                                                                                                                                                                                                                                                                                                                                                 | +50/ETH                                   |
| <p>Invite Friends<br></p>                  | <ul><li>Invite a friend that has not participated in Oases Greenland and both you and your friend will get points. (Your invitation will be successful only after your friend connects the wallet to Oases and lists or trades an NFT.)</li></ul>                                                                                                                                                                                                            | +50                                       |
| <p>Sign in<br></p>                         | <ul><li>Sign in every day.</li><li>Sign in for 3 consecutive days, you will receive an extra 30 points on the third day.</li></ul>                                                                                                                                                                                                                                                                                                                           | +10/day+30 (extra bonus on the third day) |
| Mint and List NFTs under the Advanced Mode | <ul><li>Mint and List NFTs under the Advanced Mode. (What is the Advanced Mode?)</li><li>Up to 500 points per day.</li></ul>                                                                                                                                                                                                                                                                                                                                 | +50                                       |
| First sign-in bonus for experienced users  | <ul><li>You will receive 500 points if your trading volume on OpenSea, LooksRare, or X2Y2 exceeds 2 ETH in the past 6 months from your initial participation in Oases Greenland.</li><li>Points are valid for 7 days after initial participation.</li></ul>                                                                                                                                                                                                  | +500                                      |
|                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                              |                                           |


---

# 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://wiki.oases.com/help-center/oases-greenland/how-to-get-the-points.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.
