> For the complete documentation index, see [llms.txt](https://university.blobble.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://university.blobble.xyz/faq.md).

# FAQ

- [Where can I meet other Blobble parents?](https://university.blobble.xyz/faq/where-can-i-meet-other-blobble-parents.md): Blobble Social Channels
- [When will my Blobble go unhealthy?](https://university.blobble.xyz/faq/when-will-my-blobble-go-unhealthy.md)
- [How do you sell your Blobble?](https://university.blobble.xyz/faq/how-do-you-sell-your-blobble.md)
- [Can I sell and buy Blobbles on Craft NFT Marketplace?](https://university.blobble.xyz/faq/can-i-sell-and-buy-blobbles-on-craft-nft-marketplace.md)
- [What is FREE feeding?](https://university.blobble.xyz/faq/what-is-free-feeding.md)
- [Can I buy the BST token on Balanced DEX?](https://university.blobble.xyz/faq/can-i-buy-the-bst-token-on-balanced-dex.md)
- [How does the team profit?](https://university.blobble.xyz/faq/how-does-the-team-profit.md)
- [Why would I adopt a Blobble?](https://university.blobble.xyz/faq/why-would-i-adopt-a-blobble.md)
- [What is Blobble Finance?](https://university.blobble.xyz/faq/what-is-blobble-finance.md): Find a great BST token overview
- [How does Blobble code live entirely on-chain?](https://university.blobble.xyz/faq/how-does-blobble-code-live-entirely-on-chain.md)
- [Why must I approve the Orphanage Contract?](https://university.blobble.xyz/faq/why-must-i-approve-the-orphanage-contract.md): To approve or not to approve? That is certainly not the question.
- [How do you counter game and BST growth stagnancy?](https://university.blobble.xyz/faq/how-do-you-counter-game-and-bst-growth-stagnancy.md)
- [Can I benefit without playing the game?](https://university.blobble.xyz/faq/can-i-benefit-without-playing-the-game.md)
- [Can I play the game for free?](https://university.blobble.xyz/faq/can-i-play-the-game-for-free.md)


---

# 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://university.blobble.xyz/faq.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.
