> For the complete documentation index, see [llms.txt](https://tapp-exchange.gitbook.io/tapp-exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tapp-exchange.gitbook.io/tapp-exchange/user-guides/earn/points.md).

# Points

## Summary

* **Liquidity:** For every $100 TVL in a pool with all verified tokens, get up to 10 Tapp points per day. For every $100 TVL in a pool with APT as one side of the pair and all verified tokens, get up to 5 Tapp points per day extra.
* **Trading:** 20 points for every $0.01 in trading fees paid.
* **Referrals:** Earn a percentage of your referrals’ eligible points (multi-level).
* **Milestones & Socials:** One-time bonuses for progress & account connections.
* Live totals update continuously on the **Rewards** page.

## Where to see your points

* **Rewards tab (main view):** Your Total TAPP Points, rank track (e.g., Pro → Guru → Mammoth → …), and a breakdown by source: **Liquidity, Trading, Referrals.**
* **Weekly Missions area:** Banner + mission cards with countdown timers (e.g., **Trade, Add Liquidity, Join**).
* **My Referrals:** Your invite code, and referral points summary.
* **Portfolio:** Shows the activity that drives points (positions, TVL, fees, APR, add/remove timestamps).

## How you earn points

**A) Liquidity (LP)**

* **Rate:** Up to **15 pts/day per $100** provided on **eligible pools**.
* 10 pts/day for eligible pools with verified tokens
* 15 pts/day for pools with APT as one side of the pair
* **Accrual: Per second.**
* **Dynamic:** Adding/removing liquidity or price movement changes TVL → your rate updates instantly.

**Baseline formula:**

Daily LP points ≈ 10 × (Your average TVL / $100) (prorated to seconds; subject to pool rules/caps)

**B) Trading**

* **Rate: 20 pts** for every **$0.01** in **fees paid** on eligible trades.
* **Posting:** Updates after each swap settles.
* **Eligibility:** Normal user activity only (no wash/self-trading or manipulation).

**Formula:** Points = 20 × (Fees / $0.01) → **2,000 pts per $1** in fees.

**C). Referrals (multi-tier)**

* **Tier 1 (direct): 10%** of your friends’ **eligible** points
* **Tier 2: 6%**
* **Tier 3: 4%**

Eligible only by their Liquidity, Trading, Milestones, and Weekly Quest points. **Referral/Social points do not propagate** (no loops).

**How to invite:** Go to **Rewards** → copy your link, share it. Friends who join and participate via your link are placed in your tree automatically.

**What you’ll see:**

* Tier cards showing count of friends and your % rate
* Copy-link button
* A list with each friend’s avatar/rank and the **points they earned for you**

**When it posts:** After your friends’ underlying actions are recorded (swap settles, LP time accrues).

**D) Milestones (one-time)**

Hit defined activity thresholds (e.g., combined LP + trading + connected socials) and receive a **one-time** point bonus. Claimed automatically once requirements are met.

**E) Social tasks (one-time)**

Connect or join official channels (e.g., X/Twitter, Telegram, Discord) for **one-time** bonuses (commonly **+500 each**). Each social can be completed once per account.

**F) Weekly Quests (time-boxed missions)**

Found on the **Rewards** tab with a banner and countdown timers. Quests **stack** with baseline LP/Trading points.

**Common types**

* **Per-$ missions:** “Get up to **XXX** points for every **$100** in TVL provided.”
* **Target missions:** “If we cross **X** in TVL/7D volume on token **Y**, get up to **XXX** points.”

**Example (from UI):**

**Get up to 400,000 Tapp points for every $100 TVL provided from 22/9 to 28/9.**

* **Window:** 22/9 00:00 → 28/9 23:59
* **Counts:** Your **average TVL** held in eligible pools during the window
* **Illustrative bonus:** (Avg TVL / $100) × 400,000, prorated by time held; subject to per-mission caps/eligibility

**4) Calculation & display rules**

* **Real-time accrual:** The system maintains **a rate-per-second** for active sources.
* **Rounding:** Balances tracked with decimals but displayed as **whole numbers.**
* **Multiple pools:** LP rates sum across positions; add/remove updates rates instantly.

**5) Calculation Examples**

* **Trading:** Fees = **$0.12** → ($0.12 / $0.01)=12 × 20 = **240 pts.**
* **LP (baseline):** TVL **$500** for **10 days** → 15 × (500/100) × 10 = **750 pts** (before pool modifiers/caps).
* **Referrals:** L1 **100,000** eligible → **+10,000** L2 **60,000** → **+3,000** L3 **20,000** → **+500.** **Total: 13,500 pts.**


---

# 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://tapp-exchange.gitbook.io/tapp-exchange/user-guides/earn/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.
