> For the complete documentation index, see [llms.txt](https://wiki.ragnaroklibre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ragnaroklibre.com/economic-system/poring-coins.md).

# Poring Coins

1. #### What are Poring Coins?
   * Poring Coins are a currency used alongside [Delabs Points](/economic-system/delabs-points.md) to obtain various Delabs rewards.
   * Your current amount and total collected Poring Coins can be checked in the top UI of the game screen.
   * Poring Coins are primarily used in the **Poring Roulette**.

2. #### What is Poring Roulette?
   * Poring Roulette is a roulette system that uses Poring Coins.
     * It costs **10 Poring Coins** per spin.
   * The rewards from the roulette vary depending on the current **Roulette Board**.
     * Possible rewards include [Zeny](/economic-system/currencies/zeny.md), [RO Points](/economic-system/ro-points.md), Potions, and more.
     * The Roulette Board changes randomly each time.
   * During external token/coin airdrop events, airdrops may be obtained through the Poring Roulette.

3. **How to Obtain**
   * Purchase the [**Delabs Pass**](/how-to-start/pass/delabs-pass.md) to receive Poring Coins.
     * Defeat [Field](/game-system/fields.md) Monsters or complete related event quests to obtain Poring Coins.
     * Without the Delabs Pass, you can still receive general event rewards, but **not** Poring Coins.
   * Earned through **PvP rank rewards**.
     * Achieve high ranks in **Single PvP** and **Co-op PvP** to obtain large amounts of Poring Coins.


---

# 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.ragnaroklibre.com/economic-system/poring-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.
