# Sandbox Environment

### Accessing the Sandbox

Swapped.com's sandbox environment can be accessed via [**https://sandbox.swapped.com**](https://sandbox.swapped.com).&#x20;

Swapped.com's sandbox environment allows merchants to test their integration before going live. This ensures that all functionality is working as expected without real funds being charged.&#x20;

**The sandbox environment only offers BTC & ETH testnet cryptocurrencies, and supports only Visa/MasterCard** [**test card**](/swapped-ramp/readme/test-card.md) **payments. As a result of this, only those currencies and methods can be selected. Payments are limited to a 15 euro maximum.**

### Generating a Sandbox iFrame

To generate a sandbox iframe, follow these steps:

1. Use the following keys:

   ```
   Public Key: pk_sandbox_rT9bW3sN6mJ8F5hP2cRqLvZ7SaD4XoY9
   Private Key: sk_sandbox_gV4eT2aK5bP6C7nR3fWmQxY8FdZ9HhE2
   ```
2. Follow the instructions on the [**iframe-initialization**](/swapped-ramp/readme/iframe-initialization.md) page to generate an iframe URL and signature.

### Setting Up Testnet Wallets

To test cryptocurrency transactions, ensure you are using the correct testnet wallets:

* **Bitcoin Testnet**: Follow the guide [here ](https://support.bitpay.com/hc/en-us/articles/360015463612-How-to-Create-a-Testnet-Wallet)to enable Bitcoin testnet via Bitpay.
* **Sepolia Ethereum**: Follow the guide [here ](https://support.metamask.io/configure/networks/how-to-view-testnets-in-metamask/)to enable Sepolia ETH via MetaMask.


---

# 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://docs.swapped.com/swapped-ramp/readme/sandbox-environment.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.
