# Redemption & Sale Flow

The redemption and sale process on BitStock enables users to seamlessly liquidate their on-chain equity holdings and convert them back into digital assets through a secure and compliant infrastructure. This mechanism ensures that real-world asset divestment is executed with full custodial transparency, regulatory oversight, and on-chain auditability.

The entire process is structured to preserve legal ownership until the moment of redemption, with the sale transaction executed through regulated intermediaries under U.S. financial laws. The redemption flow consists of the following sequential stages:

### Step 1: NFT Burn Authorization (Redemption Trigger)

To initiate a sell order, the user interacts with the BitStock smart contract to burn the equity NFT associated with the held stock. This burn action is irreversible and functions as an authenticated signal that the user intends to divest their real-world equity position.

The smart contract verifies:

* The authenticity and non-transferable status of the NFT
* The user’s wallet ownership
* The integrity of the embedded asset metadata (stock ticker, quantity, custodian reference, etc.)

Upon confirmation, a redemption instruction is generated and securely transmitted to the brokerage backend.

### Step 2: Broker-Side Equity Liquidation

Upon receiving the redemption instruction, BitStock’s partner broker-dealer—licensed under SEC and MSB regulations—executes a market or limit sell order on behalf of the user for the specified equity.

Key execution characteristics include:

* Real-time sell order placement on regulated U.S. exchanges
* Full divestment of the user's held quantity (no partial fills unless specified)
* Immediate reconciliation with the user’s custodial position and platform ledger

Once the sale is completed, the resulting fiat value is converted into USDC for blockchain-native settlement.

### Step 3: Stablecoin Settlement and Withdrawal

The USDC proceeds from the equity sale are transferred back to the user’s wallet address. Users then have the following options:

* Retain the USDC as a stable, dollar-denominated asset
* Convert USDC back into BTC, ETH, or BNB through the integrated swap module
* Reinvest into other equities or on-chain financial products offered via the platform

This final step completes the full redemption cycle—transitioning a traditional equity holding into a liquid crypto balance, entirely through a regulatory-compliant, transparent process.

Through this structured redemption and sale flow, BitStock provides a legally sound and operationally efficient pathway for exiting real-world equity positions, while preserving the principles of decentralization, user sovereignty, and full asset transparency.

<br>


---

# 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://docs.stockxtoken.xyz/from-crypto-to-wall-street-the-ownership-pathway/redemption-and-sale-flow.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.
