> For the complete documentation index, see [llms.txt](https://docs.kryptox.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kryptox.finance/getting-started/nft-accounts.md).

# NFT Accounts

### What is a KryptoX NFT account?

KryptoX turns user accounts into NFTs. On KryptoX, your account is not just a database record. It is an onchain **NFT (Non-Fungible Token)**.

This NFT is the sole proof of ownership for all assets and positions in the account. By using the uniqueness, non-fungibility, and traceable ownership of NFTs, KryptoX makes the idea of **the account as an asset** real.

#### Core advantages

* **Visible asset ownership:** Your DeFi positions and asset portfolio are represented directly through the NFT.
* **Full account transferability:** You can transfer the entire account, including positions, margin, and profits, in one action.
* **Secondary market liquidity:** You can trade accounts with strong performance or rare characteristics on NFT marketplaces.
* **Secure and controlled:** Ownership is enforced by smart contracts. The platform cannot interfere with your assets.<br>

***

### FAQ

#### Q1: How do I create an NFT account?

Creating an account on KryptoX is simple. When you make your first deposit with a Web3 wallet, the system automatically mints a dedicated account NFT for you. This NFT is sent directly to your wallet and becomes the sole container for holding assets, managing positions, and recording trading activity.

#### Q2: Are NFT accounts safe?

**Yes. Very safe.**

* **Permission-bound control:** Account control stays strictly with the NFT holder. If the wallet holding the NFT is secure, the account is secure.
* **Non-custodial design:** Assets are stored in audited smart contracts. KryptoX cannot move your funds without NFT-based authorization.
* **Hardware protection:** We strongly recommend storing account NFTs with significant value in a hardware wallet to achieve cold storage for the full trading account.

#### Q3: How do I import the NFT into my wallet, such as MetaMask?

1. Open your wallet, such as MetaMask, and switch to the **NFT** tab.
2. Click **Import NFT**.
3. Enter the **contract address** for the KryptoX account NFT. Use the address from the official announcement.
4. Enter your **Token ID**. You can find it in your KryptoX account center or on a blockchain explorer.

#### Q4: How do I transfer an NFT account?

You can transfer it in two ways:

1. **External secondary markets:** List the NFT on major NFT marketplaces such as OpenSea or Blur. Once purchased, account ownership transfers automatically with the NFT.
2. **In-platform transfer on KryptoX:** This feature is coming soon. It will provide an official low-cost transfer path between your own addresses.

#### Q5: How can I view the assets inside someone else's NFT account?

* **Transparency:** Because accounts are tokenized as NFTs, asset and position data is transparent onchain.
* **How to view it:** Before buying or transferring an account, you can open our **\[blockchain explorer (address TBD)]** and enter the Token ID to view position details, account net value, and historical performance in real time.

#### Q6: When can an NFT account transfer fail?

To preserve transaction consistency, transfer attempts may fail in the following cases:

* **A withdrawal is in progress:** The account has a pending withdrawal request.
* **The account is near liquidation:** If the maintenance margin ratio is too low, the system may restrict transfers to protect the buyer.
* **Blockchain confirmation delays:** Network congestion may delay inclusion of the ownership transfer transaction.

#### Q7: Can my wallet still control the account after I transfer the NFT?

**No.**

* **Control is transferred:** Once the transfer is complete, you no longer own the NFT. You can no longer place orders, close positions, deposit, or withdraw from that account.
* **APIs are revoked automatically:** To protect the new owner, all **API tokens issued by the original account become invalid immediately** when the transfer happens.
* **View access remains public:** You can still view ownership and asset changes through a blockchain explorer, but you no longer have any operating rights.

**⚠️ Security reminder:** Your NFT account represents your full trading balance and positions. Be careful with all signature requests. Do not approve your account NFT on unverified websites, or your assets may be transferred maliciously.


---

# 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://docs.kryptox.finance/getting-started/nft-accounts.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.
