> For the complete documentation index, see [llms.txt](https://docs.jvault.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jvault.xyz/staking-v1-deprecated/for-creators/faq.md).

# FAQ

## What if someone has borrowed the name of a pool with my token?

If you are a token founder but someone has already created a pool with your token name, you are free to DM us. We will be able to rename the ‘fake’ pool.

## I created a staking pool with a high commission rate, can I switch to a more favourable plan in the future?

If your staking programme budget has increased and you want to switch to a better plan - fell free to DM us. We will not be able to change the commissions in the existing pool (this would create a security risk), but we can create a new pool with the same name as the old one.

## How to get a WL?

To get a WL for your staking pool, [fill out this form](https://docs.google.com/forms/d/e/1FAIpQLSeFoeWemJkpB1nHamDahBkVfJGSlRseSBIRT4AO1d_JANipcw/viewform). The administration will review your application within 3 working days. Your token **must be listed** on at least one of the **leading DEX** (Dedust, Ston.fi) and have **a clear Utility**, and the project must be **at least three months old**.

## Where to find more info?

The whitelist system is currently under development.


---

# 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://docs.jvault.xyz/staking-v1-deprecated/for-creators/faq.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.
