> For the complete documentation index, see [llms.txt](https://wiki.arkvalkyrie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.arkvalkyrie.com/server-features/vip-bonus.md).

# VIP Bonus

VIP status unlocks a set of quality of life and progression perks that make grinding, farming, and everyday play noticeably smoother. All bonuses below stay active for as long as your VIP is running.

{% hint style="success" %}

### Progression Boosts

{% endhint %}

<table><thead><tr><th width="325">Bonus</th><th>Effect</th></tr></thead><tbody><tr><td><strong>Base &#x26; Job EXP</strong></td><td>×2 level up and job-change twice as fast</td></tr><tr><td><strong>Drop Rate</strong></td><td>×2 doubled chance on item drops while farming</td></tr><tr><td><strong>No EXP Loss on Death</strong></td><td>You keep your Base EXP even when you die no more penalty setbacks during risky hunts</td></tr></tbody></table>

{% hint style="success" %}

### Combat & Stat Perks

{% endhint %}

<table><thead><tr><th width="328">Bonus</th><th>Effect</th></tr></thead><tbody><tr><td><strong>+5 All Stats Foods Buffs</strong></td><td>A passive buff to every stat (STR, AGI, VIT, INT, DEX, LUK) while VIP is active</td></tr><tr><td><strong>No Gemstone Requirement</strong></td><td>Skills that normally consume gemstones (e.g. Blue/Red/Yellow Gemstones) can be cast for free no need to stock up</td></tr></tbody></table>

{% hint style="success" %}

### Convenience Features

{% endhint %}

| Feature             | Effect                                                                                     |
| ------------------- | ------------------------------------------------------------------------------------------ |
| **@arealoot**       | Auto picks up all items in an area around you works like the Greed skill, minus the hassle |
| **Free Healer NPC** | Access to a dedicated Healer NPC for free HP/SP recovery no zeny cost                      |

> 💡 **Worth it?** VIP mainly pays off if you grind a lot: the ×2 EXP/Drop stack, the death penalty removal, and gemstone free skills save you real time and zeny over a play session. The +5 all stats buffs and @arealoot are the cherry on top for daily convenience.


---

# 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.arkvalkyrie.com/server-features/vip-bonus.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.
