# Manage accounts

## Overview

A `cheqd-node` instance can be controlled and configured using the [cheqd Cosmos CLI](/node/getting-started/cheqd-cli.md).

This document contains the commands for account management.

## Account-related commands in cheqd CLI

### Querying account balances

#### Command

```bash
cheqd-noded query bank balances <address>
```

#### Example

```bash
cheqd-noded query bank balances cheqd1lxej42urme32ffqc3fjvz4ay8q5q9449f06t4v
```

### Transferring tokens

#### Command

```bash
cheqd-noded tx bank send <from> <to-address> <amount> --node <url> --chain-id <chain> --fees <fee>
```

#### Arguments

* `from` can be either key alias or address. If it's an address, corresponding key should be in keychain.

#### Example

```bash
$ cheqd-noded tx bank send alice 
cheqd10dl985c76zanc8n9z6c88qnl9t2hmhl5rcg0jq 10000ncheq --node http://localhost:26657 --chain-id cheqd --fees 5000ncheq
```


---

# 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.cheqd.io/node/getting-started/cheqd-cli/cheqd-cli-accounts.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.
