# How To Add A Contract Address To A Wallet

When purchasing or receiving tokens on the BSC network, tokens may not show in your wallet interface automatically.

In this case, the token's contract address will have to be manually added to your wallet interface. This guide will show you how to perform this on various wallets.

{% hint style="warning" %}
Only add verified contract addresses to your wallet, anyone can create a token so it is important to verify the legitimacy of this information.

To verify a contract address, visit the [token info](https://info.knightswap.financial/tokens) page on KnightSwap or verify directly on [BSC Scan.](https://bscscan.com/token/0xd23811058eb6e7967d9a00dc3886e75610c4abba)&#x20;
{% endhint %}

{% tabs %}
{% tab title="MetaMask" %}

#### Adding contract addresses on MetaMask

To manually add a contract address, first, open your MetaMask desktop wallet and click the 'import tokens' option located on the home page of the wallet.

![](/files/vDSsQZmQL9FQ3wyrXXz9)

Paste the address into the 'Token Contract Address' field under "Custom Token"

![](/files/yXyR3rKimqFTi6ljZeV0)

The 'Token Symbol' and 'Token Decimal' fields should auto-populate. If not, visit the token contract page on [BSC Scan](https://bscscan.com/token/0xd23811058eb6e7967d9a00dc3886e75610c4abba) and view the 'Profile Summary' section to get these details.

![](/files/XIFCpRtW8k2uQTWhTRr3)

Once the fields are populated, click 'Add Custom Token'. Then you should see your balance populate (if you have any tokens). Press "Import Token" to finish.

The token address is now added to your wallet and you should see any balances you hold.

![](/files/U2DWV6K2v0kCp6MvmkvD)
{% endtab %}

{% tab title="TrustWallet (Mobile)" %}

#### Adding contract addresses on TrustWallet for mobile

To manually add a contract address, first, open your TrustWallet mobile app and click the 'settings' option in the bottom right hand side of the screen.

![](/files/5ZdhIRx4P09JR5wsg639)

Next select 'Add Custom Token'.

![](/files/lvXvZAPIfhBX6VBJeaMZ)

You will be faced with the page in which you have to add the token details. First, in the 'Network' field, select 'Smart Chain'. Then paste the token contract address into the 'Contract Address' field. The rest of the information should auto-populate, if not, visit the token page on [BSC Scan](https://bscscan.com/token/0xd23811058eb6e7967d9a00dc3886e75610c4abba) and retrieve the information from the 'Profile Summary' section.

![](/files/hcWxlCBbuhYqAbiNlv18)

Once all the information is entered, click 'Save' in the top right hand side of the screen. Once this is done, the token is added and you should see the token and any balances you hold.
{% endtab %}

{% tab title="SafePal (Mobile)" %}

#### Adding contract addresses on SafePal for mobile

To manually add a contract address, first, open your SafePal mobile app and click the '+' button at the top of the assets page.

![](/files/nuR9t9NcBelwONcEQ6bV)

&#x20;Next have the contract address for the token you are trying to add. Paste into the top

![](/files/Rgb8DWxl445zspiCNUg2)

![](/files/vEDMSEg5qL2DJTk5IlaH)

Your new token is now added to the wallet interface and any balances should be displayed.

![](/files/EjQdCl955eVBvs8Dn7E3)
{% endtab %}
{% endtabs %}


---

# 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://knights.gitbook.io/knightswap/merlins-step-by-step-guides/how-to-setup-your-wallet/how-to-add-a-contract-address-to-a-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.
