Through Pons' Own Factory.
The defaults launch $NOUS on Pons' V2 factory, quoted in ETH. Your exact calldata is run through eth_call against the live factory first; the wallet opens only if the contract accepts it.
- Pair
- —
- Launch fee
- —
- Supply
- —
- Curve fee
- —
- Graduation
- —
- Max creator fee
- —
- Status
- —
The launch fee is sent as msg.value in ETH whatever the pair. Supply is fixed by the factory's config, not by us.
Each stock in this list passed the factory's approvedPairTokens check; it is checked again the moment you pick one.
A URL, never an inlined image: the factory caps this field at 512 characters.
For $NOUS this is the sink: every trade's creator fee accrues to it in Pons' escrow, and both contracts send their 5% cut there. Use a dedicated wallet and put the same address in site.js. Changing it later sits behind a three-day timelock.
On top of Pons' curve fee. The token page says 2% for $NOUS; if you change it here, change it there.
One button, two steps. Your exact calldata goes through eth_call against the live factory first; only if the contract accepts it does your wallet open. If it refuses, you get the reason and nothing is signed.
It exists.
If this was $NOUS: write the contract address into site.js (ca) and the recipient into treasury, run tools/bust.py, deploy. Check the address against the explorer before anyone else does.