Where to Locate Your Locked dTokens After the dToken System Restart

From DeFiChain-Wiki

Where to Locate Your Locked dTokens After the dToken System Restart

Following the recent dToken system restart, many users are searching for ways to locate their locked dTokens. Currently, neither the [Light Wallet](https://apps.apple.com/us/app/defichain-wallet/id1572472820) nor [DeFiScan](https://defiscan.live/) displays the full balance of locked dTokens. These tools only show the 10% of tokens that remained unlocked after the restart. For more information about the restart, refer to the [DFIP proposal on Reddit](https://www.reddit.com/r/defiblockchain/comments/1d2e3em/repeg_and_recollateralize_the_dtoken_system_as).

This guide explains how to access the complete details of your locked tokens using alternative methods.

Understanding Locked dTokens

Locked dTokens are those still tied to vaults or other mechanisms within the Defichain ecosystem. These tokens remain secure on the blockchain, and their status can be checked using the tools outlined below.

How to Find Your Locked dTokens

1. **Using the Command Line**

  For users familiar with the command line, the `getlockedtokens` command offers a direct way to retrieve information about your locked dTokens.  
  - Open the Defichain CLI on your system.  
  - Use the `getlockedtokens` command followed by your address.  
  - Example command:  
    ```
    getlockedtokens df1q4yq80ellxuednwhtzqmzs8k9vgjwlclsxhay08
    ```  
  - Example output:  
    ```
    [
      "134054.10983620@DUSD",
      "69.44508162@COIN",
      "241.41279141@MSTR"
    ]
    ```  
  The response will display a list of tokens that are currently locked for the specified address. This includes the token symbol and the corresponding amount.

2. **Community-Provided Web Tool**

  A convenient web solution is available, created and maintained by a dedicated community member. This tool updates regularly to ensure accurate information.  
  - Visit the tool at: https://defichain-bots.de/getlockedtokens  
  - Enter your wallet address into the provided field.  
  - Confirm your input, and the tool will display the number of locked dTokens associated with your address.  

Disclaimer

Personal Responsibility

This guide is provided as-is. Users are responsible for ensuring the correct execution of steps. The guide creators assume no liability for errors, data loss, or other issues resulting from the use of this guide.

No Financial Advice

This guide is purely technical and does not provide financial advice. Always consult a qualified professional for financial decisions.