> For the complete documentation index, see [llms.txt](https://docs.squads.so/squads-v3-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squads.so/squads-v3-docs/who-we-are.md).

# Who we are?

## Squads Labs

Squads Labs is a company that is the main contributor to Squads, Squads Protocol, and Fuse.

Squads Labs has been developing Squads Protocol since May 2021 and the current version (V3) has been finalized and made immutable in February 2023. Squads Labs is currently working on the next iteration of the protocol (V4) which will allow for greater programmability, permissioning and many other advanced features.

Our products have already achieved significant milestones:

* +$450 mln in assets secured;
* Open-source, immutable, as well as the first formally verified Solana protocol;
* Trusted and used by countless teams in the ecosystem like Pyth, Raydium, Marginfi, Drift, Helius, Kamino, Jito, Frakt, Hadeswap and many others;
* Our partners and investors include Multicoin Capital, Jump Crypto, Collab + Currency, Delphi Digital, Reciprocal Ventures, Solana Ventures.


---

# 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.squads.so/squads-v3-docs/who-we-are.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.
