> ## 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.

<Check>
  ### Get your own node endpoint today

  [Start for free](https://console.chainstack.com/) and get your app to production levels immediately. No credit card required.

  You can sign up with your GitHub, X, Google, or Microsoft account.
</Check>

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>
