Loading
Loading
Index Factory is a launchpad on Robinhood Chain. You launch a memecoin through Pons v2, pick a tokenized stock, and the creator fees from that memecoin buy the stock into a vault. People who stake the memecoin in its vault receive the stock.
Read the pages in order if you are new. Jump to a page if you already know what you want.
| Page | Read it when |
|---|---|
| Overview | You want to know what the product does and where the money goes before you touch it. |
| Getting started | You are about to connect a wallet for the first time. |
| Launching a token | You are filling out the launch form and want each field explained. |
| Choosing a stock | You are deciding which stock the vault should buy, and whether to price the launch in ETH or in the stock. |
| Staking | You hold a launched token and want the stock its vault has bought. |
| Harvesting | You want to push accrued fees through to stock, or the harvest button failed. |
| Fees, worked through | You want exact numbers: what a trader pays, what the vault gets, what stakers receive. |
| Risks and constraints | You are deciding how much to put in. Read this before you do. |
| Troubleshooting | Something reverted, a button is grey, or a number looks wrong. |
| Page | Read it when |
|---|---|
| Contract reference | You are calling IndexFactory or IndexVault from a script, a keeper, or another contract. |
| Running locally | You are setting up the web app on your machine, with or without a local fork. |
| Deploying | You are deploying a new IndexFactory to Robinhood Chain, or collecting the app fee as its owner. |
You pay 0.0005 ETH to launch. Your token gets 1,000,000,000 supply on a Pons bonding curve with a 1% trade fee. 70% of that fee is the creator share, and Index Factory hard-wires the creator share to a vault contract that nobody owns and nobody can withdraw from. Anyone can call harvest() on the vault; it collects the fees and turns them into the stock you picked. 20% of each harvest goes to Index Factory as its app fee. The other 80% streams out over seven days to whoever has staked your token in the vault. You can unstake at any time. Pons v2 is unaudited, so treat all of this as software that can fail.