# Deployment Addresses

Official contracts from Owy are deployed at the addresses below. Users and integrators must **not assume that they are deployed to the same addresses across chains** and be extremely careful to confirm mappings below.

| Contract                                                                                   | Ethereum Mainnet | Sepolia Testnet                              |
| ------------------------------------------------------------------------------------------ | ---------------- | -------------------------------------------- |
| [Owy Token](https://sepolia.etherscan.io/token/0x7aba89fBA739D66e833A3f49FFD25d4008842283) | -                | `0x7aba89fBA739D66e833A3f49FFD25d4008842283` |


---

# 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.owy.wtf/contracts/deployment-addresses.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.
