> For the complete documentation index, see [llms.txt](https://docs.dozer.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dozer.finance/project-launch-tools/token-management.md).

# Token Management

Once your token is created, the **Token Manager** screen at `/admin/token/management` exposes the post-deployment actions that fall outside of Vesting, Launchpad, Liquidity, Staking, and DAO. Open it from the sidebar's **Token Manager** entry under **Token Management**.

The header shows the token name, symbol, and current supply. Below it, four action cards.

<img src="/files/diSr26qNuyew80hqF4I3" alt="Token Management page with 4 action cards" width="700">

## Melt Authority

> Transfer melt authority to your wallet.

When a token is created, Hathor issues a **melt authority** that allows decreasing total supply. By default this authority lives in the project contract. Pulling it into your wallet lets you burn tokens — useful for buybacks, supply cuts, or correcting accidental mints.

* **What happens**: The melt authority is transferred from the project to your connected wallet address.
* **Reversible?** No. Once moved out of the project, it stays in the wallet you choose.
* **Then what?** With the authority in your wallet you can burn tokens through any Hathor wallet supporting token authorities.

Click **Get Authority**, approve the transaction in the wallet, enter your PIN.

## Edit Metadata

> Update project description, social links, and other metadata.

The token's name, symbol, and supply are permanent. Everything else — description, website, Twitter, Telegram, Discord, GitHub, Whitepaper, logo, category — can be updated here at any time.

Click **Edit Metadata** to open the edit form, change the fields you need, and submit. Metadata updates do not require a blockchain transaction.

## Transfer Authority

> Transfer project ownership to another developer address.

Permanently hands over **project ownership and developer authority** to a different Hathor address. The new owner gains full admin access — they can manage vesting, launchpad, liquidity, staking, DAO, and the Token Manager actions on this page.

> ⚠️ **Irreversible.** Triple-check the recipient address. Once transferred, you cannot reclaim ownership.

Use cases:

* Moving a project from a personal dev wallet to a multisig
* Handing off after acquisition
* Decentralising control to a foundation address

Click **Transfer Authority**, enter the new owner address, confirm, sign in wallet.

## Cancel Project

> Cannot delete project after vesting is configured.

Available **only before vesting deploys**. Once vesting is configured the card shows **Not Available** with the explanation that projects with vesting cannot be cancelled, for security reasons.

If your project has no vesting yet and you want to abandon it, click **Cancel Project** and confirm.

## When to Use Each Action

| Situation                                      | Action                                                |
| ---------------------------------------------- | ----------------------------------------------------- |
| Need to burn tokens / reduce supply            | **Melt Authority** → Get Authority → burn from wallet |
| Updated social links or logo                   | **Edit Metadata**                                     |
| Handing off to a DAO multisig                  | **Transfer Authority**                                |
| Test project deployed by mistake (pre-vesting) | **Cancel Project**                                    |

## Troubleshooting

| Symptom                              | Fix                                                                           |
| ------------------------------------ | ----------------------------------------------------------------------------- |
| Cancel Project shows "Not Available" | Vesting is already configured — cancellation is permanently disabled          |
| Edit Metadata changes not visible    | Refresh the public token page; CDN may cache for a few minutes                |
| Transfer Authority fails             | Address must be a valid Hathor address; ensure the wallet has HTR for the fee |

## Related

* [Project Creation](/project-launch-tools/project-creation.md) — initial setup before reaching this screen
* [Credits](/project-launch-tools/credits.md) — how project operations are paid for
* [Vesting Configuration](/project-launch-tools/vesting-configuration.md) — once vesting deploys, Cancel Project is permanently disabled


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dozer.finance/project-launch-tools/token-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
