> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Executing transactions | Ethereum

> Ethereum transaction execution JSON-RPC methods — call smart contracts, sign transactions, send raw transactions, and estimate gas on the network.

Executing and simulating transactions on the Ethereum blockchain can be done by using the following methods:

<CardGroup cols={2}>
  <Card title="eth_call" icon="angle-right" iconType="solid" href="/reference/ethereum-ethcall" horizontal />

  <Card title="eth_sendRawTransaction" icon="angle-right" iconType="solid" href="/reference/ethereum-sendrawtransaction" horizontal />

  <Card title="eth_sendRawTransactionSync" icon="angle-right" iconType="solid" href="/reference/ethereum-sendrawtransactionsync" horizontal />
</CardGroup>
