# Prerequisites

Studio is self-serve. Most partners can sign in, deploy, and start operating without any setup from Spree.

## What You Bring

* **A valid email address.** Studio uses email-OTP login.
* **An EVM-compatible wallet.** MetaMask, Rainbow, WalletConnect, or any RainbowKit-supported option. The wallet you connect during deploy becomes the initial holder of your operational roles.
* **Native gas on the chain you're using.** Faucets are available for testnet:
  * Base Sepolia: [alchemy.com/faucets/base-sepolia](https://www.alchemy.com/faucets/base-sepolia)
  * Moca Testnet: contact Spree for faucet access
* **An admin wallet you trust.** For production, plan to use a multisig (e.g., Gnosis Safe) as the holder of `DEFAULT_ADMIN_ROLE`. You can set this up at deploy time or migrate roles afterward.

## What You Receive Automatically

When your deployment task completes, Spree's executor service auto-grants your deployer wallet:

* `MANAGER_ROLE` on your Factory
* `CAMPAIGN_ADMIN_ROLE`, `ISSUING_ADMIN_ROLE`, `SETTLEMENT_ADMIN_ROLE`, and `TRANSFER_ADMIN_ROLE` on your PSPVault

The deployer wallet is also automatically added to the **Factory mint and transfer whitelists** for your branded SP and to the **PSPVault transfer whitelist**, so you can mint, hold, and move your token immediately after deploy without further setup.

These roles and whitelist entries cover the day-to-day operations described in the [Whitelist Management](/spreefinance/spree-studio/whitelist-management.md), [Authority & Roles](/spreefinance/spree-studio/authority-and-roles.md), and [Campaigns & Pending SP](/spreefinance/spree-studio/campaigns-and-pending-sp.md) guides. No separate Spree-side setup is required for the standard self-serve flow.

## Supported Chains

| Network      | Chain ID | Use                                    |
| ------------ | -------- | -------------------------------------- |
| Base Sepolia | 84532    | Testnet — recommended for first deploy |
| Moca Testnet | 222888   | Testnet                                |
| Mainnet      | —        | Coordinate with Spree before launch    |

## When to Ask Spree First

Most partners don't need to. Reach out before:

* Deploying on a chain not in the supported list
* Joining an existing organization as a member (an organization admin invites you from `/admin`)
* Mainnet launch — we'll review your role configuration and treasury setup
* Custom collateral assets beyond the defaults

For everything else, just sign in and deploy.


---

# 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://spree-finance.gitbook.io/spreefinance/spree-studio/prerequisites.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.
