> For the complete documentation index, see [llms.txt](https://docs.burve.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.burve.fi/community/welcome-to-the-troupe.md).

# 🎪 Welcome to the Troupe

## **The Greatest Show in DeFi is here**

The tent is rising. The spotlight is warming up. The ring awaits.\
A grand spectacle of liquidity, strategy and yield.\
Pick your act, take your first steps into the arena and make your mark.

## 🤹 Telegram

Be the first to hear the drums roll.\
Alpha leaks, surprise drops, real time alerts, the show starts here.\
First to hear, first to act.\
🎟️ **Join the Telegram**: [t.me/burve\_fi](https://t.me/burve_fi)

## 🤹 Discord

The Burve Circus HQ.\
Find your crew, prepare your acts and stay tuned to every twist and turn behind the scenes.\
This is your backstage pass to the Burve experience.\
🎟️ **Enter the Discord**: <https://discord.com/invite/vxKe7ydYTT>

## 🤹 Fuul

Get ready to complete quests, earn points and climb the leaderboard.\
Your early steps will be remembered when the real show begins.\
🎭 In the circus of DeFi, every act matters.


---

# 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://docs.burve.fi/community/welcome-to-the-troupe.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.
