Squads Docs
Development
Development
  • Introduction
    • What is Squads Protocol
    • Use Cases
    • Quickstart
  • Typescript
    • Overview
    • Instructions
      • Create Multisig
      • Create Config Transaction
      • Create Vault Transaction
      • Create Proposal
      • Approve Proposal
      • Reject Proposal
      • Cancel Proposal
      • Execute Config Transaction
      • Execute Vault Transaction
      • Create Batch
      • Add To Batch
      • Close Vault Transaction Account
      • Controlled Multisig Instructions
        • Add Member
        • Remove Member
        • Set Rent Collector
        • Add spending limit
        • Remove Spending Limit
    • Accounts
      • Multisig
      • Vault
      • Transactions
      • Proposal
      • Batch
  • Reference
    • Accounts
    • Permissions
    • Spending Limits
    • Time-locks
    • SDKs
    • Controlled Multisigs
  • API
    • Vault Check
  • CLI
    • Installation
    • Commands
  • Get Support
    • We're here to help
  • Other
    • Migrating from MultisigCreate v1 to v2
    • Squads Actions and Blinks
Powered by GitBook
On this page
  • Configurable App Vaults
  • Custom User Interfaces
  • Squads Blinks
  1. Introduction

Use Cases

What can you build with Squads?

PreviousWhat is Squads ProtocolNextQuickstart

Last updated 10 months ago

Squads is a powerful primitive that enables a variety of use-cases related to self-custody and account abstraction. Here are few of the major use-cases for Squads' tools:

Configurable App Vaults

Use Squads to custody funds associated with your app, and allow various stakeholders to have control over the flow of these funds. An example of this would be a crowdfunding app, where funds raised are custodied in Squads, with the fundraiser admins and members of the app team as members.

Custom User Interfaces

Use the Squads v4 SDK to create a custom UI, built to your liking for your Squad. This allows for a bespoke smart account experience, and less dependency on Squads' official services. For reference, check out our .

Squads Blinks

Build custom Solana actions and blockchain links (blinks) associated with a Squad that are shareable on a variety of websites like X.

public UI