# Selling Identity

The Modular Naming Service provides a selling feature that allows users to buy and sell Identities seamlessly through the [MNS platform](https://www.modular.name/). This capability enables users to monetize their digital identities by listing Identity for sale.&#x20;

## **Selling Identity Flow**

{% stepper %}
{% step %}
Users can navigate to the **Sell Identity** page via:

* The **My Identities** page → Clicking the **Menu** button on the desired identity.
* The **Identity Details (More)** tab → Selecting the **Sell** button.
  {% endstep %}

{% step %}
**Setting Sale Parameters**\
Upon reaching the Sale page, the user sets a desired price for the identity.
{% endstep %}

{% step %}
**Parameters and Duration Configuration**

* Enter the **desired price** for the identity.
* Configure the **sale duration**:
  * The **start date** is automatically set to the current date.
  * The **end date** can be selected from **predefined options** (3 months, 6 months, or 12 months) or set as a **custom date**.
    {% endstep %}

{% step %}
**Summary Review and Confirmation**\
The user reviews the summary of the sale details and clicks the "Confirm and Sell" button to proceed with the listing.
{% endstep %}

{% step %}
**Transaction Signing**

Upon confirmation, the **identity is officially listed** for sale.
{% endstep %}
{% endstepper %}

## **Manage Identity Sale**&#x20;

1. **Managing Sale Details**\
   The user can manage the sale on the Sale details page.
2. **Closing the Sale**\
   If the user wishes to terminate the sale, they can click the "Close Sale" button on the Sale details.&#x20;
3. **Outcome of the Sale**\
   Upon successful completion of the sale, the ownership of the identity is transferred to the buyer, and the original seller receives the payment in the selected currency. The smart contracts automatically update the identity registry to reflect the new owner, ensuring that the ownership details are accurate and up-to-date.&#x20;


---

# 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://snowball-mns.gitbook.io/snowball/modular-naming-service-mns/identity-management-system/selling-identity.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.
