# Getting Started

Rome Protocol is an EVM execution environment running natively inside the Solana runtime. Deploy Solidity smart contracts on Solana with atomic CPI access to all Solana programs and liquidity.

## What Makes Rome Different

* **Single State** — EVM contracts and Solana programs share the same state. No bridging, no sync delays.
* **CPI Access** — Solidity contracts call Jupiter, Kamino, Drift, Meteora, and any Solana program directly.
* **Standard Tooling** — Deploy with Hardhat or Foundry. Interact with MetaMask. Write Solidity.
* **App Sovereignty** — Each app gets its own EVM chain with custom gas token and fee revenue.

## For Developers

* [What is Rome?](https://docs.rome.builders/getting-started/what-is-rome) — How EVM execution works on Solana
* [Quickstart](https://docs.rome.builders/getting-started/quickstart) — Deploy your first contract in under 5 minutes
* [Deploy Solidity](https://docs.rome.builders/developer-guides/deploy-solidity) — Hardhat and Foundry deployment guides
* [Call Solana from EVM](https://docs.rome.builders/developer-guides/call-solana-from-evm) — CPI from Solidity to Solana programs
* [Rome SDK](https://docs.rome.builders/products/rome-sdk) — Typed Solidity interfaces for Solana programs

## Products

* [Meta-Hook Router](https://docs.rome.builders/products/meta-hook-router) — Token-2022 Transfer Hook multiplexer for compliance
* [App Sovereignty](https://docs.rome.builders/products/app-sovereignty) — Launch your own EVM chain on Solana
* [Oracle Gateway](https://docs.rome.builders/products/oracle-gateway) — Pyth/Switchboard as Chainlink AggregatorV3Interface
* [DeFi Composer](https://docs.rome.builders/products/defi-composer) — Multi-protocol DeFi vaults in Solidity

## Core Concepts

* [Architecture](https://docs.rome.builders/getting-started/architecture) — System overview and component diagram
* [Execution Model](https://docs.rome.builders/core-concepts/execution-model) — Atomic vs iterative execution
* [Token Interop](https://docs.rome.builders/core-concepts/token-interop) — How ERC-20 and SPL tokens work together
* [Constraints](https://docs.rome.builders/core-concepts/constraints) — Important limits and boundaries

## Reference

* [Contract Addresses](https://docs.rome.builders/reference/contract-addresses) — Deployed addresses across all environments
* [Glossary](https://docs.rome.builders/resources/glossary) — Rome-specific terminology
* [FAQ](https://docs.rome.builders/resources/faq) — Common questions answered

## Networks

| Network           | Chain ID | RPC URL                                      |
| ----------------- | -------- | -------------------------------------------- |
| Local             | 1001     | `http://localhost:9090`                      |
| Devnet (montispl) | 200002   | `https://montispl.devnet.romeprotocol.xyz`   |
| Testnet (Martius) | 121214   | `https://martius-i.testnet.romeprotocol.xyz` |
| Testnet (Caelian) | 121215   | `https://caelian-i.testnet.romeprotocol.xyz` |

## Need Help?

* [Discord](https://discord.gg/vZ9rnCdNSB) — Developer community and support
* [Telegram](https://t.me/+tdnr-M6kcngxYzhk) — Updates and announcements
* [GitHub](https://github.com/rome-labs) — Source code and issues
