> For the complete documentation index, see [llms.txt](https://docs.megaeth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.megaeth.com/spec/system-contracts.md).

# System Contracts

- [Overview](https://docs.megaeth.com/spec/system-contracts/overview.md): MegaETH system contract registry — addresses, whitelisting rules, and protocol-level execution constraints.
- [Oracle](https://docs.megaeth.com/spec/system-contracts/oracle.md): MegaETH Oracle system contract — address, storage layout, hint forwarding, and gas detention trigger.
- [High-Precision Timestamp](https://docs.megaeth.com/spec/system-contracts/high-precision-timestamp.md): High-Precision Timestamp system contract — sub-second timestamp oracle service backed by Oracle storage.
- [Keyless Deployment](https://docs.megaeth.com/spec/system-contracts/keyless-deploy.md): KeylessDeploy system contract semantics for deterministic deployment via pre-EIP-155 transactions.
- [MegaAccessControl](https://docs.megaeth.com/spec/system-contracts/mega-access-control.md): MegaAccessControl system contract — proactive volatile data access restriction for call subtrees.
- [MegaLimitControl](https://docs.megaeth.com/spec/system-contracts/mega-limit-control.md): MegaLimitControl system contract — runtime query for effective remaining compute gas under detention and call-frame limits.
- [SequencerRegistry](https://docs.megaeth.com/spec/system-contracts/sequencer-registry.md): SequencerRegistry system contract — dual-role registry for system address and sequencer, with change scheduling and history.
- [Call Interception](https://docs.megaeth.com/spec/system-contracts/interception.md): Generic call-interception mechanism for MegaETH system contracts — frame-init hook, selector matching, intercepted vs. fall-through semantics, gas treatment, and call-scheme rules.
- [Mega System Transactions](https://docs.megaeth.com/spec/system-contracts/system-tx.md): Mega system transactions — sender/recipient identification rules, whitelisted contracts, and execution bypass semantics.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.megaeth.com/spec/system-contracts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
