> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.tako.id/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# What is XP? And How To Get It?

| XP (Experience Point) is a non-cash bonus that users can earn in Tako. XP can be used to get perks, items, or other special benefits in Tako.

### Earn XP from Sending Gifts

|| Currently, the only way to earn XP is from sending gifts. If the gift is refunded, the XP will also be reduced by the amount previously added.

To add XP through Send Gift can only be for gift nominal above IDR 1,000, for the amount of XP added is as follows:
```
XP = round(defaultXP + round(amount / 1000) × multiplier)

Note: round(x): Rounding the result inside parentheses to the nearest top
```

Here is the Tier for XP addition:
| Minimum Amount | defaultXP | multiplier |
| ---- |
| IDR 1.001 | 1 | 1.0 |
| IDR 10.000 | 5 | 1.0 |
| IDR 100.000 | 10 | 1.2 |
| IDR 499.000 | 20 | 1.5 |
| IDR 999.000 | 50 | 1.8 |
| IDR 4.999.000 | 100 | 2.0 |