# BlockAssist (Paused)

{% hint style="info" icon="triangle-exclamation" %}
**BlockAssist has been sunset.**&#x20;

*These docs are preserved for reference but BlockAssist is no longer actively maintained.*

Alternatively, you can explore [Delphi](https://app.delphi.fyi/), a set of tools for creating information markets.
{% endhint %}

### What is BlockAssist?

BlockAssist is an AI assistant that learns from its user’s actions in Minecraft. The assistant appears in-game with you, starting with only basic knowledge of the game’s commands.&#x20;

As you play, it learns how to assist you in building, learning directly from your actions. BlockAssist bridges Gensyn’s research in decentralized machine learning with a game-based interface that’s easy to explore and extend.

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

### Why It Exists

Modern machine learning systems rely on centralized *compute clusters* that limit participation and experimentation.&#x20;

BlockAssist was created to demonstrate how learning can happen collaboratively and trustlessly across many smaller nodes, which is the same principle that underpins the Gensyn network.&#x20;

By turning reinforcement learning into a playable experiment, BlockAssist helps researchers, developers, and enthusiasts visualize what decentralized AI coordination looks like in action.

{% hint style="success" %}
BlockAssist is part of Gensyn’s effort to build the network for machine intelligence.&#x20;

It offers a lightweight, playable example of the coordination and verification layers seen in Gensyn’s research, like [RL Swarm](https://www.gensyn.ai/articles/rl-swarm) for collaborative RL, [Verde](https://www.gensyn.ai/articles/verde) for verification, [CheckFree](https://www.gensyn.ai/articles/checkfree) for fault tolerance, and [NoLoCo](https://www.gensyn.ai/articles/noloco) for efficient communication.
{% endhint %}

#### What You Can Do With It

Users can clone the repo, run it locally, and play a guided Minecraft scenario where they're tasked with building a structure.&#x20;

As you play, an AI bot observes your actions—learning how to build alongside you by watching **\[1]** what you do, **\[2]** where you place blocks, and **\[3]** how you solve the task.&#x20;

After each session (called an “episode”), BlockAssist trains a machine learning model on your gameplay data, right on your machine. Once training is complete, users upload their personalized model to Hugging Face using their token.

This submission is then recorded on the Gensyn Testnet, contributing to a *decentralized, verifiable record of your participation* and model training.&#x20;

{% hint style="info" %}
BlockAssist’s purpose is to demonstrate “assistance learning”, where AI that learns directly from human actions, not just static datasets while giving users a hands-on way to contribute to and experiment with decentralized AI training.
{% endhint %}


---

# 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.gensyn.ai/testnet/blockassist.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.
