> For the complete documentation index, see [llms.txt](https://wiki.landania.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.landania.net/english/player/currencies/coins.md).

# Coins

Each player has his own coins ![](/files/vVId5es8kCWYbSJeSzPj). These coins ![](/files/vVId5es8kCWYbSJeSzPj) are, so to speak, his "money" which he can use on the server for trading. Your coins ![](/files/vVId5es8kCWYbSJeSzPj) are not bound to your account like the [<mark style="color:blue;">crystals</mark> ](/english/player/currencies/crystals.md)![](/files/pQjWffdVtuTokbpTj17X), which makes them the optimal means of payment.&#x20;

You can check the number of your coins ![](/files/vVId5es8kCWYbSJeSzPj) in the scoreboard or with the command <mark style="color:green;">/coins</mark>.

<figure><img src="/files/yEHlieh0IxxUiXQJCxK2" alt="Coins im Scoreboard"><figcaption><p>Coins in the scoreboard</p></figcaption></figure>

### Give coins to other players

You can use the command <mark style="color:green;">/pay \<name> \<amount></mark> to give the player of your choice an amount of your choice. This transfer cannot be retrieved once it has been made. After you enter the command, both you and the player who received the coins ![](/files/vVId5es8kCWYbSJeSzPj) will receive a message.

<figure><img src="/files/jomon6nyTnLPpJp7QpC8" alt="Nachricht, wenn man Coins erhält"><figcaption><p>Message when you receive coins</p></figcaption></figure>

<figure><img src="/files/WXL0bImXILFr2kINVoOC" alt="Nachricht wenn man Coins an jemand anderen gibt"><figcaption><p>Message when giving coins to someone else</p></figcaption></figure>

### Other possible applications of coins

Coins ![](/files/vVId5es8kCWYbSJeSzPj) are used not only to give them to a player, but also to be able to use them in other places. Likewise, coins ![](/files/vVId5es8kCWYbSJeSzPj) can also be obtained in other ways.

| Use coins                                                                                                                                                                                   | Get coins                                                                                                                                                                                       |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| By bidding on [<mark style="color:blue;">auctions</mark>](/english/trading/auction-house.md)                                                                                                | By selling items on the [<mark style="color:blue;">auctionhouse</mark>](/english/trading/auction-house.md)                                                                                      |
| By creating a [<mark style="color:blue;">job</mark>](/english/trading/jobs.md)                                                                                                              | By completing a [<mark style="color:blue;">job</mark>](/english/trading/jobs.md)                                                                                                                |
| By trading with other players via the [<mark style="color:blue;">trading system</mark>](/english/trading/trading-system.md)                                                                 | By trading with other players via the [<mark style="color:blue;">trading system</mark>](/english/trading/trading-system.md)                                                                     |
| Unlocking [<mark style="color:blue;">areas</mark>](/english/worlds/realms/areas.md) on your [<mark style="color:blue;">realm</mark>](/english/worlds/realms.md)                             | By selling goods in the different [<mark style="color:blue;">stores</mark>](/english/trading/admin-shops.md) in the [<mark style="color:blue;">main world</mark>](/english/worlds/mainworld.md) |
| Buying goods in the different [<mark style="color:blue;">stores</mark>](/english/trading/admin-shops.md) in the [<mark style="color:blue;">main world</mark>](/english/worlds/mainworld.md) |                                                                                                                                                                                                 |


---

# 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.landania.net/english/player/currencies/coins.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.
