> For the complete documentation index, see [llms.txt](https://superfluid.gitbook.io/superfluid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://superfluid.gitbook.io/superfluid/protocol-overview/use-cases/gaming.md).

# Gaming

Superfluid allows the movement of in-game value to happen in a more efficient and scalable fashion. Check out this article breaking down its use cases 👇

{% embed url="<https://medium.com/superfluid-blog/making-blockchain-gaming-more-immersive-with-superfluid-streams-2b0ff4661aa9>" %}

### Streaming of In-Game Resources

Moving tokenized in-game resources is often done in a gradual fashion rather than in discrete lump-sums. For instance, think about a game such as Clash of Clans, where a player can purchase [Gold Mines and Elixir Collectors](https://clashofclans.fandom.com/wiki/Category:Resources) which yields them Elixir and Gold in real-time. These resources are then used for other in-game activities.

With Superfluid, in-game resources akin to Elixir and Gold can be streamed to directly players' accounts thereby giving them the immediate ability to utilize them. In a Web3 context, this could be akin to purchasing a Gold Mine NFT that upon purchase, will yield the player a stream of gold tokens. The stream can be increased if the player invests some gold to upgrade the Gold Mine.

### Evolving NFTs

An evolving NFT would change over time as you stream a resource to it. Imagine you're trying to water a flower in one of your games which involves you starting a stream of "water tokens" to a flower. As the stream continues, the flower begins to develop new features and evolve!

Check out PlantyBois, a hackathon project which attempted an NFT collection of this nature 👇

{% embed url="<https://ethglobal.com/showcase/plantybois-1mc64>" %}

### Guild Membership Models

Guilds have become commonplace in Web3 gaming, especially with so much real value on the line. The financialization of guilds can be seriously enhanced with Superfluid.

For membership, guilds could require an automatic on-chain subscription fee in the form of money streams. This would provide the guild another source of continual revenue.

For guild earnings, they could be scalably distributed out straight to member wallets using the Superfluid Instant Distribution Agreement to all active members. Or, stakes in the guild revenue could be tokenized and sold on the open market (though there may be compliance challenges with that).


---

# 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://superfluid.gitbook.io/superfluid/protocol-overview/use-cases/gaming.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.
