> For the complete documentation index, see [llms.txt](https://loot-chain.gitbook.io/loot-chain-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://loot-chain.gitbook.io/loot-chain-documentation/getting-started/loot-chain-public-testnets.md).

# Loot Chain Public Testnets

## Get Started

1. Visit: <https://testnet.lootchain.com/>
2. Add chains to metamask via the "add to metamask button"
3. Request testnet tokens via the faucet
4. Get building!

## Features

### Optimistic Rollup

The testnet chains use the [OP stack](https://optimism.mirror.xyz/fLk5UGjZDiXFuvQh6R_HscMQuuY9ABYNF7PI76-qJYs) and offer lightning-fast [confirmation times](broken://pages/CS0l068nqwIQsCbVldXu), high throughput, and [low fees](broken://pages/NoBgCt7jsnRlbXUjE40C). The technology and experience of the testnet chains are almost exactly the same as production rollups on mainnet. More information on the Rollup protocol is here: [Broken mention](broken://pages/ygEJ1O71KyKm4MugAyJ6)&#x20;

\
Due to their full EVM compatibility, most EVM-compatible developer tools will work with testnet rollups without any additional setup. You can find a list of included tools here:&#x20;

[https://app.gitbook.com/o/NUoM7Wsg319L5Pu1b0PT/s/9nLgobGdjXD3Wj7gmFWm/features/developer-tooling](https://calderaxyz.gitbook.io/caldera-documentation/features/developer-tooling)

### Block explorer

Testnet rollups come bundled with a block explorer that allows you to view and analyze all transactions and balances on the chain.

[https://app.gitbook.com/o/NUoM7Wsg319L5Pu1b0PT/s/9nLgobGdjXD3Wj7gmFWm/features/user-facing/block-explorer](https://calderaxyz.gitbook.io/caldera-documentation/features/user-facing/block-explorer)

### Bridge Interface

Each testnet rollup has an associated bridge between it and its L1. We offer an interface to access the bridge, which can be found at <https://testnet.caldera.dev/>

{% embed url="<https://calderaxyz.gitbook.io/caldera-documentation/features/user-facing/web-bridge-interface>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://loot-chain.gitbook.io/loot-chain-documentation/getting-started/loot-chain-public-testnets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
