> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anchorage.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sandbox overview

> Explore the Anchorage Digital sandbox environment for safe testing before going to production.

The Anchorage Digital sandbox is a dedicated environment for clients and partners to safely test and simulate platform capabilities without affecting live data or assets. Use it to understand workflows, permission structures, and system behavior across various scenarios before moving to production.

## Platforms and tools

<CardGroup cols={3}>
  <Card title="iOS app" icon="mobile-screen" href="/knowledge-base/platform/users/mobile-app">
    Interact with digital assets using the Anchorage Digital mobile application.
  </Card>

  <Card title="Web dashboard" icon="desktop" href="/knowledge-base/platform/users/web-dashboard/overview">
    Gain comprehensive control and visibility over assets through the web interface.
  </Card>

  <Card title="APIs" icon="code" href="/knowledge-base/api-reference/introduction">
    Use REST and WebSocket APIs for automated interactions.
  </Card>
</CardGroup>

## Resources

The sandbox provides access to the resources needed to set up and manage testing scenarios. You can create permission groups and API keys, which define access controls and ensure secure API interactions.

The sandbox mirrors the production environment's permission architecture, letting you learn how to manage organizational quorum policies and user roles before going live. For details, see [Permission groups](/knowledge-base/platform/developers/permission-groups) and [API keys](/knowledge-base/platform/developers/api-keys).

## API testing

Read-only APIs can be tested directly in the API Reference section of this portal. Write APIs require a [request signature](/knowledge-base/platform/developers/request-signing) before the request can be sent.

## Sandbox asset support

| Asset       | Mainnet | Sandbox asset                         |
| :---------- | :------ | :------------------------------------ |
| Bitcoin     | BTC     | BTC\_T (Bitcoin Testnet)              |
| Ethereum    | ETH     | ETHHOODI (Hoodi testnet)              |
| Ethereum L2 | USDG    | USDANCHOODI (ETH L2 on Hoodi testnet) |
| Solana      | SOL     | SOL\_TD (Devnet)                      |

<Info>
  If additional asset support is needed, contact your designated point of contact. Public testnet faucets are available online. If you do not have access to testnet funds, your point of contact can send assets if needed.
</Info>
