# Developer Documentation

The Ozean L2 is built using the Optimism Stack and is part of the forthcoming Optimism Superchain.&#x20;

### Chain Details

#### Ozean Mainnet

| Field                      | Details             |
| -------------------------- | ------------------- |
| Full Testnet Network Name: | OZEAN               |
| Chain ID:                  |                     |
| Chain Type:                | Optimism Superchain |
| RPC HTTP:                  |                     |
| RPC WS:                    |                     |
| Explorer URL:              |                     |
| Bridge URL:                |                     |
| Faucet URL:                |                     |

#### Poseidon Testnet

| Field                      | Details                                          |
| -------------------------- | ------------------------------------------------ |
| Full Testnet Network Name: | POSEIDON                                         |
| Testnet URL:               | <https://app.ozean.finance/dashboard>            |
| Chain ID:                  | 31911                                            |
| Chain Type:                | Optimism Superchain                              |
| dRPC Chainlist             | <https://drpc.org/chainlist/ozean>               |
| dRPC HTTP                  | <https://ozean-poseidon-testnet.drpc.org>        |
| dRPC WS                    | wss\://ozean-poseidon-testnet.drpc.org           |
| Caldera RPC HTTP:          | <https://poseidon-testnet.rpc.caldera.xyz/http>  |
| Caldera RPC WS:            | wss\://poseidon-testnet.rpc.caldera.xyz/ws       |
| Explorer URL:              | <https://poseidon-testnet.explorer.caldera.xyz/> |
| Bridge URL:                | <https://poseidon-testnet.bridge.caldera.xyz/>   |
| Faucet URL:                | <https://poseidon-testnet.hub.caldera.xyz/>      |


---

# 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.ozean.finance/developer-documentation.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.
