# Smart Contracts

### What’s Inside<br>

This section is the single reference point for every Smithii smart contract deployed across our supported blockchains.

Each per-chain page follows an identical, easy-to-scan template:

1. **Title**
2. **Context blurb**

   Two short lines that explain, in plain language, how these contracts fit into the Smithii stack.
3. **Contract → Explorer → Tool**
   * Direct explorer link (Solscan, Etherscan, Snowtrace, …) for instant address verification
   * Link to the Smithii tool UI that calls the contract, using the pattern tools.smithii.io/\<tool>/\<blockchain>


---

# 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.smithii.io/products/smart-contracts.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.
