# IntegrationNet

Constellation provides developers with a full featured IntegrationNet to test applications and metagraphs before they're ready for the production environment. The IntegrationNet has all of the same features as MainNet and can therefore be used to validate application integrations in a realistic way.

{% hint style="success" %}
**Developing a Metagraph**\
Metagraph developers may use IntegrationNet as they're nearing production readiness. See [Setup a metagraph](/metagraph-development/guides/quick-start.md).
{% endhint %}

## Connecting to IntegrationNet[​](https://docs.constellationnetwork.io/hypergraph/integrationnet#connecting-to-integrationnet) <a href="#connecting-to-integrationnet" id="connecting-to-integrationnet"></a>

The following urls can used to access IntegrationNet:

* **Block Explorer API**: [https://be-integrationnet.constellationnetwork.io](https://be-integrationnet.constellationnetwork.io/)
* **Global L0 API**: [https://l0-lb-integrationnet.constellationnetwork.io](https://l0-lb-integrationnet.constellationnetwork.io/)
* **DAG L1 API**: [https://l1-lb-integrationnet.constellationnetwork.io](https://l1-lb-integrationnet.constellationnetwork.io/)

### Faucet[​](https://docs.constellationnetwork.io/hypergraph/integrationnet#faucet) <a href="#faucet" id="faucet"></a>

Constellation hosts a IntegrationNet faucet which distributes IntegrationNet DAG for testing purposes. This coin has no value and can only be used on IntegrationNet. The faucet provides small amounts of DAG at each request with rate limiting to prevent depletion of its DAG reserves.

The faucet can be accessed at:

```
GET https://faucet.constellationnetwork.io/integrationnet/faucet/<YOUR WALLET ADDRESS>

```


---

# 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.constellationnetwork.io/network-apis/integrationnet.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.
