# Token Economics

### Token Overview

**Name:** Home3\
**Ticker:** HTS\
**Network:** Ethereum (ERC-20)\
**Contract Address:** `0xC40629464351c37c1e1f47b3640eA2e7AeC31eA5`\
**Decimals:** 18

### Token Supply

**Max Supply:** 100,000,000 HTS

**Total Supply:** 96,500,000 HTS

**Circulating Supply:** *Real-time value via API integration*

### Supply Distribution

(as of **November 21, 2025**)

**Token Holders:** 75,500,000 HTS

**Team Allocation:** 12,000,000 HTS

**Liquidity Pool:** 9,000,000 HTS

**Note:**\
Team-held tokens are strategically allocated for contractor payments, marketing initiatives, product development, operational costs, and other business functions essential to ecosystem growth.

### Trade Tax Model

HTS uses a moderate tax structure designed to fund project expansion and long-term development.

**Buy Tax:** 5%

**Sell Tax:** 5%

**Transfer Tax:** 0%

#### How Taxes Are Used

Collected taxes are sent to the designated treasury wallet and support:

* Marketing campaigns
* Product development
* Hiring and operational growth
* Strategic partnerships
* Ecosystem expansion

This model ensures sustainable funding while keeping user costs manageable.

### Smart Contract Features

The HTS smart contract contains several safety mechanisms, operational controls, and automation tools.\
Below is an overview of all key functions:

#### Liquidity & Trading Controls

**`addLPPair`**\
Allows adding liquidity and collecting fees across multiple DEX platforms (beyond Uniswap).

**`changeBuyTax`**\
Adjusts buy tax (0%-5%). Capped to ensure it can never exceed 5%.

**`changeSellTax`**\
Adjusts sell tax (0%-5%). Also capped at 5%.

**`changeSwapAmount`**\
Modifies the threshold at which accumulated HTS is swapped for ETH.\
Used to balance contract activity depending on market cap conditions.

#### Treasury & Management

**`setTreasury`**\
Updates the treasury wallet that receives tax-derived funds.

**`manualSend`**\
Sends accumulated ETH from the contract to the treasury before automatic thresholds.

**`manualSwap`**\
Swaps accumulated HTS (from taxes) to ETH ahead of automated swap triggers.

#### Safety & Governance

**`unlockFunction`**\
Timelock safety mechanism that applies to:

* Renouncing ownership
* Changing the treasury address

Once initiated, it requires 48 hours before those actions become available.

**`lockFunction`**\
Overrides an initiated unlock, securing the contract if changes need to be halted.

**`renounceOwnership`**\
Ownership will be renounced in the future once trade taxes are fully removed and the business is financially self-sustaining.

#### Security & Recovery

**`rescueERC20`**\
Allows recovery of ERC-20 tokens mistakenly sent to the contract.

**`whitelistAddress`**\
Whitelists an address to bypass trade tax - useful for smart contract integrations, liquidity partners, or ecosystem tools.


---

# 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.home3suite.com/token/token-economics.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.
