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

# Getting Started

Ryoshi is a zkEVM Layer 2 network built on Ethereum, powered by [Polygon CDK](https://wiki.polygon.technology/docs/cdk/) - a zkEVM stack for building Ethereum L2 scaling solutions. Developers can easily deploy their existing contracts on zkEVM, and users can move their assets from Ethereum and conduct transactions off-chain. These transactions are bundled into groups with a zero-knowledge proof to verify their validity.

## Mainnet Configuration

You can add Ryoshi by inputting the following network info: (Mainnet info TBC)

| Properties              | Network Details |
| ----------------------- | --------------- |
| Network name            | Ryoshi Network  |
| RPC URL                 |                 |
| Chain ID                |                 |
| Token symbol            | SHIB            |
| Block explorer URL      |                 |
| Ethereum Smart Contract |                 |

You can also simply add Ryoshi to MetaMask

## Testnet Configuration

You can add Ryoshi Testnet by inputting the following network info:

| Properties              | Network Details                                                                   |
| ----------------------- | --------------------------------------------------------------------------------- |
| Network name            | Ryoshi Testnet                                                                    |
| RPC URL                 | <https://zkevm.ryoshiresearch.com>                                                |
| Chain ID                | 117722                                                                            |
| Token symbol            | SHIB                                                                              |
| Block explorer URL      | [https://explorer.ryoshiresearch.com](<https://explorer.ryoshiresearch.com&#xA;>) |
| Ethereum Smart Contract | 0x6Ab9dF51b1B794f89da427317b5fb1d9Be610F8d                                        |


---

# 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://docs.ryoshiresearch.com/getting-started.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.
