NukeTheSupply is a gamified DeFi protocol that consists of two smart contracts, and two tokens:
> NTS contract and WeaponsMarket contract
> ICBM token and Warhead token.
ICBM is the primary token, while Warhead is a reward token.
===================
PHASES OF THE GAME:
===================
OPERATIONS PHASE:
NTS contract's task:
NTS smart contract holds undistributed ICBM token's supply, and wants to Transfer it to WeaponsMarket contract during 100-days time period (fixed amount every day). Contract can't do it alone (solidity has no automation), so anyone can call Transfer function every 24 hours and earn Warheads as reward.
User's task:
Users commit their ICBM tokens for 24 hours (using ARM function). After 24 hours, you will see "ICBMs Ready" field populated with the quantity of your ICBM tokens ready to be used for nuking.
When NUKE function is called, user's ICBM tokens are returned to user's wallet, Warhead tokens are minted and sent to user's wallet, and some quantity of ICBM tokens held by NTS contract supply pool is burned.
Ratio for amount of ICBM used for nuking and amount of ICBM tokens burned from contract is 10:1. Example: For 10 ICBMs ARMED and used in nuking, 1 ICBM token will be burned in NTS contract, and user will earn 1 Warhead token.
AUCTION PHASE:
Auction system goes active after OPERATIONS PHASE ends, and distributes the remaining ICBM supply, held by WeaponsMarket auction pool. There will be 100 auctions, distributing 1% of the remaining supply, 1 auction every 24 hours.
IMPORTANT: Warhead tokens will be used for placing bids in WeaponsMarket auction system.
Winning bids will be burned.
HAPPY NUKING!
NukeTheSupply (NTS) is a revolutionary decentralized protocol that redefines tokenomics by empowering users to control the burning of token supply, fostering a competitive, deflationary economy. Unlike traditional projects where founders dictate burns, NTS introduces a game-theoretic system where users earn the right to burn ICBM tokens through a 24-hour commitment process, minting Warhead tokens as rewards. The proprietary NTS Formula drives daily competition between users and the smart contract, dynamically adjusting the supply transferred to a yield pool. Over a 100 days of Operations (arming, nuking and token transfers) and 100 days of Auctions—users burn ICBM and Warhead tokens, reduce circulating supply, and bid for rewards, creating a dual-token system that supports price appreciation for both assets. NTS is a bold experiment in user-driven scarcity and market-driven valuation, delivering a fair, transparent, and engaging DeFi experience.
dailyTransfer = (day * defaultTransfer) - (totalBurned + totalSold)
creates daily competition between users and the smart contract, adjusting the ICBM supply transferred to the Weapons Market auction pool.
NTS is implemented through two smart contracts: NukeTheSupply
and WeaponsMarket
,
each governing specific aspects of the protocol’s 200-day token distribution game.
NukeTheSupply
contract
, 100 million to the initial pair liquidity, 50 million for initial burns.The Operations Phase starts 48 hours after deployment. Users have a 2-day advantage over NTC Contract. During operations phase, users arm, nuke, and influence the ICBM yield pool through the NTS Formula, preparing for the Auction Phase.
arm(uint256 amount_)
NukeTheSupply
contract for 24 hours, entering an "armed" state, symbolizing a strategic delay akin to preparing a warhead.ArmBatch
structs with a 24-hour end time.nuke()
transfer()
NukeTheSupply
contract to the
WeaponsMarket
contract, building the yield pool for auctions. This has to be done by the users, due to solidity limitations.
Other option would be a third-party automation.dailyTransfer = (day * DAILY_ICBM_TRANSFER_AMOUNT) - (totalICMBTokensBurned + totalICMBTokensSold)
day
: Current day (1 to 100), incremented daily.DAILY_ICBM_TRANSFER_AMOUNT
: 3.5 million ICBM.totalICMBTokensBurned
: Total ICBM burned via nuking.totalICMBTokensSold
: Total ICBM transferred to WeaponsMarket
.WeaponsMarket
yield pool.dailyTransfer
amount, while the contract
aims to maximize transfers.The NTS Formula is the protocol’s cornerstone, enabling a unique competition:
totalICMBTokensBurned
and reducing dailyTransfer
,
limiting the auction pool’s growth and making ICBM scarcer.totalICMBTokensSold
and building a larger auction pool.dailyTransfer
,
reflecting the tug-of-war between user burns and contract transfers, driving strategic participation.
The Auction Phase distributes the ICBM pool accumulated in WeaponsMarket
through competitive English auctions,
leveraging Warhead tokens as the bidding currency.
setAuctionQuantity
.WeaponsMarket
via safeTransferFrom
, requiring prior approval.withdrawBid
or submit a new, higher bid.endAuction
, receiving the ICBM lot (1% of the pool), and their Warhead tokens are burned.The ICBM and Warhead tokens work in tandem to drive price appreciation:
NTS’s tokenomics are designed to maximize scarcity and user engagement through the NTS Formula, burns, and auctions.
The NTS Formula (dailyTransfer = (day * 3.5M) - (totalBurned + totalSold)
) is the protocol’s defining feature:
dailyTransfer
,
limiting the auction pool and making ICBM scarcer. The contract counters by maximizing transfers.WeaponsMarket
, governed by the NTS Formula,
builds the auction pool.NTS is built with solidity by a professional developer, leveraging OpenZeppelin libraries for reliability.
ICBMToken
, WarheadToken
, and WeaponsMarket
.isOperationsPhaseEnded
.SafeERC20
for secure token transfers,ReentrancyGuard
for attack prevention.block.timestamp
.NukeTheSupply reimagines DeFi with a user-driven burning system, the innovative NTS Formula, and a dual-token economy that supports price appreciation through scarcity and competition. By empowering users to burn ICBM tokens, compete via the NTS Formula, and bid in auctions, NTS creates a fair, transparent, and engaging 200-day game. The protocol’s deflationary mechanics, market-driven valuation, and strategic interplay of ICBM and Warhead tokens set a new standard for tokenomics, inviting participants to shape a dynamic, war-themed economy.
COPYWRIGHT: NUKE THE SUPPLY 2025