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

# Foundation

Kassandra is a decentralized autonomous organization (DAO) within decentralized finance (DeFi) that governs a protocol facilitating the creation and management of tokenized crypto portfolios, introducing a new class of products for managers and investors. Built on trustless and permissionless principles, the protocol ensures transparent and secure transactions without intermediaries. Offering flexibility and customization, users can tailor their portfolios to align with their investment strategies. With aligned interests, Kassandra fosters a collaborative ecosystem where the success of the protocol benefits all stakeholders involved, driving innovation and unlocking possibilities in the realm of DeFi.

1. **Vision**\
   Asset management is one of the smallest sectors of DeFi while being a trillion-dollar industry in TradFi. Traditional investments are streamlined and facilitated, why not do the same in DeFi?<br>
2. **Mission**\
   A future in which there’ll be seamless integration between investors looking for exposure in the cryptosphere and DeFi experts who’ll guide them while both make money.<br>
3. **Team Stats**\
   Welcome to the open-source world, where continuous innovation drives our team to work tirelessly in updating our product on a daily basis, ensuring we remain at the forefront of the rapidly evolving DeFi landscape. Stay connected and explore our active development by visiting our [GitHub](https://github.com/KassandraFinance) repository, where you can discover the latest updates, contributions, and advancements made by our dedicated team.<br>
4. **Track our development**\
   Stay in the loop with our behind-the-scenes updates, gaining exclusive insights into our ongoing developments, accessing sneak peeks, and even having the opportunity to beta-test new features before they are released to the public. Stay ahead of the curve by signing up for our newsletter and be among the first to receive the latest news and updates. For more in-depth articles and information, visit our [Medium](https://kassandrafoundation.medium.com/), where we share valuable insights and dive deeper into the exciting world of our project.


---

# 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://kassandra-1.gitbook.io/kassandras-onboarding-docs/about-kassandra/foundation.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.
