# SSP Enterprise Overview

SSP Enterprise is multi-party crypto custody for teams. Your organization holds the keys, your team co-signs transactions, and the platform handles the coordination — proposals, approvals, audit trail, and policy enforcement.

It runs on the same two-device security model as SSP Wallet (browser extension + mobile app), but instead of one person controlling one wallet, your team collectively controls organizational vaults.

🌐 **Live at:** [enterprise.sspwallet.com](https://enterprise.sspwallet.com)

<div align="left"><figure><img src="/files/PKbNDRm8xj4YKxi2YMep" alt="SSP Enterprise: Self-Custody for Business"><figcaption><p>Self-custody multisig for organizations — see <a href="https://sspwallet.io/enterprise">sspwallet.io/enterprise</a></p></figcaption></figure></div>

## What you actually get

* **Vaults that are real on-chain multisigs.** Not a custodian. Not MPC with a vendor share. Native Bitcoin multisig and EVM smart contract multisig, derived from your signers' xpubs.
* **Pick your threshold.** 2-of-3 for a small team. 3-of-5 for a treasury council. 5-of-9 for a board. Whatever matches how your team actually makes decisions.
* **Two devices per signer.** A compromised laptop alone can't sign. A compromised phone alone can't sign. Both, on every signature, every signer.
* **One platform, twelve chains.** BTC, ETH, LTC, DOGE, BCH, ZEC, RVN, FLUX, MATIC, BNB, AVAX, BASE — without juggling tools.
* **A policy engine that's actually configurable from the UI.** Spending limits, address whitelists, time-locks, admin approvals, per-signer overrides. No Solidity. No modules to deploy.
* **An audit log you can hand to an auditor.** Every member change, vault op, proposal, and signature, attributed and timestamped.
* **Open source.** SSP Wallet and SSP Key are public. The cryptography is verifiable.

## How the pieces fit

```
SSP Wallet (browser extension)  ←→  SSP Enterprise  ←→  SSP Key (mobile app)
            │                       (web app at                  │
            │                  enterprise.sspwallet.com)         │
            └───────────── 2-of-2 WK Identity ────────────────────┘
                                    │
                                    ▼
                       Multi-party multisig vaults
                          (M-of-N across team)
```

* **WK Identity** is your unique cryptographic identity, derived from a 2-of-2 multisig of your SSP Wallet + SSP Key public keys. No password. No email required for first login. You sign in by signing a challenge with both devices.
* **Organizations** group your team. One owner, several admins, members, viewers.
* **Vaults** are the M-of-N multisig wallets where funds live. One organization can have many vaults across different chains.
* **Proposals** are transactions waiting on signers. Each designated signer approves with their wallet + key. Threshold met → broadcast.

## What you need before signing in

Every team member who'll be on a vault needs to be set up as an SSP Wallet user first:

1. **SSP Wallet** browser extension — [Chrome](https://chromewebstore.google.com/detail/ssp-wallet/mgfbabcnedcejkfibpafadgkhmkifhbd) or [Firefox](https://addons.mozilla.org/firefox/addon/ssp-wallet)
2. **SSP Key** mobile app — [iOS](https://apps.apple.com/app/ssp-key/id6463717332) or [Android](https://play.google.com/store/apps/details?id=io.runonflux.sspkey)
3. **Wallet + Key paired and synced** — see the [SSP Wallet first-time setup](/docs/quick-start-guides/first-time-setup.md)

Once that works as a normal personal wallet, you can sign in to SSP Enterprise.

## Walkthroughs

The product, end to end:

1. [**Getting Started**](/docs/ssp-enterprise/getting-started.md) — sign in for the first time
2. [**Creating Your First Organization**](/docs/ssp-enterprise/creating-organization.md) — set up the workspace
3. [**Inviting Team Members & Roles**](/docs/ssp-enterprise/inviting-members.md) — bring your team in
4. [**Creating Multisig Vaults**](/docs/ssp-enterprise/creating-vaults.md) — set up M-of-N vaults per chain
5. [**Proposing & Signing Transactions**](/docs/ssp-enterprise/transactions.md) — move funds with collective approval
6. [**Configuring Policy Controls**](/docs/ssp-enterprise/policies.md) — spending limits, whitelists, time-locks

## Switching from another platform?

* [Migrating from Fireblocks](/docs/ssp-enterprise/migration/from-fireblocks.md)
* [Migrating from Safe (Gnosis Safe)](/docs/ssp-enterprise/migration/from-safe.md)
* [Migrating from BitGo](/docs/ssp-enterprise/migration/from-bitgo.md)

## Setting up for a specific use case?

* [DAO Treasury Management](/docs/ssp-enterprise/use-cases/dao-treasury.md)
* [Corporate Treasury Workflow](/docs/ssp-enterprise/use-cases/corporate-treasury.md)

## Help

* **Sales / custom plans:** email <tadeas@sspwallet.com> or [book a 30-min call](https://calendar.app.google/NZd7n1d6Hjmd7XFD6)
* **Technical issues:** [GitHub Issues](https://github.com/RunOnFlux/ssp-wallet/issues)
* **Security:** see the [Security Overview](/docs/security-and-best-practices/security-overview.md)


---

# 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://sspwallet.gitbook.io/docs/ssp-enterprise/enterprise.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.
