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

# FAQ

### 1. Is this a scam?

The project started on the 23rd. Lion team started 3000 LION. After that, everyone started mining at same line. It is operating according to the first issued smart contract code. There is nothing more to be issued and reduced as we want to.

<https://bscscan.com/address/0xf25287989d9636bfda6ffd49df96258f465e4405#code>

<https://bscscan.com/address/0xE176760b72CB5F469eda975c97E9Af010acCFa81#code>

### 2. Is LIONSWAP is audited?

Our smart contract code is based on pancake swap. In fact, we can't do rug pull (run away) at all. To ensure users' peace of mind, a code audit is planned.&#x20;

Currently, out team requested a code audit from haechi labs, and we are in consultation with the haechi labs. Code auditing is expensive. So, we cannot request audit from several audit companies. As we add features and operate, we plan to do more if necessary.

### 3. How many burning is LION team doing?

LION team receives 2680 out of 28,800 issues per day. Of these, 1,000 is burnt daily and the rest is used for partnerships and running lionswap service.

### 4. Pool APR is not corrected.

It looks like a frontend bug. We are fixing the frontend bugs.&#x20;

### 5. What is next plan?

We are communicating with other crypto projects (yield optimization, yield farming services). It will makes our LION worth.

We will fix the frontend bugs and start developing lottery system.&#x20;

* [ ] Pool apr is not corrected.
* [ ] Enable dark mode
* [ ] Developing lottery system


---

# 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://lionswap.gitbook.io/lionswap/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.
