> For the complete documentation index, see [llms.txt](https://rgo.gitbook.io/rgo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rgo.gitbook.io/rgo/community-and-support/faq.md).

# FAQ

#### 1. What is RGO?

RGO is a platform that enables users to issue, discover, and interact with Digital Asset and community-driven digital assets.

It integrates issuance tools, short-form content, communication, and trading into a single ecosystem.

#### 2. What can I issue on RGO?

Users can issue two types of assets:

* IFO Mode — fixed-supply tokens with permanent liquidity.
* FUN Mode — lightweight, template-based tokens for community or experimental use.

#### 3. What is the difference between IFO Mode and FUN Mode?

IFO Mode includes fixed supply, required liquidity, and irreversible LP locking.

FUN Mode uses pre-set templates and begins trading inside RGO before external launch eligibility.

#### 4. How is liquidity added for IFO tokens?

Issuers must add liquidity using BNB, USDT, or meet the alternative requirement of 5,000 RGO.

All LP tokens are sent to a burn address, ensuring liquidity cannot be removed.

#### 5. What is RGO Shorts?

RGO Shorts is an integrated short-video system where issuers can publish updates and users can like, comment, follow, and share.

It helps new assets gain visibility.

#### 6. How does the communication system work?

RGO includes encrypted messaging, voice, and video calls.

Users can initiate conversations directly from issuer profiles or short-video pages.

#### 7. What is the RGO token used for?

RGO is used across the platform for:

* IFO issuance requirements
* Liquidity pairing options
* Ecosystem activities and features
* Future premium tools

#### 8. Is the RGO supply fixed?

Yes. RGO has a fixed total supply of 200,000,000 tokens, with no additional issuance.

#### 9. How can I view official RGO updates?

You can follow RGO through:

* Official Website
* Twitter (X)
* Telegram
* Blog

#### 10. Can I trade tokens issued on RGO?

Yes. Tokens can be traded inside RGO, and IFO tokens that meet requirements may be launched on external exchanges in the future.

#### 11. Do I need KYC to use RGO?

No. RGO interactions are tied to wallet identities and do not require traditional KYC for standard platform usage.


---

# 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://rgo.gitbook.io/rgo/community-and-support/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.
