> For the complete documentation index, see [llms.txt](https://wp.rebellionprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.rebellionprotocol.com/a-safe-project.md).

# A Safe Project

The Rebellion Protocol is a safe project. Unfortunately, the cryptocurrency industry displays a significant amount of scams, rug-pulls and ill-intent projects. This not only harms the investors but also the industry as a whole, as the wider population is warry of joining the industry for fear of these projects.&#x20;

Rebellion Protocol is an honest and safe project.

### All contracts are public

* [$REBL contract code](https://github.com/RebellionProtocol/Contract/blob/main/RebellionProtocol.sol)
* [Staking contract code](https://github.com/RebellionProtocol/Contract/blob/main/REBLStaking.sol)
* [NFT contract code](https://github.com/RebellionProtocol/Contract/blob/main/REBLNFT.sol)

### Contract Audit

The $REBL contract has been audited by Techrate and passed all the test successfully. There are no issues identified in the contract. Link below:

* [$REBL contract audit](https://github.com/TechRate/Smart-Contract-Audits/blob/main/November/Rebellion%20Protocol.pdf)

### Rugfree project

The initial liquidity is locked to make sure $REBL investors are always able to buy and sell $REBLs. Similarly the community & DEX reserve are locked. Links below:

* [Locked liquidity ](https://www.team.finance/view-coin/0xbB8b7E9A870FbC22ce4b543fc3A43445Fbf9097f?name=Rebellion%20Protocol\&symbol=REBL\&chainid=0x38)
* [Locked reserves](https://www.team.finance/view-coin/0xbB8b7E9A870FbC22ce4b543fc3A43445Fbf9097f?name=Rebellion%20Protocol\&symbol=REBL\&chainid=0x38)

Our lock partner (Team.finance) does not work well on the Chrome browser. You may open the link on firefox or directly look for the contract address on their site.


---

# 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://wp.rebellionprotocol.com/a-safe-project.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.
