# Tokenization

<figure><img src="/files/MTBg6t1lK2SoV78t4uo8" alt=""><figcaption></figcaption></figure>

Once your agent is built visually or through prompts, Botify turns it into a blockchain-based token, making it ownable and tradable.

Here’s how tokenization works:

* **Automatic Minting**: When you finalize your agent, Botify mints it as an **SPL NFT** (or semi-fungible token, depending on use case) on the Solana blockchain. This creates a digital certificate of ownership tied to your wallet.
* **Embedded Metadata**: Your token isn’t just a shell, it contains everything buyers need to know:
  * Agent name and category
  * Version number
  * Creator ID
  * Capabilities and licensing terms
* **Ownership You Can Prove**: As the creator, your wallet address is permanently linked to that agent. Even if someone buys, rents, or lists it elsewhere, the record of origin is always verifiable.
* **Licensing via Smart Contracts**: Tokens carry embedded rules for usage. Want to offer reusable bots, time-limited trials, or single-access licensing? Smart contracts write all of that into the token’s logic.
* **Upgradeable and Versioned**: Need to roll out an update? No problem. Botify lets you push new versions while maintaining a transparent history of past builds, giving users trust and giving you flexibility.

Tokenization turns your bots into digital products with **real-world value**, protected by blockchain and ready to sell, scale, and grow.


---

# 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://botify-cloud.gitbook.io/docs/core-features/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.
