> For the complete documentation index, see [llms.txt](https://thxnet.gitbook.io/white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thxnet.gitbook.io/white-paper/sandbox.md).

# Sandbox

### Sandbox Environment

The THXNET. Sandbox is a purpose-built Leafchain deployed within the Testnet ecosystem that provides developers and organizations with a dedicated experimental environment. This specialized infrastructure enables rapid prototyping, comprehensive testing, and seamless integration development without the governance requirements and resource commitments associated with production Leafchain implementations.

#### Development Acceleration

While establishing an official Leafchain on either Testnet or Mainnet environments requires formal DAO approval processes and technical implementation procedures, the Sandbox environment eliminates these barriers to entry. This streamlined approach enables developers to immediately engage with THXNET. technologies, accelerating the development cycle and reducing time-to-integration for both Web2.0 applications and external blockchain networks.

#### Onboarding Process

Developers can access the Sandbox environment through a straightforward registration process that includes:

1. Creating a dedicated Sandbox account through THXCONNECT App ([ios](https://apps.apple.com/tw/app/thxconnect/id6471815589) / [android](https://play.google.com/store/apps/details?id=org.thxnet.thxconnect))
2. Generating an ID-Wallet for authentication and transaction signing
3. Receiving immediate access to the complete development environment

#### Technical Infrastructure

The Sandbox environment provides a comprehensive development ecosystem that includes pre-configured infrastructure components:

* Complete blockchain management panel for network monitoring and administration
* Dedicated blockchain explorer for transaction and state verification
* Comprehensive API suite for application integration and development

#### Component Availability

The Sandbox environment includes a progressive release schedule for core THXNET. components and capabilities:

* SAND token faucet
* Assets Pallet
* NFTs Pallet
* Utility Pallet
* MultiSig Pallet
* Proxy Pallet
* Connect2Earn / Share2Earn
* GraphQL for querying blockchain data
* NFT metadata search
* Data Mesh tool

This calibrated component release approach ensures that developers can progressively build increasingly sophisticated applications while maintaining system stability throughout the development lifecycle.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://thxnet.gitbook.io/white-paper/sandbox.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
