# FAQ

### **The Art Engine**

**How does Botto work?**&#x20;

Botto makes use of a combination of AI algorithms including VQGAN + CLIP, GPT-3, and others (see [Art Engine](/details/bottos-art-engine.md)), and a number of custom augmentations to generate all of the unique images, titles, and artist descriptions. Botto learns and develops based on votes from the community (see [Voting](/overview/voting.md)).

**Is there any human involvement in Botto’s process?**&#x20;

Other than voting, the only human involvement is in some minor edits of artist descriptions written by Botto for the final mint for typos and punctuation.

**Can Botto add capabilities?**&#x20;

Yes, Botto will grow up and learn new abilities over time and as governance determines.

**Where did Botto come from?**

Botto is based on a 2018 whitepaper by generative artist Mario Klingemann (a.k.a. [Quasimondo](https://twitter.com/quasimondo)). Quasimondo is part of the founding team and designed Botto.

{% content-ref url="/pages/YgnrTjfX6N0zDKCAOFHl" %}
[Botto's Art Engine](/details/bottos-art-engine.md)
{% endcontent-ref %}

### Key Dates

* Voting rounds end every Tuesday, 15:00 UTC / 10:00 EDT / 7:00 PDT
* New rounds begin every Tuesday, 15:00 UTC / 10:00 EDT / 7:00 PDT
* New art fragments are added to the voting pool every Tuesday, 15:00 UTC / 10:00 EDT / 7:00 PDT
* Auctions are scheduled to begin every Wednesday, 15:00 UTC / 10:00 EDT / 7:00 PDT
* Auctions are scheduled to end every Friday, 15:00 UTC / 10:00 EDT / 7:00 PDT

### $BOTTO Tokens

**Where do I get $BOTTO?**

{% content-ref url="/pages/-Ma--oVQHJpoFEaqmXzE" %}
[Get $BOTTO Tokens](/overview/getting-botto-tokens.md)
{% endcontent-ref %}

**Where do I see the price of $BOTTO?**&#x20;

On [Coin Market Cap](https://coinmarketcap.com/currencies/botto/) or [Coin Gecko](https://www.coingecko.com/en/coins/botto).

**What is the token distribution?**&#x20;

{% content-ref url="/pages/-M\_zb43hjSb\_WIiJndyT" %}
[Token Distribution](/details/token-distribution.md)
{% endcontent-ref %}

### Access Pass

**Where do I get an Access Pass?**

You can buy a an Access Pass on [secondary on OpenSea](https://opensea.io/collection/botto-access-passes).

**Should I get an Access Pass or $BOTTO?**

{% hint style="warning" %}
You don't need an Access Pass to start participating in Botto's process anymore. Simply[ log in to the app](https://botto.com/app/vote).
{% endhint %}

$BOTTO is the only way to get full membership into the DAO, however the Access Pass is designed for a simpler entry into the Botto ecosystem and makes a nice collectible. It provides voting points to vote on the art, and there are $BOTTO rewards for completing certain actions that enable users to earn their way into membership and help cover the costs of joining.

Access Passes will also add voting points to what is already earned from staked $BOTTO, but cannot be stacked beyond your highest earning Access Pass.

### Voting and VPs

**How do I vote/help train the AI?**&#x20;

Go to the [Botto App](https://botto.com/app/vote) and:&#x20;

* Easily login with your social media credentials or crypto wallet to get a baseline amount of 100 Voting Points (VP)
* Stake your $BOTTO or LP tokens, or get an Access Pass or Pipe on secondary to earn more voting points (VPs)&#x20;
* Vote for your favorite pieces (“fragments”)

**What’s the right voting strategy to best train Botto?**&#x20;

Go with your gut and pick your favorite of the two fragments presented to you, even if you don’t love either one.

**Does spending more VPs add more weight for training?**&#x20;

No, spending more VPs only makes the fragment more likely to be picked for auction at the end of the week. As far as training goes, all votes are equal regardless of weight.

**How do I get VPs?**&#x20;

Simply connect with your socials or crypto wallet to instantly get 100 VP. For more VP, [stake](/overview/depositing-botto.md) your [$BOTTO](https://app.uniswap.org/swap?inputCurrency=ETH\&outputCurrency=0x9DFAD1b7102D46b1b197b90095B5c4E9f5845BBA\&use=V2) or [LP tokens](https://app.uniswap.org/add/v2/ETH/0x9DFAD1b7102D46b1b197b90095B5c4E9f5845BBA), or get an [Access Pass or Pipe](#access-pass). The VP generation mechanism is explained in more detail on the page below.

{% content-ref url="/pages/-MlANyYPcIqK1bgCZrIb" %}
[Voting Points (VP)](/overview/voting/voting-mechanism.md)
{% endcontent-ref %}

**Do I get any rewards from voting?**&#x20;

Yes, 40% of revenue is distributed at the end of each round according to your proportion of all VP spent that round. There are also [emissions for staking LP tokens](/details/token-distribution/liquidity-mining.md) that pay out in $BOTTO.

### Auctions

**When and where does the art get auctioned off?**&#x20;

Each week, Botto mints one artwork and then puts it to auction on [SuperRare](https://superrare.com/bottoproject). The winning fragment is announced on Tuesday, the auction starts on Wednesday and ends on Fridays. Bids are tracked in #announcements on Discord.&#x20;

**What happens with the proceeds?**&#x20;

40% of revenue is distributed directly to contributors, the other 40% goes to the treasury controlled by the DAO, and finally 20% goes into adding to the Protocol-Owned-Liquidity position.

{% content-ref url="/pages/-MlS\_Q5YTRGClMrRY8sV" %}
[Auction](/overview/auction.md)
{% endcontent-ref %}

### Support & Suggestions

**How do I report a bug, ask for support, suggest another question for the FAQ, or give feedback?**&#x20;

Add your suggestion or ask a question using the [#feedback](https://discord.com/channels/829636834371960842/907591115648163870) channel on [Discord](https://discord.com/invite/rQW8yyHFnR).


---

# 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.botto.com/miscellaneous/faq.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.
