# Minting Your First DRC-20 Tokens

After setting up your environment, funding your wallet, and syncing it with the network, it's time to start minting your own DRC-20 tokens! \
\
**This process can be done in one of two ways:**

### Single Minting

If you just want to mint tokens once, you can use the following command:

```bash
node . drc-20 mint <WALLET> <TICKER> <AMOUNT>
```

Replace `<WALLET>` with the address of the wallet you want to send tokens to, `<TICKER>` with the ticker symbol of your token, and `<AMOUNT>` with the number of tokens you want to mint.

### Bulk Minting

If you're planning to mint tokens multiple times, you might prefer to use the bulk minting command. This allows you to set up several mints at once, letting the server do the rest:

```bash
-- SEE THE DEDICATED QUICK MINTING GUIDE --
```

Refer to our [quick minting guide](/eng/expert-guides/how-to-quick-mint-infinity.md) for more detailed instructions on how to use the bulk minting command.

**With this, you're ready to start minting DRC-20 tokens!**


---

# Agent Instructions: 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.doginals.academy/eng/expert-guides/how-to-mint-vps/inscription-wallet-on-a-vps/minting-your-first-drc-20-tokens.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.
