HoldTEN (HTEN) — Self-Contained On-Chain AMM with BNB Reserve (p = B/T)
Fair launch • 21,000,000 cap • No premine • No tax • Burn-first sells (γ)
AbstractHoldTEN unifies the market and the asset in a single, on-chain design: a self-contained AMM with its own BNB reserve (“bank”).
Price is determined by a transparent invariant
p · T = B (so
p = B/T), where
B is the on-chain BNB reserve and
T is the pool’s HTEN balance.
Buys send BNB to the AMM and mint/release units along a bonding curve; sells are
burn-first with a dynamic ratio
γ = P/(1−P).
No external LP is required; liquidity is native, persistent, and trustless.
How it works (TL;DR)- Always-on liquidity: the AMM keeps a BNB “bank” and quotes the formula price p = B/T at all times.
- Buy: send BNB to the AMM → part grows the bank, part releases/mints units to the buyer (per curve).
- Sell: send HTEN to the AMM → a fraction is burned (γ), the rest redeems BNB at the formula price.
- Curve: logistic (“SIG-21”) with a 21,000,000 hard cap; early phase retains more BNB (P high), later phase mints less (P → 0).
- Fair launch: no premine, no team allocation, no transaction taxes, no external LP.
ArchitectureMonolithic contract logic manages issuance, pricing and redemptions. Internal accounting tracks:
- Reserve BNB (the “bank”)
- Pool balance T
- Invariant p · T = B
Because liquidity is native, there is no LP token, no impermanent loss, and no dependency on third-party market makers or listings.
Curve Mechanics (SIG-21)- P(C): fraction of incoming BNB retained by the bank at circulating supply C (starts high, decreases towards 0 as C → 21M).
- γ(C) = P/(1−P): burn ratio on sells (high early to deter dumping, tends to 0 as supply matures).
Effect: early buys deepen the reserve; early sells are strongly burned (deflationary). Over time the system transitions into a fixed-supply asset.
Pricing & Liquidity- Invariant: p = B/T. As B grows (buys), price rises; when B pays out (sells), price softens — cushioned by burns that reduce supply.
- Auto-liquid: the AMM always quotes and honors the formula; there is no LP “rug” risk since liquidity is native in the bank.
- Transparent math: preview functions let users estimate buy/sell outcomes beforehand.
User Flow (Buy / Sell)- Buy (two options):
- Send BNB directly to the system address (simple mode).
- Call buy(to, minOut) with a minimum return (pro mode).
- Sell (two options):
- Transfer HTEN straight to the system address (auto-redeem).
- Call sell(amount).
Note: a tiny V2 pair may exist for charting/indexing only.
Do not add external liquidity; the native AMM is the source of truth.
Supply Model- Hard cap: 21,000,000.
- Issuance via buys only: units enter circulation exclusively through on-chain buys along the curve.
- No premine / no team: fair-launch discipline; no taxes or hidden drains.
Why it matters- Resilience: native liquidity, no reliance on third-party LPs or exchange listings.
- Predictable pricing: open formula beats opaque market-making.
- Alignment: dynamic burn deters early dumping; later trading is freer as γ trends down.
- O(1) on-chain ops: no loops/oracles; gas-predictable mechanics.
How to check price on-chainRPC=https://bsc-dataseed.binance.org
ADDR=0x9E5962E0897f88C6a37c6D8484f979F48Fb1976B
# price p in BNB per 1 HTEN (WAD)
cast call $ADDR "priceWad()(uint256)" --rpc-url $RPC | cast --to-dec
# other views (optional)
cast call $ADDR "gammaWad()(uint256)" --rpc-url $RPC | cast --to-dec
cast call $ADDR "bankWei()(uint256)" --rpc-url $RPC | cast --to-dec
cast call $ADDR "T_contract()(uint256)" --rpc-url $RPC | cast --to-dec
cast call $ADDR "totalSupply()(uint256)" --rpc-url $RPC | cast --to-dec
Ongoing micro-bounties: “Proof-of-Trade”We periodically run simple waves (buy ≥ a tiny BNB amount via the native AMM, post your tx hash in the thread/channel, fixed reward to the first N valid entries).
This educates users to trade natively and helps decentralize holders. Check our channel for the current wave and rules.
Official
Disclaimer: experimental, fully on-chain market. No guarantees; do your own research. Never send from custodial exchange accounts. We never DM you first.