# Substrate Layer 1

The Ternoa chain is available through two distinct Substrate networks: the **Mainnet,** official Ternoa production network, and the **Alphanet,** official testing network with all the newest features available for testing purposes. <br>

## **Mainnet endpoints**

|                 | Public Endpoints                        |
| --------------- | --------------------------------------- |
| Network         | Mainnet                                 |
| Chain Websocket | wss\://mainnet.ternoa.network           |
| Indexer         | <https://indexer-mainnet.ternoa.dev>    |
| Dictionary      | <https://dictionary-mainnet.ternoa.dev> |
| Explorer        | <https://explorer.ternoa.com>           |
| IPFS node       | <https://ipfs-mainnet.trnnfr.com>       |

##

## **Alphanet endpoints**

|                 | Public Endpoints                         |
| --------------- | ---------------------------------------- |
| Network         | Alphanet                                 |
| Chain Websocket | wss\://alphanet.ternoa.com               |
| Indexer         | <https://indexer-alphanet.ternoa.dev>    |
| Dictionary      | <https://dictionary-alphanet.ternoa.dev> |
| Explorer        | <https://explorer-alphanet.ternoa.dev>   |
| IPFS node       | <https://ipfs-dev.trnnfr.com>            |

The Alphanet faucet provides you with some free test CAPS tokens to start building or interacting with the Ternoa chain on the Alphanet network.

It is accessible via the [Ternoa website](https://faucet.ternoa.network/).

### Alphanet CAPS Faucet

Paste your fresh Ternoa account address [created previously ](/getting-started/wallets/ternoa-wallet.md)(it starts with the number `5` e.g. `5DFAg6g9n3fNT2...VDSt5a1psr7BFJ1`), verify the captcha, and click on the `Claim` button.

You will receive alpha CAPS tokens within a few minutes.

<figure><img src="/files/ePEavhiYCLUBCr2A9I3c" alt="" width="563"><figcaption></figcaption></figure>

*If the daily 100 alphanet $CAPS allowance is not enough, feel free to reach out to our dev community team on* [*Discord*](https://discord.com/invite/mQeEWQj46a)*.*


---

# 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.ternoa.network/getting-started/networks/substrate-layer-1.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.
