# Environments

inabit offers two workspace environments all under the same umbrella (Mainnet and Testnet)

Testnet is used for testing purposes, allowing developers to experiment without risking real assets. Mainnet is used to deploy into production for real-time operations with actual funds.

Technically, inabit hosts only one environment which is our production app at use.inabit.com, the testnet/development env sits within the organization-level.

## Testnet Organization

Upon request, inabit will create a testnet organiztion for you.

Testnet is used as a blockchain network designed specifically for developers to conduct tests. It operates independently on its own blockchain, and its assets have no real monetary value. This makes it an ideal environment for experimenting with integration workflows and performing other operations as in the production environment, but without paying real-world fees.

### Testnet faucets

Testnet faucets in blockchain are tools that give developers free test tokens for development environments, allowing them to test applications and transactions without risking real funds. These tokens mimic real cryptocurrency but hold no actual value, making them ideal for safe testing and debugging on blockchain platforms. You can use the faucets outlined in the [Testnet faucets](#testnet-faucets) document.

> ### Note
>
> inabit currently supports only EVM/**Ethereum** **Sepolia** **testnet** for testing purposes.

In a regular organization, mainnet is used as a fully operational blockchain network where cryptocurrency transactions are broadcast, confirmed, and recorded in real time. All assets on mainnet hold real-world monetary value. You use native assets to make transactions and pay network fees.


---

# 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.inabit.com/inabit-terminal/how-to-get-started/environments.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.
