D17 DOCS
Participants & traders

Safety and recovery

Know what the contracts guarantee, what remains market risk, and how to recover without the website.

Contract-enforced properties

  • Committed WETH stays in the participant's locker until refund or settlement.
  • Locker owner withdrawals cannot redirect to another recipient.
  • Rules-sensitive actions verify canonical launch registration and the exact rules hash.
  • Failed positions keep a permanent full-refund path.
  • Finalization, post-grace settlement, and pool creation are permissionless.
  • Claims do not expire.
  • Protocol LP tokens remain in the vault without a withdrawal route.
  • The launch creator cannot change an existing launch's configuration.

What is not guaranteed

  • a token has value, honest promoters, useful software, or future liquidity;
  • an RPC, website, indexer, block explorer, or wallet remains online;
  • a displayed metadata consistency mark is an endorsement;
  • gas will be cheap or a transaction will be included quickly;
  • Uniswap price will remain at the launch ratio after trading opens; or
  • this experimental suite is free from every undiscovered defect.

Recover without the app

Keep the network, D17 factory, launch, locker, token, and vault addresses. The ABI reference in these docs lists every public call. From another Ethereum interface you can:

  1. inspect positions(launch), lockedWeth(launch), and withdrawableWeth();
  2. refund a failed launch or an active refund window when eligible;
  3. settle the position;
  4. withdraw unlocked WETH; and
  5. withdraw tokens after trading opens.

Never paste a seed phrase into a website, support chat, issue, environment file, or read API.

On this page