# Blockchain Integration

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

Botify runs on the **Solana blockchain**, more than just a buzzword; it powers trust, ownership, and payments behind the scenes.

Here’s how it fits in:

* **Agent Tokenization**: When you publish an agent, it’s minted as an SPL NFT or semi-fungible token. That means your bot has verifiable ownership and metadata stored on-chain (like creator, category, version, etc.).
* **Smart Contracts**: Botify uses smart contracts to handle licensing, access, and payments. When someone buys an agent, a contract automatically transfers ownership or access rights and releases payment, eliminating middlemen and delays.
* **USDT Payments**: Buyers use **SPL USDT** (a stablecoin on Solana) to purchase bots. That keeps things fast, cheap, and easy to audit.
* **Wallet Login & Sync**: You log in using **Phantom** or **Solflare** wallets, linking your purchases, earnings, and activity to your wallet address.
* **$BOTIFY Token Utility**: The native $ BOTIFY token powers platform fees, feature unlocks, and governance (coming soon), giving creators and stakeholders a say in how the platform evolves.

This happens under the hood, so users get a Web2-smooth experience backed by Web3 security and transparency.


---

# 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/platform-overview/blockchain-integration.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.
