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

# Execute transactions | Arc

> Arc execution JSON-RPC methods — simulate calls, estimate gas, build access lists, and broadcast signed transactions on Arc.

Executing and simulating transactions on Arc can be done using the following methods:

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

  <Card title="eth_createAccessList" icon="angle-right" iconType="solid" href="/reference/arc-eth-createaccesslist" horizontal />

  <Card title="eth_estimateGas" icon="angle-right" iconType="solid" href="/reference/arc-eth-estimategas" horizontal />

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

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

  <Card title="eth_simulateV1" icon="angle-right" iconType="solid" href="/reference/arc-eth-simulatev1" horizontal />
</CardGroup>
