# 📖 TITHE COIN

***Pay your tithe. Receive the blessing.***<br>

**TITHE is a V4-native reflection token on Ethereum mainnet.** Every swap on the TITHE/ETH Uniswap V4 pool pays 4% of trade volume — collected in pure ETH — to existing holders. An additional 1% funds the treasury. Wallet-to-wallet transfers are completely untaxed.

The mechanic lives in a Uniswap V4 hook attached to the official TITHE/ETH pool, not inside the token contract. The token is a vanilla ERC-20 with a single line that pings the hook to update reward accounting. The hook is ownerless and immutable. The liquidity is permanently locked.

This is reflections, redeemed.<br>

| Parameter           | Value                                  |
| ------------------- | -------------------------------------- |
| Total supply        | 1,000,000,000 TITHE (fixed, no mint)   |
| Chain               | Ethereum mainnet                       |
| Pair                | TITHE / ETH (Uniswap V4)               |
| Trading fee         | 5% on every swap                       |
| Fee split           | 4% to holders, 1% to treasury          |
| Fee collection side | ETH-side only — hook never holds TITHE |
| LP lock             | Permanent, enforced at hook level      |
| Hook mutability     | Ownerless, no upgrade, no pause        |
| Token owner         | Renounced post-bootstrap               |
| Reward distribution | Pull-based, claimable any time         |


---

# 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://tithe-coin.gitbook.io/tithe-coin/tithe-coin.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.
