> For the complete documentation index, see [llms.txt](https://talonlab.gitbook.io/hdwallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://talonlab.gitbook.io/hdwallet/manual/dumps/from-xprivate-key/cardano.md).

# Cardano

{% hint style="info" %}
When the strict is selected, it applies only to the root private key.
{% endhint %}

<figure><img src="/files/EbNhRtT3OxeL72fTd9JR" alt=""><figcaption></figcaption></figure>

1. Select Cryptocurrency
2. Select Network
3. Select HD
4. Select From
5. Enter XPrivate Key
6. Check Strict (or Uncheck)
7. Select Cardano Type
8. Enter Staking Public Key (If Address Type is Payment)
9. 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": "...",
    "root_xprivate_key": "...",
    "root_xpublic_key": "...",
    "root_private_key": "...",
    "root_wif": "...",
    "root_chain_code": "...",
    "root_public_key": "...",
    "strict": ...,
    "public_key_type": "...",
    "wif_type": "..."
}
{
    "at": {
        "path": "...",
        "indexes": [
            ...,
            ...,
            ...,
            ...,
            ...
        ],
        "depth": ...,
        "purpose": ...,
        "coin_type": ...,
        "account": ...,
        "change": "...",
        "address": ...
    },
    "xprivate_key": "...",
    "xpublic_key": "...",
    "private_key": "...",
    "wif": "...",
    "chain_code": "...",
    "public_key": "...",
    "uncompressed": "...",
    "compressed": "...",
    "hash": "...",
    "fingerprint": "...",
    "parent_fingerprint": "...",
    "address": "..."
}
```

</details>


---

# 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:

```
GET https://talonlab.gitbook.io/hdwallet/manual/dumps/from-xprivate-key/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.
