> For the complete documentation index, see [llms.txt](https://userguide.dcentwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.dcentwallet.com/dcent-app/create-account/how-to-add-a-custom-path-account.md).

# How to add a custom path account

This guide details the instructions for adding a custom path BTC account.

## Add a Custom Path Account

<div align="left"><figure><img src="/files/2NgNdrbTa8GXe6AjMZ3u" alt=""><figcaption></figcaption></figure></div>

**1)** Tap on **"Settings" tab**.

**2)** Scroll down and tap **"Laboratory"**.

**3)** Enable **"Custom Path Account"**.

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

**4)** Navigate to the **"My Wallet"** tab and tap the **"Add Account`+` "** button.

**5)** Search for BTC and select the entry with a number appended to BTC **(e.g., BTC - 5757)**.

**6)** Name your account (optional) to complete the account addition.

Likewise, you can also add custom path accounts for networks such as ETH or BNB.

## Add a Vendor Lock-In Account

The **"Vendor Lock-In Account"** is a type of custom path account that enables the creation of wallet addresses compatible with external wallets such as MetaMask or Phantom Wallet.

If you've recovered a wallet in D'CENT using a mnemonic phrase created by an external wallet but some addresses appear differently, adding a Vendor Lock-In Account allows you to use the same addresses as those created in the external wallet.

{% hint style="danger" %}
**Requirements for Vendor Lock-In Account**

**Minimum Supported Version**

* D'CENT Mobile App: v8.0.0 or higher
* Only supported on **App Wallets** (not available for Biometric or Card Wallet)

**Supported Networks**

* Ethereum (ERC20)
* Base (BASE-ERC20)
* Solana (SPL-Token)
  {% endhint %}

The steps to add a Vendor Lock-In Account are the same as adding a **Custom Path Account**.

<figure><img src="/files/4br1OYZzWt6lt6Lz4wTS" alt=""><figcaption></figcaption></figure>

**1)** Tap on **"Settings" tab**.

**2)** Scroll down and tap **"Laboratory"**.

**3)** Enable **"Custom Path Account"**.

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

**4)** Navigate to the **"My Wallet"** tab and tap the **"Add Account`+` "** button.

**5)** Search for **"Vendor"** in the search bar to find **Vendor Lock-In accounts for Ethereum, Base, and Solana.**

**6)** Name your account (optional) to complete the account addition.


---

# 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://userguide.dcentwallet.com/dcent-app/create-account/how-to-add-a-custom-path-account.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.
