# Owy Docs

## Owy Docs

- [Read Me](https://docs.owy.wtf/read-me.md): Welcome to OWY, where the meme meets financial sense for the first time.
- [Motivation](https://docs.owy.wtf/read-me/motivation.md): Below are the root causes that led to this project creation.
- [Inverse Economics](https://docs.owy.wtf/read-me/inverse-economics.md)
- [Scalability](https://docs.owy.wtf/read-me/scalability.md)
- [Value Control](https://docs.owy.wtf/read-me/value-control.md)
- [Tokenomics](https://docs.owy.wtf/tokenomics.md)
- [Supply Contraction](https://docs.owy.wtf/tokenomics/supply-contraction.md): When OWY holders make a transaction, they pay a fraction of their OWY as a tax, contributing to the reduction of the circulating supply.
- [Incentives](https://docs.owy.wtf/tokenomics/incentives.md): In Owy's economy, there are 2 primary groups of participants: savers and spenders.
- [Value Tokens](https://docs.owy.wtf/tokenomics/value-tokens.md): You can explore the value extraction and accounting system of Owy here.
- [Features](https://docs.owy.wtf/features.md): Let's see what this fat owl has to offer. Let's see what you do can do with Owy.
- [Token Transfer](https://docs.owy.wtf/features/token-transfer.md): Similar to regular fungible tokens, there are 2 main steps in general to make a transfer. However, we offer more precise transaction configurations to deal with tax payments.
- [Account Transfer](https://docs.owy.wtf/features/account-transfer.md)
- [Value Extraction and Insertion](https://docs.owy.wtf/features/value-extraction-and-insertion.md): Value extraction and insertion enable time and tax accumulation to be leveraged on a larger scale within the OWY ecosystem, enhancing their functionality and impact.
- [On-chain Tax Calculator](https://docs.owy.wtf/features/on-chain-tax-calculator.md)
- [Contracts](https://docs.owy.wtf/contracts.md)
- [Source Codes](https://docs.owy.wtf/contracts/source-codes.md): Official smart contract code published by core contributors of Owy. Both Testnet and Mainnet versions are made public under the MIT license.
- [Owy Token Contract](https://docs.owy.wtf/contracts/source-codes/owy-token-contract.md): You can download the full source code in the zip file below. OR you can copy each code section or function manually from the markdown codes.
- [Deployment Addresses](https://docs.owy.wtf/contracts/deployment-addresses.md)
- [Integrations](https://docs.owy.wtf/contracts/integrations.md): Guide to connect your smart contracts and application to Owy contracts.
- [Initial Liquidity Offering (ILO)](https://docs.owy.wtf/initial-liquidity-offering-ilo.md): The distribution of Owy ensures a fair and decentralized allocation, with the majority available to the public through Public Seed Funding (PSF).
- [Rules and Conditions](https://docs.owy.wtf/initial-liquidity-offering-ilo/rules-and-conditions.md): The strategy to kickstart the Owy economy, a limited window of 69 days.
- [Return on Investment](https://docs.owy.wtf/initial-liquidity-offering-ilo/return-on-investment.md)
- [Resources](https://docs.owy.wtf/resources.md)
- [Basic Value Flow](https://docs.owy.wtf/resources/basic-value-flow.md): You will notice that the "value" (qualitative) of the asset is prioritized, not the "amount" (quantitative).
- [OWY vs BTC vs USD](https://docs.owy.wtf/resources/owy-vs-btc-vs-usd.md): These are comparisons between OWY, BTC, and USD that help everyone understand the differences in their monetary circulation systems.
- [Official Links](https://docs.owy.wtf/resources/official-links.md): As more channels of Owy are created, the page will be updated.
- [Glossary](https://docs.owy.wtf/resources/glossary.md)
- [FAQ](https://docs.owy.wtf/resources/faq.md)
- [Roadmap](https://docs.owy.wtf/roadmap.md): Notice that roadmap subjects to change depending on community traffic and public demands, to ensure successful launch.
- [Whitepaper](https://docs.owy.wtf/whitepaper.md): The paper is in a PDF format below.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.owy.wtf/read-me.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.
