Launch a new token on Robinhood Chain with no presale and automatic liquidity migration.
Study how a constant-product bonding curve prices a token before it graduates to a pool.
Test tokenomics on a faucet-funded testnet before considering a mainnet deployment.
| ser7wd/surewould | 100/rutgers-pbl-dining-2015 | a15n/a15n_old | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2015-12-01 | 2016-06-18 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | hard | easy | easy |
| Complexity | 5/5 | 1/5 | 1/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Foundry, a funded wallet, and understanding of Solidity deployment scripts, unaudited, testnet only.
Surewould is a set of smart contracts for launching new cryptocurrency tokens on Robinhood Chain, a blockchain network built on Arbitrum. It lets anyone create a token with no presale and no starting pool of money set aside for it. Trading opens in the same transaction that creates the token, and the person launching it can make the very first purchase inside that same transaction, so no one else can jump ahead of them. The price of the token follows a mathematical curve rather than being set by a company. As people buy, the price rises along that curve using reserves that are not really funded until buyers put money in. Once enough money has been raised, the project automatically moves the collected funds into a trading pool on Uniswap, a separate exchange, and destroys the tokens that represent ownership of that pool. That means once the pool is created, no one, including the person who built Surewould, can withdraw the money from it. If a purchase would ask for more tokens than remain, it is filled with whatever is left and the extra payment is refunded automatically rather than failing. Every trade carries a small one percent fee that goes to a wallet chosen when the contracts are deployed. The code includes 28 automated tests, including randomized tests, and the author states that testing caught four real bugs before release, such as a rounding error that could have blocked legitimate sales and a scenario that could have broken the migration step. The project currently only runs on a test network, called surewould.fun, and the author is explicit that the code has not been reviewed by an outside security auditor, so it should not be trusted with real money yet. Deploying it requires a command line tool called Foundry and knowledge of blockchain deployment scripts. The project is released under the MIT license and currently has no GitHub stars.
Smart contracts for launching a cryptocurrency token on Robinhood Chain with no presale, using a price curve that migrates funds to a locked trading pool.
Mainly HTML. The stack also includes Solidity, Foundry, Uniswap V2.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.