# Cardano

<figure><img src="https://1504041824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCJoiqBfuHQZxq9XtX5e6%2Fuploads%2Fc6J2S0BaycefbnrfbXXC%2FfromcardanoMnemonic.png?alt=media&#x26;token=a27a03b2-33f3-4c97-a958-ee66c5f15f4c" alt=""><figcaption></figcaption></figure>

1. Select Cryptocurrency
2. Select Network
3. Select HD
4. Select From
5. Select Client (If available)
6. Enter Mnemonic
7. Select Cardano Type
8. Enter Staking Public Key (If Address Type is Payment)
9. Enter Passphrase (Optional)
10. Select Address Type

{% hint style="info" %}
The output will appear in the terminal on the right panel.
{% endhint %}

<details>

<summary>Output</summary>

```json
{
    "cryptocurrency": "...",
    "symbol": "...",
    "network": "...",
    "coin_type": ...,
    "entropy": "...",
    "strength": ...,
    "mnemonic": "...",
    "passphrase": ...,
    "language": "...",
    "seed": "...",
    "ecc": "...",
    "hd": "...",
    "cardano_type": "...",
    "root_xprivate_key": "...",
    "root_xpublic_key": "...",
    "root_private_key": "...",
    "root_chain_code": "...",
    "root_public_key": "...",
    "strict": ...,
    "public_key_type": "..."
}
{
    "at": {
        "path": "...",
        "indexes": [
            ...,
            ...,
            ...,
            ...,
            ...
        ],
        "depth": ...,
        "purpose": ...,
        "coin_type": ...,
        "account": ...,
        "change": "...",
        "address": ...
    },
    "xprivate_key": "...",
    "xpublic_key": "...",
    "private_key": "...",
    "chain_code": "...",
    "public_key": "...",
    "hash": "...",
    "fingerprint": "...",
    "parent_fingerprint": "...",
    "address": "..."
}
```

</details>


---

# 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://talonlab.gitbook.io/hdwallet/manual/dumps/from-mnemonic/cardano.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.
