# FAQs

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

**Do I need to know how to code to use Botify?**

Nope! Botify’s **No-Code Agent Builder** lets you create bots by typing prompts or dragging logic blocks. But if you prefer to code, the **Agent Uploader** has you covered, too.

***

**What currency do I use to buy agents?**

All purchases on Botify are made in **SPL USDT** (a stablecoin on Solana). It’s fast, cheap, and easy to use via wallets like **Phantom** or **Solflare**.

***

**What types of bots can I build?**

Tons! From trading bots and Discord/Telegram automation to alert systems and custom GPT agents, anything that can be structured into tasks or workflows can be built and sold.

***

**Is my bot protected after I list it?**

Yes. Every agent is **tokenized on-chain** as an SPL NFT or semi-fungible asset, with ownership and access controlled by smart contracts. Buyers can’t copy or reuse code without rights.

***

**Can I update my agent after it has been published?**

Absolutely. You can push updates and maintain version history. Users will see new versions and your update notes before downloading or repurchasing.

***

**How do I earn from my bots?**

When someone buys your agent, the **USDT payment goes directly to your wallet**. You also earn platform visibility and can stake $BOTIFY for added rewards.

***

**Can others view my bot’s logic?**

Buyers can see what the bot does at a high level, but your code or full logic flow is secured and never exposed unless you opt to share it.

***

**Can I partner or build with Botify?**

Yes! Visit our [Contribution & Partnerships](/docs/onboarding-and-guidance/contribution-and-partnerships.md) page to learn how you can collaborate, integrate, or propose community-driven tools.


---

# 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/faqs-and-tips/faqs.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.
