# Node : Command list

**Create a doge wallet:**&#x20;

```sh
node . wallet new
```

**Synchronize your doge wallet:**&#x20;

```sh
node . wallet sync
```

#### Splitting your UTXOs:&#x20;

```sh
node . wallet split <count>
```

*Replace \<count> with the desired UTXOs amount.*

#### Send funds (DOGE):&#x20;

```sh
node . wallet send <WALLET> <OPTIONAL AMOUNT>
```

*Replace \<WALLET> with the wallet that will receive your DOGE.*\
*Replace \<OPTIONAL AMOUNT> with the desired amount. (leave blank to send all your DOGE)*

#### Mint a token:&#x20;

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

\
**Mint a transfer inscription:**&#x20;

```
node . drc-20 transfer <WALLET> <TICKER> <AMOUNT>
```

\
**Mint from file :**&#x20;

```
node . mint <WALLET> <PATH>
```

**From data:**

```
node . mint <WALLET> <CONTENT TYPE> <HEX DATA>
```

Example :  \
\&#xNAN;*node . mint DSV12KPb8m5b6YtfmqY89K6YqvdVwMYDPn "text/plain;charset=utf-8" 576f6f6621*&#x20;

<br>


---

# 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/ressources/node-command-list.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.
