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

# About OnlyApes

Welcome to the developer documentation for OnlyApes! OnlyApes is the ultimate platform for creating, launching, trading and monitoring memecoins. We empower users to bring their creative ideas to life by providing the tools and resources needed to launch memecoins with ease. We also provide a way for people to track the memecoin market cap race across all chains.&#x20;

### OnlyApes Tokens

Every coin launched from OnlyApes has a supply of 1 billion tokens. 800 million tokens, or 80%, are purchased from the bonding curve process that takes place on OnlyApes. The remaining 200 million tokens, or 20% of supply, are put into the liquidity pool once the Ape Bar reaches 100%. A token achieves a fully filled Ape Bar at \~$75K market capitalization. This number may fluctuate depending on the USD price of ETH. It takes approximately 5.45 ETH to fill the Ape Bar and launch to Uniswap (Base) or Thruster (Blast). Tokens are **fully transferrable** and **sellable** prior to reaching 100% completion. OnlyApes earns a 1% fee on trades. We provide value additive services for memecoins launched on our platform including a permanently locked LP, early discovery, access to the OnlyApes community and additional ecosystem benefits such as free, automated listing to the OnlyApes Memecoin Monitor which receives over 10,000 unique site visitors per day.


---

# 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://onlyapes.gitbook.io/documentation/about-onlyapes.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.
