# Reference

- [The Seismic Transaction](https://docs.seismic.systems/reference/seismic-transaction.md)
- [Tx Lifecycle](https://docs.seismic.systems/reference/seismic-transaction/tx-lifecycle.md)
- [Signed Reads](https://docs.seismic.systems/reference/seismic-transaction/signed-reads.md)
- [Opcodes](https://docs.seismic.systems/reference/opcodes.md)
- [Precompiles](https://docs.seismic.systems/reference/precompiles.md)
- [RNG](https://docs.seismic.systems/reference/precompiles/rng.md)
- [ECDH](https://docs.seismic.systems/reference/precompiles/ecdh.md)
- [AES-GCM Encrypt](https://docs.seismic.systems/reference/precompiles/aes-gcm-encrypt.md)
- [AES-GCM Decrypt](https://docs.seismic.systems/reference/precompiles/aes-gcm-decrypt.md)
- [HKDF](https://docs.seismic.systems/reference/precompiles/hkdf.md)
- [secp256k1 Sign](https://docs.seismic.systems/reference/precompiles/secp256k1-sign.md)
- [RPC Methods](https://docs.seismic.systems/reference/rpc-methods.md)
- [seismic\_getTeePublicKey](https://docs.seismic.systems/reference/rpc-methods/seismic-get-tee-public-key.md)
- [eth\_call](https://docs.seismic.systems/reference/rpc-methods/eth-call.md)
- [eth\_sendRawTransaction](https://docs.seismic.systems/reference/rpc-methods/eth-send-raw-transaction.md)
- [eth\_getStorageAt](https://docs.seismic.systems/reference/rpc-methods/eth-get-storage-at.md)
- [Migrating from Ethereum](https://docs.seismic.systems/reference/migrating-from-ethereum.md): Step-by-step guide to migrating Ethereum contracts and dApps to Seismic
- [Repos](https://docs.seismic.systems/reference/repos.md)
- [Node Operator FAQ](https://docs.seismic.systems/reference/node-operator-faq.md)
- [Terms of Service](https://docs.seismic.systems/reference/terms-of-service.md): Effective Date: March 30, 2026


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seismic.systems/reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
