# Chains

Currently, CoinDrip has two official deployments on MultiversX mainnet and devnet.

{% tabs %}
{% tab title="Mainnet" %}
Contract Address: [erd1qqqqqqqqqqqqqpgqqnm3x37972323nuv3l3kywev0n8q5n6gyc8qwljqz9](https://explorer.multiversx.com/accounts/erd1qqqqqqqqqqqqqpgqqnm3x37972323nuv3l3kywev0n8q5n6gyc8qwljqz9)
{% endtab %}

{% tab title="Devnet" %}
Contract Address: [erd1qqqqqqqqqqqqqpgqfgned8q9zqwaeya4sc0stf7elpj6ylsdlpzqwhk5ye](https://devnet-explorer.multiversx.com/accounts/erd1qqqqqqqqqqqqqpgqfgned8q9zqwaeya4sc0stf7elpj6ylsdlpzqwhk5ye)

*If you want to use CoinDrip on Devnet, you will need some xEGLD and a token to stream. You can use the* [*web wallet*](https://devnet-wallet.multiversx.com/unlock/) *for the xEGLD faucet and this* [*ESDT faucet*](https://r3d4.fr/faucet)*.*&#x20;
{% endtab %}
{% endtabs %}

{% hint style="info" %}
The official deployments are made by the CoinDrip team and used in the official CoinDrip dApp.
{% endhint %}


---

# 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.coindrip.finance/technical-guides/chains.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.
