# What is Squads Protocol

Squads Protocol is a collection of programs on the Solana blockchain that implements smart contract-level account abstraction and acts as the perfect foundation for building products that will help onboard the next billion users into crypto.

It secures $10+ billion in value and the leading product built on top of it, the Squads platform, is trusted and used by over 250 teams in the ecosystem, such as Jupiter, Pyth, Raydium, Marginfi, Backpack, Drift, Helius, Kamino, Jito, Tensor, Helium and many others.

Squads Protocol is a collection of programs (smart contracts) that enables developers to use smart account technology to build novel asset management and self-custody solutions.

Since its launch in 2021, Squads Protocol has become Solana's smart account standard - securing $10+ billion in value for leading teams, applications, and institutions. We are trusted and used by over 250 teams in the ecosystem, such as Jupiter, Pyth, Raydium, Marginfi, Backpack, Drift, Helius, Kamino, Jito, Tensor, Helium, and many others.

Due to its permissionless nature, developers can seamlessly integrate Squads Protocol's programs into their own applications, enabling enhanced features that leverage multi-signature functionality and Solana's account abstraction capabilities. These features include spending limits, sub-accounts, time locks, and more.

To start your journey into interacting with Squads Protocol and the v4 program, you can read our [Quickstart](/main/development/introduction/quickstart.md) guide. It will walk you through creating a complete workflow using the Squads Typescript SDK in just 10 minutes.

For more specific instructions, head to the [Overview](/main/development/typescript/overview.md) page.


---

# Agent Instructions: 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:

```
GET https://docs.squads.so/main/development/introduction/what-is-squads-protocol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
