> For the complete documentation index, see [llms.txt](https://dannychain.gitbook.io/danny/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dannychain.gitbook.io/danny/getting-started/quick-start.md).

# Quick start

## 🟧Get Started with Danny in Minutes

{% hint style="success" %}
**Estimated time: 5 minutes.** All you need is an account and a method to use on chain.
{% endhint %}

This guide will help you connect to DannyChain, set up your wallet, and make your first transaction. Choose your network below:

[**Danny Mainnet**](https://dannyscan.com/) - Live network for real transactions\
[**Dandex**](https://dandex.io/) - Swap token on Danny chain fast, low fee & secure\
[**DanChart**](https://dancharts.com/) - Swap token on Danny chain fast, low fee & secure\
Stake & Validators - Staking DAN, you can contribute to DAN network security & earn rewards.

## 🧑‍💻Steps for user

{% stepper %}
{% step %}

#### Add Danny Chain to MetaMask Manual

1. Open MetaMask and click on the network dropdown (top center)
2. Select "Add Network" -> "Add Network Manually"
3. Enter the following details:

```
- Network Name: Danny
- Default RPC URL: https://rpc.dannyscan.com
- Chain ID: 5069
- Currency symbol: DAN
- Explorer: https://dannyscan.com
```

{% endstep %}

{% step %}

### Add Danny On Explorer

* Go to explore ([dannyscan.com](https://dannyscan.com))
* On top right, Footer left platform. Click button "Add Danny"
  {% endstep %}

{% step %}

### Add Danny On Chain list

* Go to to chain list ([Chainlist](https://chainlist.wtf/))
* Search chain id 5069
* Click on connect button
* Select Metamask
* Enter connect button
* Success

<a href="https://chainlist.wtf/chain/5069/" class="button primary">Add On Chain List</a>
{% endstep %}

{% step %}

### Swap Token On Dandex

* Open swap platform [www.dandex.io](https://www.dandex.io/)&#x20;
* Select USDT/DAN token
* Confirm transaction
  {% endstep %}

{% step %}

### Cross Chain Bridge&#x20;

* Open cross chain platform [www.danbridge.com](https://www.danbridge.com/)&#x20;
* Select Token Source Chain
* Select Token Destination Chain
* Enter amount
* Confirm transaction
  {% endstep %}

{% step %}

### Danny Chart

Dannychart is a platform for analyzing and tracking trades on DEX (Decentralized Exchange) used in Dannychain. It provides real-time price charts, liquidity, wallet tracking, smart money, and pair explorer.

{% embed url="<https://dancharts.com>" %}
{% endstep %}

{% step %}

#### Stake & Validators

“Stake DANNY and earn passive rewards while supporting the Danny Chain ecosystem.”

{% embed url="<https://dannychain.com/validator/>" %}
{% endstep %}
{% endstepper %}

## What's next?

Danny Chain Project Tracking Link

{% content-ref url="/pages/56a52747d54863f8df67ff3ce908938888c69b66" %}
[DANChart](/danny/dan-defi/danchart.md)
{% endcontent-ref %}

{% content-ref url="/pages/fb922e107b31a3e9e9fcf81410029e993b0a9afc" %}
[Auto Contract](/danny/developer-guide/auto-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/d9d593aeabc52a165190bf8c93720491a4eb9682" %}
[Stake & Validators](/danny/dan-defi/stake-and-validators.md)
{% endcontent-ref %}

#### ☎️Need Help? <a href="#need-help" id="need-help"></a>

Reach out to us for support, suggest improvements, or file a ticket using the [**Support**](mailto:admin@dannychain.com) on Telegram. Our team is here to assist you!

* [**Telegram**](https://t.me/dannytoken): Join our developer community
* [**Twitter**](https://x.com/Dan74668): information Danny Chain


---

# 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, and the optional `goal` query parameter:

```
GET https://dannychain.gitbook.io/danny/getting-started/quick-start.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
