BONDING CURVE SWAP

● CURVE ACTIVE

Operatorless, LP-free, mathematically deterministic fair launch. Prices and trades are driven purely by on-chain equations.

Pay (Max Buy: 5 ETH)
Balance: -- ETH
ETH
Receive (Est.) Balance: -- uDOGE
uDOGEuDOGE
Current Marginal Price: -- ETH / uDOGE
Trading Fee (0.3%): -- ETH
Price Impact / Slippage: < 0.01%

99% MINT CAP PROGRESS

Once cumulative net ETH reserves hit the asymptote threshold, the Mint function locks forever, transitioning uDOGE into an infinite hyper-deflationary buyback phase.

Current ETH Reserves -- ETH
99% Asymptotic Cap 2,302.58 ETH
0.00%
Current Minted Supply: -- uDOGE (Max 100B)
Post self-deprecation, the contract converts irreversibly into a one-way buyback-only liquidity sink.

uDOGE Technical Whitepaper

Homage to Doge: An Operatorless Uniswap V4 Asymptotic Fair Launch Framework via Single-State Architecture

1. Philosophical Paradigm: Operatorless & Code as Law

uDOGE is a pristine social experiment in decentralized finance. The smart contracts contain no administrator, upgrade vectors, multi-sig backdoors, pre-mines, or team allocations. Once the core Hook contract is deployed and mint privileges are permanently bound, code remains the sole arbiter of execution on the blockchain. All commercial mechanics are dictated entirely by mathematical curves.

2. Asymptotic Mathematical Equations (Bonding Curve)

uDOGE adopts an elegant exponential distribution function. The asymptotic maximum token supply $K$ pays homage to the initial design parameters of Dogecoin:

$$ K = 100,000,000,000 \quad \text{(100 Billion)} $$ $$ S = 500 \text{ ETH} \quad \text{(Curve Scale parameter)} $$

By introducing a single global state variable, `ethCum` (denoted as $E$), representing the cumulative net ETH reserves deposited, the protocol state is strictly and uniquely bound:

  • Cumulative Supply Equation: $q(E) = K \cdot (1 - e^{-E/S})$
  • Marginal Price Equation: $p(E) = \frac{S}{K} \cdot e^{E/S} = \frac{S}{K - q}$
  • Redeemable Reserve Equation: For a given current supply $q$, burning $b$ tokens yields a refund of: $$\Delta e(q, b) = S \cdot \ln\left(\frac{K - q + b}{K - q}\right)$$

3. Protocol Fee Allocation & Liquidity Backing

To secure the structural integrity and technical operations of the asymptotic reserve mechanism, a micro-fee layer is natively integrated:

Both buy and sell transactions incur a 0.3% protocol fee. This fee is processed separately as protocol overhead reserves, while the remaining 99.7% of the asset reserves remain permanently locked in the bonding curve pool to back the token value. This mathematical construct guarantees that the circulating supply is always supported by liquid, verifiable reserve assets.

4. Self-Deprecation & Infinite Buyback Phase

When the cumulative net reserves reach $500 \cdot \ln(100) \approx 2,302.585 \text{ ETH}$, exactly 99% of the maximum token supply ($99$ Billion uDOGE) has been minted.

At this juncture, the state flag `mintingPermanentlyDisabled` locks permanently to True. The contract shifts irreversibly into a deflationary buyback black hole: mints are disallowed forever, yet any holder can burn uDOGE at any time to reclaim its proportional backing in ETH from the reserve vault.

5. Game-Theoretic Safeguards (MEV Cooldown)

To shield the protocol from sandwich bots, flashloan exploits, and immediate cornering of initial liquidity:

  1. Single-Block Cooldown: Wallets purchasing uDOGE are strictly prohibited from selling within the same transaction block.
  2. Per-Transaction Limit: Swap purchases are restricted to a maximum of $5 \text{ ETH}$ per transaction, providing a fair window for decentralized retail accumulation.

MARGINAL PRICE TRENDLINE (BONDING CURVE CHART)

ON-CHAIN PROTOCOL METRICS

Token Name / Symbol uDOGE Token (uDOGE)
Max Total Supply (K) 100,000,000,000
Current Minted Supply --
Cumulative ETH Reserves -- ETH
Protocol Fees Accumulated -- ETH

BONDING CURVE SIMULATOR

Input mock ETH to simulate how many uDOGE tokens would be minted under current curve depth.

Estimated Output: 198,710,022 uDOGE

ON-CHAIN VERIFICATION

Decentralized, autonomous, and completely verifiable. Review the official smart contracts natively on Ethereum Mainnet.

uDOGE ERC-20 Token 0xfc14d973...57E8
uDOGE Uniswap V4 Hook 0x99455A98...4088
Uniswap V4 PoolManager 0x00000000...8A90