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

> Plasma transaction execution JSON-RPC methods — simulate eth_call executions and estimate gas costs without broadcasting transactions to the Plasma blockchain.

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

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

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

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

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

This information can be used for:

* **Gas estimation** — calculate required gas before sending transactions
* **Transaction simulation** — test transaction execution without state changes
* **Smart contract testing** — verify contract behavior before deployment
* **DApp optimization** — optimize transaction parameters for cost efficiency
