> For the complete documentation index, see [llms.txt](https://docs.owlto.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.owlto.finance/getting-started/reward-system/points-system.md).

# Points System

### **Earn Points**

{% tabs %}
{% tab title="Cross-Chain" %}
Each time a transaction is completed, the initiating address will receive points rewards. The number of points rewarded is determined by the destination chain, with the multiplier increasing based on the number of transactions completed.

**Base Points Rewards**

<table><thead><tr><th width="372.46875" align="center">Bridge ETH/BTC/USDC/USDT from any network to:</th><th align="center">Base Points</th></tr></thead><tbody><tr><td align="center"><strong>Ethereum Mainnet</strong></td><td align="center">300</td></tr><tr><td align="center"><strong>Other Networks:</strong><br>Scroll, Arbitrum (including Nova), zkSync Era, Base, Linea, Zora, Blast, Mode, Taiko, Optimism, XLayer, zkLink Nova, Kroma, BOB, Bitlayer, Polygon zkEVM, Manta, BNB Chain, Gravity, AlienX, Swan Chain, Lisk, Zircuit, Cronos zkEVM, Redstone, Rari, Mint, Cyber, Astar zkEVM, Starknet, Polygon, Metis, Solana, Mantle, Merlin, B², Core, Zeta, ZKFair, MAPO, BEVM Mainnet, AILayer, Taproot, inEVM and BounceBit...</td><td align="center">150</td></tr><tr><td align="center"><strong>Other Tokens:</strong><br>wstETH/BNB/USDV/MNT...</td><td align="center">100</td></tr></tbody></table>

**Points Multiplier**&#x20;

| Total Transaction Count | Multiplier |
| ----------------------- | ---------- |
| 1-2                     | 1x         |
| 3-10                    | 1.1x       |
| 11-50                   | 1.2x       |
| 51-100                  | 1.3x       |
| >100                    | 1.5x       |
| {% endtab %}            |            |

{% tab title="Tasks" %}
Complete activities in the official Mission Board to earn additional mission points. During mission periods, fulfilling specific cross-chain tasks will grant extra rewards on top of base points.

**Calculation Example:**\
Cross-chain transfer from zkSync Era to Ethereum\
User has completed 100+ cross-chain transactions\
Mission Reward: 500 points\
Total Points = 300 × 1.5 + 500 = 950
{% endtab %}

{% tab title="Referral Rewards" %}
After connecting your wallet, you can generate a unique referral link. When a new user completes their first cross-chain transaction through this link, you become their referrer.\
The referrer receives **10% of the referee’s earned points** during the **second phase** (30% in the first phase).

**Example Calculation:**\
Referee earns **1,000 points**\
Referrer receives: **1,000 × 10% = 100 points**
{% endtab %}

{% tab title="Daily Check-in" %}

* **Regular Check-in:** 10 points per day
* **Cross-chain + Check-in:** 30 points per day (&#x33;**× reward**)

{% hint style="info" %}
Checking in each day will earn users **10 points** as a reward. If a user performs a bridging transaction on the same day, the check-in will earn **3 times the points**, totaling 30 **points**.
{% endhint %}
{% endtab %}
{% endtabs %}

## FAQ

**Q: How can I check my points?**\
**A:** Connect your wallet and view your points record in the navigation bar: <https://owlto.finance/rewards>

**Q: How long does it take for points to be credited?**\
**A:** Points are typically credited within minutes after the cross-chain transaction is executed.

**Q: What should I do if there's an issue with my points?**\
**A:** Please contact our customer service team on Discord:：<https://discord.com/invite/dyArfVwdxm>


---

# 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:

```
GET https://docs.owlto.finance/getting-started/reward-system/points-system.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.
