# How to Get Your Address from Trust wallet

**Trust Wallet** is a [**non-custodial**](/knowledge-base/glossary.md#non-custodial) wallet, giving you control over your **private keys** and, consequently, your funds. The app secures access to your assets through a [**12-word recovery phrase**](/knowledge-base/glossary.md#recovery-phrase) that **encapsulates all your private keys**. While **Trust Wallet** does not provide a direct feature to export individual **private keys**, they can be derived using your recovery phrase.

To access the private key for a specific [**address**](/knowledge-base/glossary.md#address), start by copying your recovery phrase from **Trust Wallet**. Since the app **does not include built-in tools** for extracting individual private keys, users must rely on third-party tools or methods, which may involve potential security risks.

***

## Trust Wallet app&#x20;

1. Open the **Trust Wallet** app and select the **Settings** tab.

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

2. Select **View Secret Phrase** from the list of menu items.

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

3. Enter your **Trust Wallet** password as a security step, then click **Reveal** to view your secret phrase.

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

4. A popup window will display your **12-word secret phrase**. You can write it down or download it, but ensure it remains private and never share it with anyone.

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

5. Convert your **secret phrase** to a **private key.**&#x20;

***

## Example of Conversion&#x20;

Now that you have your secret phrase, you can convert it into a private key. You can do this manually using a Python script if you have coding knowledge or by using an online tool.&#x20;

{% hint style="info" %}
**Keep in mind to exercise caution when using online tools.**
{% endhint %}

This guide describes the process of using **Ian Coleman’s Mnemonic Code Converter**, an open-source tool available on **GitHub.** It has positive reviews, and its code is publicly accessible for anyone to review.

***

{% hint style="info" %}
**This tool is mentioned for informational and exemplary purposes only and is not a recommendation.**
{% endhint %}

***

Converting your **Trust Wallet** secret phrase into a **private key** is a straightforward process. Follow these steps carefully to securely access your private key:&#x20;

1. **Enter Your Secret Phrase:** Paste your 12-word secret phrase into the provided field.&#x20;
2. **Select the Cryptocurrency:** Choose the cryptocurrency for which you want to generate the private key.
3. **View Your Private Key:** The tool will generate your private key based on your secret phrase. Copy it or write it down to use in the following step.&#x20;
4. Finish by [**importing**](/walletium-object/address-management/importing.md) the address into your [**Walletium**](https://t.me/walletiumbot) and start using its advanced features.

***

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>How to Get Your Address from Metamask</td><td><a href="/files/4wWtqH55aLjR3m9q9hHq">/files/4wWtqH55aLjR3m9q9hHq</a></td><td><a href="/pages/9s2kT4TxtBHZIHGHWmCt">/pages/9s2kT4TxtBHZIHGHWmCt</a></td></tr><tr><td>How to Get Your Address from Exodus</td><td><a href="/files/Go4oA5qWTWx22cijdTD5">/files/Go4oA5qWTWx22cijdTD5</a></td><td><a href="/pages/WUwnIq3AVJtederN9bJ1">/pages/WUwnIq3AVJtederN9bJ1</a></td></tr><tr><td>How to withdraw USDT from Kraken to Walletium</td><td><a href="/files/Jl6gnArWCM7aSXtxJgZN">/files/Jl6gnArWCM7aSXtxJgZN</a></td><td><a href="/pages/7cJhnC7YHTI6N2IgeRuL">/pages/7cJhnC7YHTI6N2IgeRuL</a></td></tr></tbody></table>


---

# 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://wiki.walletium.net/walletium-object/address-management/importing/how-to-get-your-address-from-trust-wallet.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.
