> For the complete documentation index, see [llms.txt](https://dappos.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dappos.gitbook.io/docs/dappos/how-to-guides/bubbleup-tasks.md).

# BubbleUp Tasks

### Publishing Posts with #BubbleUp for the Bubble Engine

To contribute directly to the Bubble Engine's knowledge base, users can publish posts on platforms like X (formerly Twitter) or Binance Square. By including the **#BubbleUp** tag, these posts become eligible for ingestion within the system. This process "force-feeds" the engine with fresh, Web3-specific data, helping it adapt to opaque, fast-moving environments where generic AIs falter—such as detecting deceptive practices or weighting high-signal events like partnership leaks.

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

By publishing Bubble posts, you actively shape the Intelligence Layer, making DAPPOS more resilient to Web3's implicit rules and new concepts.

### BubbleUp Task Platform

The Bubble Task Platform is currently in internal beta testing, which offers a structured ecosystem for collaborative contributions to DAPPOS AI’s intelligence. It also introduces incentive mechanisms to reward users for completing bubble tasks. Regarding the quality of information, the platform implements a reward and punishment mechanism: false statements will be penalized, while high-quality information will be rewarded.

If you're interested in participating in BubbleUp activities, please join the DAPPOS community channels to get the latest news.&#x20;

<br>

<br>


---

# 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://dappos.gitbook.io/docs/dappos/how-to-guides/bubbleup-tasks.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.
