> For the complete documentation index, see [llms.txt](https://reactors.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reactors.gitbook.io/reactor/info-and-security/reactor-points-testnet.md).

# Reactor Points (Testnet)

Reactor Points are user-focused airdrop rewards earned through the Community Airdrop program. Designed to drive growth and strengthen Reactor's ecosystem, this program positions Reactor as a premier hub for DeFi enthusiasts, empowering users to maximize their asset potential on Monad..

To qualify for the airdrop, you will need to earn Reactor Points by swap, add Liquidity, and refer your friends to Reactor. These points will be distributed as [Community Airdrop](/reactor/tokenomics/distribution-schedule/community-airdrop.md#long-term-ecosystem-impact) , ensuring long-term sustainability and preventing sudden shifts in supply.

## How can I earn Reactor Points?

1. Swap: Trade eligible assets.
2. **Liquidity Provision**: Provide liquidity into pools.
3. Referral: Refer your friends.

## Eligible Assets

1. Swap
   * All pair
2. Liquidity
   * RCT/MON
   * RCT/USDC
   * RCT/ETH
   * RCT/USDT
   * MON/USDC
   * MON/USDT
   * MON/YAKI
   * MON/CHOG
   * MON/DAK
   * MON/shMON

## How many Reactor Points do I receive for each activity?

1. Swap: You will earn 1 point for every $5 traded. For example, if you were to swap $100 in MON into USDT/USDC, you will earn 20 points. Also note that even if only one of the assets is an eligible asset when swapping (i.e., swapping Token 0 to Token 1 when only Token 0 is an eligible asset), you will still receive the full points for that swap transaction.
2. Liquidity Providers: You can provide liquidity into eligible pools to earn Points. The USD value of your liquidity position is calculated hourly to determine your points earned for that 1 hour. For example, if you were to provide $100 of liquidity, you will receive 20 Points/hour..

{% hint style="warning" %}
Visit the points dashboard to track your points.
{% endhint %}

## Airdrop Points Dashboard

The Reactor points dashboard is a comprehensive platform where users can:

* Check earned points
* Generate a referral code and share with friends to earn extra points
* View a leaderboard that displays the points


---

# 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://reactors.gitbook.io/reactor/info-and-security/reactor-points-testnet.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.
