# TestNet: Reticulum

## EVM Network Connection <a href="#reticulum-network-connection" id="reticulum-network-connection"></a>

Use these details to connect to the TestNet from Metamask, front-end and back-end services:

| Field                         | Value                                           |
| ----------------------------- | ----------------------------------------------- |
| Network name                  | Galactica-Reticulum                             |
| RPC URL                       | <https://evm-rpc-http-reticulum.galactica.com/> |
| WS URL                        | <wss://evm-rpc-ws-reticulum.galactica.com/>     |
| EVM Chain ID                  | 9302                                            |
| Currency Symbol               | GNET                                            |
| Block explorer URL (optional) | <https://explorer-reticulum.galactica.com/>     |

## CosmosSDK Network Connection

| Field               | Value                                                                                                        |
| ------------------- | ------------------------------------------------------------------------------------------------------------ |
| Cosmos Chain ID     | galactica\_9302-1                                                                                            |
| Public RPC endpoint | <https://rpc-reticulum.galactica.com>                                                                        |
| Public LCD endpoint | <https://lcd-reticulum.galactica.com>                                                                        |
| Genesis file        | [genesis.json](https://raw.githubusercontent.com/Galactica-corp/networks/main/galactica_9302-1/genesis.json) |
| Seeds file          | [seeds.txt](https://raw.githubusercontent.com/Galactica-corp/networks/main/galactica_9302-1/seeds.txt)       |

Use the following command to configure the client:

```
galacticad config node https://rpc-reticulum.galactica.com:443
```

## Galactica web application

The [web application](https://app-reticulum.galactica.com/) can currently be used to get your TestNet zkKYC and generate a zkProof proving its existence. On the TestNet no real data is required to pass the KYC, please use mock data where needed.

This application will be extended to support upcoming features: reputation, citizenship and governance.

## Additional resources

<table><thead><tr><th width="361">Resource</th><th>Where</th></tr></thead><tbody><tr><td>Faucet URL</td><td><a href="https://faucet-reticulum.galactica.com/">https://faucet-reticulum.galactica.com/</a></td></tr><tr><td>Front-End App</td><td><a href="https://app-reticulum.galactica.com/">https://app-reticulum.galactica.com/</a></td></tr><tr><td>Galactica development repository (ZK circuits, ZK lib, Snap, frontend examples)</td><td><a href="https://github.com/Galactica-corp/galactica-monorepo">https://github.com/Galactica-corp/galactica-monorepo</a></td></tr><tr><td>Explorer ping-pub</td><td><a href="https://explorer-pingpub-reticulum.galactica.com/">https://explorer-pingpub-reticulum.galactica.com/</a></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#zkcertificate-guardian-whitelist-contract">#zkcertificate-guardian-whitelist-contract</a></td><td><pre><code>0x1263E38AFb0449932F1aa0e108a009d895190Ee6
</code></pre></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#zkcertificate-registry-contract">#zkcertificate-registry-contract</a></td><td><pre><code>0x68272A56A0e9b095E5606fDD8b6c297702C0dfe5
</code></pre></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#verification-sbt-contract">#verification-sbt-contract</a></td><td><pre><code>0x2492F8b0EF4332c50e25753f97D5A9EdC0e8b779
</code></pre></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#example-zkkyc-ageproof-contract">#example-zkkyc-ageproof-contract</a></td><td><pre><code>0x0424e5AB148666119e0Cd6724cB9Cb7069F58C2B
</code></pre></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#example-zkp-verifier-contract">#example-zkp-verifier-contract</a><br>(zkKYC + age over threshold + 2 of 3 fraud investigation setup)</td><td><pre><code>0x89A664eBEe2da844Ee10877A13bD9E705Fb2D333
</code></pre></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#example-dapp-contract">#example-dapp-contract</a></td><td><pre><code>0xeC7D005Fed567EDCbA285f9585dC20920F4dE98f
</code></pre></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#airdrop-use-case-example-with-kyc-age-check--fraud-investigation">#airdrop-use-case-example-with-kyc-age-check--fraud-investigation</a></td><td><pre><code>0x1379eE258Fb2C1504d37E24116dc1f6D2929e749
</code></pre></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#wrapped-gnet">#wrapped-gnet</a></td><td><pre><code>0x67A4B50798c190C77d872D9f02C8a860ad1488e7
</code></pre></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#poseidon-library">#poseidon-library</a></td><td><pre><code>0xaA61e19ef7dE257D83521aDfE784572b6a914cEC
</code></pre></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#example-zkp-verifier-contract">#example-zkp-verifier-contract</a><br>(zkKYC, no additional disclosures, no fraud investigation setup)</td><td><pre><code>0x5cAF5b0D2e64b0ff3b08eCbe4eB3448c8b8D3D66
</code></pre></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#example-zkkyc-contract">#example-zkkyc-contract</a></td><td><pre><code>0x2c63e4CD5D3376750383855FF686b2c28E33aCfB
</code></pre></td></tr><tr><td><a data-mention href="../galactica-components/root-contracts#repeatablezkptest-contract">#repeatablezkptest-contract</a></td><td><pre><code>0x7DF17C479ADf6AFFECB094ec829B0216f31e62fC
</code></pre></td></tr></tbody></table>

### ZK Certificate Smart Contracts

<table><thead><tr><th>Use Case</th><th width="101">Standard</th><th>Guardian Whitelist</th><th>ZkCert Registry</th></tr></thead><tbody><tr><td>KYC</td><td>gip1</td><td><pre class="language-json"><code class="lang-json">0x1263E38AFb0449932F1aa0e108a009d895190Ee6
</code></pre></td><td><pre class="language-json"><code class="lang-json">0x68272A56A0e9b095E5606fDD8b6c297702C0dfe5
</code></pre></td></tr><tr><td>Arbitrary Data</td><td>gip2</td><td><pre class="language-json"><code class="lang-json">0x73c713d074668b3a99293e649C405324635861B5
</code></pre></td><td><pre class="language-json"><code class="lang-json">0x3500AFf1e649cC241A7BdbF43A884C4fb16DE81e
</code></pre></td></tr><tr><td>Twitter / X</td><td>gip3</td><td><pre class="language-json"><code class="lang-json">0x52ae4685C70a2d826c54230fc4FD1255249A874E
</code></pre></td><td><pre class="language-json"><code class="lang-json">0xe262d4e095BAb2F6e32ED46C5bBec5Fe73f1a0eA
</code></pre></td></tr><tr><td>Rey</td><td>gip4</td><td><pre class="language-json"><code class="lang-json">0x12FF488bB088f4a76aC2b4A29C415484e2AB1d62
</code></pre></td><td><pre class="language-json"><code class="lang-json">0x0193412D3E8E7Bb38482F73E4d4F0960fA537D42
</code></pre></td></tr><tr><td>Exchange Data</td><td>gip5</td><td><pre class="language-json"><code class="lang-json">0x95FAAD188B198d3E69E8029B898c845Dc1650360
</code></pre></td><td><pre class="language-json"><code class="lang-json">0x37b9D63b9de7a66843c6fb46b788bA1Fc9839e85
</code></pre></td></tr></tbody></table>


---

# 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.galactica.com/galactica-developer-documentation/testnet-reticulum.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.
