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

# Useful Links

## dapp Links

* [MantaDAO](https://mantadao.app)
* [MantaSwap](https://mantaswap.app)

## Analytics

* [MantaFi](https://app.mantafi.com/mantadao): Comprehensive financial reporting and analytics for the DAO
* [Kujira Track](https://kujira-track.app/manta): Trading volumes data from MNTA pairs
* [Treasury wallet](https://app.pulsar.finance/portfolio?active=kujira15e682nq9jees29rm9j3h030af86lq2qtlejgphlspzqcvs9whf2q00nua5)
* [Weekly fees](https://app.pulsar.finance/portfolio?active=kujira192dpuleddy7pwhczgu7jfcqf8hnhzdh0va9wg6ea2quta9aj452szkqek8) collected from MantaSwap

## **Learn more about MantaDAO**

* [MantaDAO + Kujira: Understanding the highly symbiotic relationship](https://winkhub.app/posts/understanding-kujira-and-mantadao-highly-symbiotic-relationship) (a good explainer of what is MantaDAO).

## Social Media

The MantaDAO Community uses various platforms to socialize and discuss various aspects of the DAO. Topics include governance, protocol updates, business development, strategy, and much else besides. Each platform has its own focus:

* [Twitter](https://twitter.com/Manta_DAO) - To follow the important developments of the DAO.
* [Telegram](https://t.me/MantaDAO) - This where the magic happens, the place for everyday interactions and discussion.
* [Discord](https://discord.gg/x4dmE9Cfpu) - Generally not as active as Telegram, but this is where Mantas go to discuss governance proposals in depth.
* [Medium](https://medium.com/@MantaDAO) - Not much happening there, but we might post an article once in a while.

## Monthly Reports

We publish monthly transparency reports showing a detailed view of the DAO’s finances.

* [August 2023 (#1)](https://drive.google.com/file/d/1VSiyZF2zaigbOBlVSaJueNWzZfR-3s0Y/view)
* [September 2023 (#2)](https://drive.google.com/file/d/1NUsjxUV4e8cFyEymNEA0kKFbCwvSYbCb/view)
* [October 2023 (#3)](https://drive.google.com/file/u/2/d/1sIUN5hqYvs0tGnwQWz-jXWDKzm-ySgQj/view)
* [November 2023 (#4)](https://drive.google.com/file/u/2/d/17jDYUZfKzDIjAkutO-R1SgKDE5-UswfY/view?usp=sharing)
* [December 2023 (#5)](https://drive.google.com/file/d/1KfNwV-TIyXVF-ONZDgvt0X_hx4gf9Wu2/view?usp=sharing)
* [January 2024 (#6)](https://drive.google.com/file/d/10D0m6gVMxbhW45ZhzvNBgyxcZScRq9hh/view?usp=sharing)
* [February 2024 (#7)](https://drive.google.com/file/d/15YKwPJ_E8ha5xi8XTypya32mAjzQxdPp/view)


---

# 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://mantadao-1.gitbook.io/mantadao/useful-links.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.
