# Create a Memory

On Moseiki, every post you create has a lifespan of 22 days on the platform. As this period nears its end, you’ll receive timely notifications—first when there are only 2 days left, and again 2 hours before the deletion of the post. These reminders serve as a prompt for you to preserve your content.

To keep your post beyond its initial 22-day visibility, you can convert it into a Memory. This process essentially transforms your post into a non-fungible token (NFT) on the Xion blockchain. Creating a Memory archives the original post data within the NFT, ensuring it remains accessible and secure on the blockchain.

Moreover, by converting your post into a Memory, you open up possibilities to monetize it. Whether through direct sales or licensing, converting your content into an NFT allows you to potentially generate revenue from your digital creations\
\
Click on <mark style="color:purple;">**Memory**</mark> in the top menu of the [post creation screen](/help-center/moseiki-features/share-a-post/create-a-post.md).

1. **Choose Source:**
   * **Voice:** Create a voice recording. If it's longer than 22 minutes, it will be divided into 22-minute segments.
   * **Camera:** Use your device camera to create a visual asset.
   * **Select from Library:** Choose an asset from your device library.
2. **Fill in Memory Details:**
   * **Name:** Enter the name of the Memory.
   * **Description:** Provide a short description.
   * **Category:** Select a category (Art, Content, Collectibles, Domain, Gaming, Membership Passes, Music, Photography, PFPs, Video).
3. **Define Selling Options:**
   * Choose **Buy Now**, **Place a Bid**, or **Counter Offer**.
   * **Quantity:** Specify if it's a Limited Edition and the quantity, or select Limitless.
   * **Royalty Fee:** Set the royalty fee.
   * **Price:** Determine the price.

Click **Upload** to finalize and list your Memory for sharing or sale.<br>

<details>

<summary>Convert a post to Memory</summary>

Click the Kebab Menu and then click <mark style="color:purple;">**Keep as Memory**</mark> on the post you wish to convert.

1. **Set Visibility Toggles:**
   * **Show on Marketplace:** Decide if you want the Memory to be visible on the marketplace.
   * **Show Your Profile Info:** Choose to display your profile information on the Memory.
   * **Show Post Content:** Opt to show or hide the text-based part of the content.
2. **Fill in Memory Details:**
   * **Name:** Enter the name of the Memory.
   * **Description:** Provide a short description.
   * **Category:** Select from categories such as Art, Content, Collectibles, Domain, Gaming, Membership Passes, Music, Photography, PFPs, Video.
3. **Define Selling Options:**

   * Select from **Buy Now**, **Place a Bid**, or **Counter Offer**.
   * **Quantity:** Specify if it's a Limited Edition and the number, or choose Limitless.
   * **Royalty Fee:** Set the royalty fee.
   * **Price:** Decide the price.

   Click **Continue** to finalize the conversion.

</details>


---

# 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://moseiki-1.gitbook.io/help-center/moseiki-features/create-a-memory.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.
