For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ—οΈProject Creation

This guide walks through creating a new token project on testnet.tools.dozer.finance. The same flow applies on mainnet when it launches.

Prerequisites

  • Hathor wallet with Reown / WalletConnect support

  • HTR for the creation fee (currently 100 HTR) β€” or 50 DZR if you hold DZR

  • Token plan: name, symbol, supply, and optional metadata

Step 1 β€” Open the Admin Dashboard

  1. Click Launch your project.

  2. The admin dashboard loads at /admin with a "Get Started with Your First Project" card and a Connect Wallet button.

Admin dashboard β€” Get Started with Your First Project

Step 2 β€” Connect Your Wallet

  1. Click Connect Wallet in the center card (or in the sidebar footer).

  2. A WalletConnect modal appears with a QR code and a copy-link icon.

WalletConnect modal with QR code and copy URI button
  1. Click the copy icon to copy the connection URI.

  2. Open the Hathor wallet and click the QR-code icon in the top right.

  3. Tap Manual β†’ Reown Connection, paste the URI, then Connect.

  4. Approve the session request in the wallet.

The dashboard reloads in its connected state: the sidebar footer shows your address with a green Connected indicator, and the Create Project button appears at the top of the sidebar.

Step 3 β€” Open the Create Project Form

Click + Create Project in the top-left of the sidebar. You land on the New Project form.

Empty Create Project form

Step 4 β€” Fill the Form

Required Fields

Field
Notes

Token Name

Full display name (e.g. "My Token"). Permanent.

Symbol

Short ticker (typically 3-5 chars, e.g. "MTK"). Permanent and must be unique on the network β€” a green βœ“ Available badge confirms it as you type.

Total Supply

Maximum tokens that will ever exist. Permanent. Default 1,000,000.

Optional Fields

Field
Notes

Category

Categorisation in the public token explorer

Description

Shown on the public token page

Logo

PNG/JPG/JPEG, max 5 MB

Links

Website, Twitter, Telegram, Discord, GitHub, Whitepaper

Creation Fee

Choose how to pay the deployment fee:

  • HTR Β· 100 (default)

  • DZR Β· 50

Filled Create Project form showing the Available symbol badge

⚠️ Permanent fields: Token Name, Symbol, and Total Supply cannot be changed after deployment. Double-check before submitting.

Step 5 β€” Deploy

  1. Scroll to the bottom of the form. The total Fee is shown next to the Create Project button.

  2. Click Create Project. The button changes to Accept in wallet…

  3. Approve the transaction in the Hathor wallet and enter your PIN.

  4. Wait for confirmation. You'll be redirected to the project's admin dashboard.

Step 6 β€” Project Dashboard

After deployment, the project dashboard shows:

  • Header card: token icon, name, symbol, holders, market cap, total supply, price, plus View on Explorer and Manage Token buttons.

  • Project Setup: a six-step checklist tracking the remaining setup actions.

Project dashboard with header and 6-step Project Setup checklist
Step
Status flag
Action

1. Create Token

βœ… done

β€”

2. Configure Vesting

required next

Manage

3. Token Sale (Launchpad)

unlocks after #2

Manage

4. Liquidity Pool

unlocks after #2

Configure

5. Staking Contract

created by #2 if you allocate Staking Rewards

Manage

6. DAO Governance

requires Staking Contract

Set up

Token Manager Options

From the sidebar's Token Manager section, four actions are available:

  • Melt Authority β€” Transfer melt rights to your wallet so you can decrease total supply.

  • Edit Metadata β€” Update description, social links, category, etc.

  • Transfer Authority β€” Permanently transfer project ownership to another developer address.

  • Cancel Project β€” Only available before vesting is configured. After vesting deploys, the project cannot be cancelled.

Token Manager page with 4 management option cards

Troubleshooting

Symptom
Fix

Wallet won't connect

The Reown URI expires quickly β€” copy and paste in one go

Symbol shows as unavailable

Another project already uses it; pick a different one

Transaction fails

Confirm HTR balance covers the 100 HTR fee, or switch to DZR Β· 50

"Connecting…" button stuck

Refresh and reconnect; sessions can drop after long idle

Next Steps

Once your token is created, continue with Vesting Configuration at /admin/vesting/create β€” vesting is required before any other tool unlocks, and the form offers Quick-start Templates if you want a sensible default.

Last updated