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

# Welcome

**Welcome to Savvy Apes, the innovative community where we ape together and earn together!**&#x20;

We are a forward-thinking collective focused on developing cutting-edge revenue-share utilities that empower our members to leverage their collective strength and reap the rewards.

At Savvy Apes, we believe in the power of collaboration and shared success. Our unique model revolves around distributing profits among our community members based on their token holdings. The more tokens you hold, the greater your share in the collective prosperity we generate.

**We are not just another token project; we are an open platform that welcomes talented developers to join our ranks and launch their revenue-generating utilities. As long as they adhere to our revenue-share rules, they can contribute their innovative ideas and benefit our thriving community.**

Together, we are building a decentralized ecosystem that challenges traditional models. By harnessing the collective intelligence and resources of our Savvy Apes, we are creating a future where financial freedom and shared prosperity are within reach.

Let's ape together towards a better future. The strength of our community lies in our unity, and together, we will earn, grow, and thrive like never before.

Welcome to Savvy Apes – where we **APE TOGETHER AND EARN TOGETHER!**


---

# 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://savvyapes.gitbook.io/savvy-apes/welcome.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.
