> For the complete documentation index, see [llms.txt](https://docs.monday.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monday.trade/general/voyage-point-program/faq.md).

# FAQ

<details>

<summary>What is the Voyage Point Program?</summary>

The Voyage Point Program is a campaign designed to reward users for trading and providing liquidity on Monday Trade.

</details>

<details>

<summary>How are my weekly Voyage Points calculated?</summary>

A fixed pool of 2,000,000 Voyage Points is distributed each week. Your share is calculated pro-rata based on your contribution to the total points earned by all users during the weekly epoch, which concludes Monday at 00:00 UTC.

Points are allocated across the following categories:

• RWA Holding: Rewards for holding RWA tokens in your Monday Trade account\
• Spot Markets: Includes market orders, AMM LP, and limit orders (filled)\
• Consistency Bonus: Bonus for maintaining eligible activity for 7 consecutive days

Your Total Voyage Points:

Your Total Points = RWA Holding Points + Spot Points + Consistency Points

For example: If your contribution represents 0.01% of all users' total contributions for the week, you will receive 0.01% of the total point pool.

</details>

<details>

<summary>What activities earn points?</summary>

You earn points by contributing to the Monday Trade ecosystem through several key actions:

**Spot Trading**\
• Market Orders: Execute market orders on Spot markets. Rewards based on trading volume × market multiplier.\
• Limit Orders (Filled): Execute limit orders on Spot markets. Rewards based on filled volume × market multiplier.

**Liquidity Provision**\
Supply liquidity to Spot AMM pools.

**Holding RWA Tokens**\
Hold RWA tokens (e.g., aNVDA, aAAPL, aTSLA) in your Monday Trade account. Only tokens held in your account are eligible — tokens withdrawn to your wallet or added as spot AMM liquidity are not counted.

**Referring Users**\
Invite new users to the platform to earn 20% of their referral points.

Pro Tip: Maximize your earnings by maintaining consistent trading, holding RWA tokens, or providing spot liquidity throughout the week to unlock the consistency bonus.

</details>

<details>

<summary>How does RWA Holding Points work?</summary>

Hold RWA stock tokens in your Monday Trade account to earn Voyage points. The more you hold and the longer you hold, the more points you earn. Note: only tokens held in your Monday Trade account are eligible — tokens withdrawn to your wallet or added as spot liquidity are not counted.

</details>

<details>

<summary>What is the "Consistency" bonus?</summary>

The Consistency Bonus rewards sustained participation, distributed among users who maintain activity for 7 consecutive days.

Qualifying Activities (any one per day counts):

• Any filled spot order (limit or market)\
• Adding liquidity to spot AMM pools\
• Holding RWA tokens in your Monday Trade account (Note: tokens withdrawn to your wallet or added as spot liquidity are not counted.)

</details>

<details>

<summary>What is the "Market Multiplier"?</summary>

To encourage deep liquidity and active trading, your activities on selected markets will earn points at a boosted rate. Market multipliers are applied to all activity categories.

</details>

<details>

<summary>How does the Referral Bonus work?</summary>

You will earn 20% of the Voyage Points that your directly invited referrals generate from their activities. For more details on how to refer friends, please visit the [referral page](https://app.monday.trade/#/referral).

</details>

<details>

<summary>How often do my Voyage Points update?</summary>

Your Voyage Points are calculated and finalised weekly, distributed after each epoch concludes on Monday at 00:00 UTC.\
For live tracking, you can view your estimated share of the current week's point pool, which updates daily at 00:00 UTC. Please note this is an estimated calculation that fluctuates with ongoing activity and does not represent your final distribution.

\
Update Schedule:

* **Daily (00:00 UTC)**: Estimated shares recalculated for all categories, including resting orders
* **Epoch End (Monday 00:00 UTC)**: Final contributions calculated, points distributed, leaderboard updated

</details>

<details>

<summary>How long will the Voyage Point Program last?</summary>

The Voyage Point Program is planned to run for 32 weeks, with points distributed on a weekly basis. Monday Trade reserves the right to adjust the program duration if necessary.

</details>

<details>

<summary>Who is eligible for the Voyage Point Program?</summary>

The program is open to all users. However, market makers enrolled in our dedicated Market Maker Program are not eligible to earn points.

Monday Trade reserves the right to disqualify any accounts or trades identified as fraudulent, including wash trading, market manipulation, or bulk-account registrations used to farm points.

</details>

<details>

<summary>What's changing during the perp sunset period?</summary>

Perp markets are temporarily winding down as we transition to RWA-focused products. From May 4, 2026 (epoch 24), the weekly Voyage Points pool of 2,000,000 is distributed across RWA Holding, Spot Markets, and Consistency Bonus. Perp earning categories and OI Rewards are paused during this period. Your existing points remain unchanged. [Learn more](https://monday.trade/post/perp-markets-are-transitioning).

</details>


---

# 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://docs.monday.trade/general/voyage-point-program/faq.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.
