Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 2.38 KB

README.md

File metadata and controls

46 lines (31 loc) · 2.38 KB

Squads Multisig Program Library

Frame 13

License: AGPL v3

SMPL is a collection of programs for creation and management of multisig wallets on Solana.

Currently SMPL contains:

  • Squads V3 on-chain program: powerful multisig wallet for teams and secure individuals
  • Program manager: supporting program to manage program upgrades with Squads V3

Technical information about SMPL can be found in the program README.md

Addresses

Mainnet, Testnet, & Devnet

The immutable (non-upgradeable program is located at) [ will be vailable soon] (https://explorer.solana.com/address/soon)

Both programs Will be Anchor verified.

Our vision

Solana needed a multisig the ecosystem could rely on, so we built one.

Security

To make sure that Squads V3 is secure we did the following:

  • independent security audit with Bramah Systems
  • independent security audit with OtterSec
  • running the Sec3 premium tool after any changes to the on-chain code
  • written the program in Anchor (a framework for quickly building secure Solana programs)
  • kept the codebase minimal
  • open sourced the codebase
  • asked a number of established teams in the ecosystem to review the code and give their feedback

Our goal is to make Squads V3 on-chain program non-upgradeable as soon as possible.

License

This software is released under AGPL-3.0 license.