> For the complete documentation index, see [llms.txt](https://docs.kai.now/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kai.now/start-your-journey-here/earn-tutorial-potion.md).

# Earn Tutorial: Potion

## What is a Potion?

A Potion is a stylized art generation algorithm—captured, tokenized, and monetized. Each Potion is an NFT, representing a unique AI art style with rarity traits, earning potential, and creative power.

But Potion is more than just a visual flavor.

In the KAI ecosystem, **Potions are infrastructure**:

* Used by AI image generators to produce new artworks
* Licensed by apps and creators for on-chain monetization
* Traded, sampled, and remixed by the community
* Linked to a broader Discovery Economy where innovation earns rewards

### Think of it as:

* A visual blueprint
* An economic asset
* A creative IP stake<br>

Whether you’re a collector, artist, or app developer—Potions are the starting point of AI-native creation.

{% embed url="<https://youtu.be/i_f6Pn_ADug>" %}

### How to Craft a Potion

1. Visit[ https://potion.kai.now](https://potion.kai.now)
2. Connect your wallet (e.g., MetaMask, WalletConnect, Coinbase)

{% hint style="info" %}
Ensure your wallet is on the KAIChain Network
{% endhint %}

KAIChain Network Info:

* Network Name: KAIChain
* RPC URL: <https://rpc.kai.now>
* Chain ID: 2989
* Symbol: KAI
* Explorer:[ explorer.kai.now](https://explorer.kai.now)

3. **Go to the “Inventory”** tab and click **“Craft”**

{% hint style="info" %}
The crafting process will give you a random Potion, each with its own unique style and rarity. You might end up with a common one—or unlock something rare and valuable.
{% endhint %}

4. Your new Potion will appear!

   Click “View” to see its full metadata:

   * Rarity
   * Daily & Total Earnings
   * Usage Count
   * Creator’s Wallet
   * Full Description
   * Sample + Sell options

### Sampling and Using Potions<br>

1. In the **“View”** screen, click **“Sample”** to generate art from your Potion.\
   Just add a prompt and hit go!
2. You can also **sell your Potion** by setting a KAI price.

### World Pool: Discover and Collect Potions

1. Go to the **World Pool** tab
2. Browse community-crafted and staking-pool-crafted Potions
3. Click **“View”** to see rarity, earning stats, and visual previews
4. Choose to:
   1. **Sample** with your own prompt
   2. **Purchase** using $KAI

### Why Potions Matter (Beyond Just Art)

{% embed url="<https://youtu.be/LTk3jwXt9XE>" %}

Potions aren’t just aesthetic—they’re functional assets across all future KAI apps that use image generation. Soon you’ll see:

* **Video-style Potions** in AI film generation tools
* **Branded Potions** used in consumer AI apps and social content
* **Business IP Potions** designed to power creative automation at scale
* **Potion-as-a-Service (PaaS)** integrations where owners license visual styles

Every time a Potion is used, **its creator earns royalties.**

### **What’s Next**

Potion is just the beginning. It plugs into the broader **KAI Discovery Protocol:**

* Your Potion is a registered **DCVR NFT**
* It feeds into the **Serendipity Oracle** to assess novelty
* It may evolve into licensed IP for consumer apps like AI Twins, Soma, and others built on KAI

You’re not just crafting art—you’re crafting AI-native IP.

### Start today [https://potion.kai.now<br>](https://potion.kai.now)Discover. Own. Earn.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kai.now/start-your-journey-here/earn-tutorial-potion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
