# Network Information

- [GIWA Contracts](https://docs.giwa.io/giwa-chain/en/network-information/contracts.md): You can find the key contract addresses for the GIWA Mainnet and Testnet here.
- [Transaction Fees](https://docs.giwa.io/giwa-chain/en/network-information/transaction-fees.md): How are transaction fees charged on GIWA which tokens are accepted as the fee?
- [Differences between Ethereum and GIWA](https://docs.giwa.io/giwa-chain/en/network-information/diffs-ethereum-giwa.md)
- [Flashblocks](https://docs.giwa.io/giwa-chain/en/network-information/flashblocks.md): Flashblocks lets you receive early transaction confirmation signals without waiting for the next block to be produced. This enables real-time responsiveness for apps that require fast user feedback.


---

# 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.giwa.io/giwa-chain/en/network-information.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.
