AI Agent OSGuarded mainnet beta. .rama identity, smart wallets, sponsored gas, permissions and scheduling are available for controlled testing.Open Agent OS
Learning center

Protocol

EVM-Compatible Execution on Ramestta

Learn how EVM compatibility lets Solidity contracts and familiar Ethereum tooling move to Ramestta with minimal adaptation.

In this guide

Practical outcomes

  • Reuse Solidity contracts
  • Connect existing tools
  • Check deployment assumptions

How this works in practice

Learn how EVM compatibility lets Solidity contracts and familiar Ethereum tooling move to Ramestta with minimal adaptation.

A Ramestta protocol flow should be explained as a sequence: a wallet or application submits an EVM transaction, Bor executes it, the validator and Heimdall layers coordinate network state, and checkpoints provide a verifiable path toward Polygon and Ethereum-aligned settlement.

Implementation sequence

Turn the topic into a controlled implementation rather than a one-off transaction. Each step below should leave evidence a teammate, user or auditor can independently review.

  1. 01. Reuse Solidity contracts. Define the expected result, capture the relevant onchain or operational evidence, and stop for review if the result differs from the plan.
  2. 02. Connect existing tools. Define the expected result, capture the relevant onchain or operational evidence, and stop for review if the result differs from the plan.
  3. 03. Check deployment assumptions. Define the expected result, capture the relevant onchain or operational evidence, and stop for review if the result differs from the plan.

Evidence to retain

Useful evidence includes the transaction hash, block number, validator or checkpoint status, and the corresponding RamaScan record. Do not treat a UI success state as the only confirmation for a high-value action.

Control point

Fast execution feedback and deeper settlement are different confirmation stages. Product teams should state which stage their users are seeing and choose confirmation rules appropriate to the value at risk.

Related guides