# Tokenization

## Tokenization Roadmap

{% hint style="warning" %}
**In Research Phase**

We are actively researching the best approach for tokenizing the points economy. This includes:

* Token standard selection
* Marketplace integration
* Cross-game interoperability
* Legal and regulatory compliance
  {% endhint %}

***

{% stepper %}
{% step %}

### Phase 1: Points Token

Convert Points to a tradable token:

| Feature          | Description                             |
| ---------------- | --------------------------------------- |
| **Points Token** | ERC-20 token representing earned Points |
| **Withdrawal**   | Convert in-game Points to tokens        |
| **Trading**      | Buy/sell Points tokens on exchanges     |
| **Staking**      | Earn passive rewards for holding        |
| {% endstep %}    |                                         |

{% step %}

### Phase 2: Asset Tokenization

Convert in-game elements to NFTs:

| Asset Type             | Token Standard | Tradable |
| ---------------------- | -------------- | -------- |
| **Rare Achievements**  | SBT            | No       |
| **Cosmetic Items**     | ERC-721        | Yes      |
| **Leaderboard Badges** | ERC-1155       | Yes      |
| {% endstep %}          |                |          |

{% step %}

### Phase 3: Full Economy

Complete player-driven economy:

* **Player Marketplace**: Trade cosmetics and badges
* **Crafting System**: Create items from resources
* **Guild System**: Form groups, share rewards
  {% endstep %}
  {% endstepper %}

***

## Gasless Transactions (Planned)

Future implementation of account abstraction (ERC-4337) to:

* Pay gas fees for players
* Enable email/social logins
* Remove crypto complexity barrier

***

*The future of play-to-earn is being built.*


---

# 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.insomnus.xyz/web3-economy/tokenization.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.
