# Modules

## Genesis Liquidity Pools

The address of the native asset and bitcoin pool on each network is the same. PAXG and XAUT pools are unique on Ethereum.

#### Ethereum

* ETH-GEX pool: 0xA4df7a003303552AcDdF550A0A65818c4A218315 <mark style="color:red;">(deprecated)</mark>
* RENBTC-GEX pool: 0x5ae76CbAedf4E0F710C2b429890B4cCC0737104D <mark style="color:red;">(deprecated)</mark>
* PAXG-GEX pool: 0x48A814C44beeFE3A1C7c165367c1Ea12eA599b48 <mark style="color:red;">(deprecated)</mark>
* XAUT-GEX pool: 0xE7e708277A03dA75186C231b5B43FcFB34BEd29B <mark style="color:red;">(deprecated)</mark>

#### BNB Smart Chain

* BNB-GEX pool: 0xA4df7a003303552AcDdF550A0A65818c4A218315 <mark style="color:red;">(deprecated)</mark>
* RENBTC-GEX pool: 0x5ae76CbAedf4E0F710C2b429890B4cCC0737104D <mark style="color:red;">(deprecated)</mark>

#### Avalanche

* AVAX-GEX pool: 0xA4df7a003303552AcDdF550A0A65818c4A218315 <mark style="color:red;">(deprecated)</mark>
* BTC.B-GEX pool: 0x5ae76CbAedf4E0F710C2b429890B4cCC0737104D <mark style="color:red;">(deprecated)</mark>

## Stablecoin minter

The minter address is the same in all networks.

* 0xeF0dfe8cF872B4dF3681Ad37A17Ef5e2D473B877 <mark style="color:red;">(deprecated)</mark>

## Oracle

The oracle address is the same on all networks. First version (deprecated):

* 0x2208C74e717df65E367A7dB03B8675627D31ac31 <mark style="color:red;">(deprecated)</mark>

Second version (currently in use):

* 0xa7d3d2bAd28fd928b72283E8a96f6E8D5c5D94e2 <mark style="color:red;">(deprecated)</mark>

## Multichain bridge

The bridge address is the same on all networks. First version (in testing, not open to the public):

* 0xC783565D32517DCC80d0aAA44580ef92dAd224e3 <mark style="color:red;">(deprecated)</mark>

### GEX Vault

The vault address is the same on all networks.

* 0x4606887be86edF5bD47eEEAa0851864d9A70B07B


---

# 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.geminon.fi/geminon-protocol/deployment-addresses/modules.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.
