# Ethereum - Goerli

{% hint style="info" %}
Goerli ETH can be acquired from faucets online, or by dropping a message in the [CapsuleNFT Discord](https://discord.gg/CapsuleNFT)!
{% endhint %}

### Network Info

**Network:** [Goerli Testnet](https://goerli.net/)&#x20;

**Chain ID:** 5

### Contracts

**CapsuleMinter (Proxy):** \
`0xE6Af243aA76AbEd64864EC5d7EC91F8345D42484` [| ](<https://goerli.etherscan.io/address/0xE6Af243aA76AbEd64864EC5d7EC91F8345D42484 >)[View on Goerli Etherscan](https://goerli.etherscan.io/address/0xE6Af243aA76AbEd64864EC5d7EC91F8345D42484)

**CapsuleFactory (Proxy):**\
`0x92A75d0351984d62F588EeA1e00b53F56f0aa027` [| View on Goerli Etherscan](https://goerli.etherscan.io/address/0x92A75d0351984d62F588EeA1e00b53F56f0aa027)

**Example Capsule Collection:**\
`0x311448Def70713B6d6dc984cc0C62b470A173DAF` [| View on Goerli Etherscan](https://goerli.etherscan.io/address/0x311448Def70713B6d6dc984cc0C62b470A173DAF)

### Interacting

For more info on how to interact with these contracts, view [Contracts](/capsulenft/developer-walkthroughs/contracts.md).


---

# 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.capsulelabs.xyz/capsulenft/developer-walkthroughs/contracts/testnets/ethereum-goerli.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.
