> For the complete documentation index, see [llms.txt](https://docs.rhomarkets.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rhomarkets.xyz/rho-world/qa.md).

# QA

<details>

<summary>When Rho Pet  will launch</summary>

Rho Pet Evolution features will launch in June after we launch in mainnet, Pets will evolve automatically once they reach their evolution level.

</details>

<details>

<summary>What will happened if i withdraw the supplied asset from LP?</summary>

Rho Pet will auto stopped RXP generate.

\
Such as:\
Tangerine currently has a Level 50 Pet in Wallet A, and she withdrew all her assets from the supply pool. Her Pet and all the experience it has gained so far will remain in Wallet A. It will stop earning experience, and consequently stop leveling up, since Tangerine no longer has any assets A in Wallet A.

In the Rho Pets game, this means that Tangerine's Pet will cease to grow and cannot reach a higher level. However, she can still interact with her Pet in Wallet A and enjoy its other features and characteristics. If Tangerine wants to continue leveling up her Pet, she needs to ensure that there are enough assets A in the supply pool.

</details>

<details>

<summary>Is early birds have any rewards?</summary>

During the first months of our mainnet launch, we will progressively introduce a series of assets along with their corresponding pets. We will initiate the RXP (Loyalty Points & Pet Experience) Acceleration Plan, which will maintain approximately 3–5 times the normal rate of point generation for a period of time. This ensures that you can opt to join us early to earn more RXP.

</details>

<details>

<summary>Is RXP will be expired in the certain time?</summary>

No, they will not. Once a Rhoer, always a Rhoer. Your RXPs and Pets are here to stay through our future seasons. So the longer you hold your Assets and the more Assets you supply into, the bigger your rewards!

</details>

<details>

<summary>Is Rho Pet evolve automotic or manual?</summary>

Pets will evolve automatically once they reach their evolution level! You do not have to do anything to make your Pet evolve.

We are currently working on their evolutions, so stay tuned.

</details>

<details>

<summary>Can I transfer my Rho Pets to other EVM address in Scroll?</summary>

Rho Pets will be Soul bounded with your address, it's not supported to transfer

</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://docs.rhomarkets.xyz/rho-world/qa.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.
