> For the complete documentation index, see [llms.txt](https://wiki.fishingfrenzy.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.fishingfrenzy.co/~/changes/169/game/token.md).

# Token

Tokens (xFISH and FISH) and Karma are linked in Fishing Frenzy.

1. xFISH is an in-game token that **cannot be traded**
2. FISH is a token that can be traded but also has in-game uses
3. xFISH can be converted to FISH via the **token dashboard.**

**FISH and xFISH can be staked** for Karma, which powers certain game functions

**Karma**

Karma can be acquired in multiple ways (refer to [Token Dashboard](https://token.fishingfrenzy.co/dashboard) for more details)

1. Token staking
2. Founder's Pass staking
3. LP provision
4. Game Purchases
5. Acquiring Token in the wallet
6. **Game Karma**

Game Karma operates similarly to Ignition Score where it is earned through a **non-disclosed formula** that weighs contributing actions.<br>

**Detailed Explanation**

Refer to the following table for token uses and acquisition:

<details>

<summary>Token Sinks and Sources</summary>

**Sinks**

<table><thead><tr><th width="212">Sink</th><th width="150">xFISH payment</th><th width="147">FISH payment</th><th>Karma Requirement</th></tr></thead><tbody><tr><td>Rod Repair</td><td><strong>Yes</strong></td><td>No</td><td>No</td></tr><tr><td>Karma Pass</td><td><strong>Yes</strong></td><td><strong>Yes</strong></td><td>No</td></tr><tr><td>Daily Quest Tokens</td><td>No</td><td>No</td><td>120,000</td></tr><tr><td>Prestige Leaderboards</td><td>No</td><td>no</td><td>200,000</td></tr><tr><td>xFISH/FISH Diving</td><td><strong>Yes</strong></td><td><strong>Yes</strong></td><td>No</td></tr><tr><td>Special Sales</td><td>No</td><td><strong>Yes</strong></td><td>No</td></tr></tbody></table>

**Sources**

| Source             | Give xFISH | Give FISH |
| ------------------ | ---------- | --------- |
| Karma Pass         | **Yes**    | No        |
| Daily Quest Tokens | **Yes**    | No        |
| xFISH/FISH Diving  | **Yes**    | No        |

</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://wiki.fishingfrenzy.co/~/changes/169/game/token.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.
