> For the complete documentation index, see [llms.txt](https://docs.allingaming.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allingaming.xyz/features/integrations/features-of-the-allin-architecture.md).

# Features of the ALLiN architecture

![](/files/sKLWiDDpzCa3knlDF0nT)

## **Seamless Deployment:**

ALLiN leverages Cosmwasm to allow developers to easily create, develop, and deploy gaming and sports betting decentralized applications (dApps). This framework ensures a smooth and intuitive user experience, making it straightforward for developers to bring innovative ideas to life without getting bogged down by complex deployment processes.

## **Shared Liquidity:**

Within the ALLiN ecosystem, all games benefit from unified protocol liquidity. This shared liquidity model means that resources are pooled together, preventing fragmentation and allowing developers to focus on creating engaging gaming experiences. They don't need to worry about individual games suffering from a lack of liquidity, which can often be a limiting factor in the success and sustainability of gaming platforms.

## Off-chain Computations:

By offloading computations off-chain, ALLiN significantly reduces gas costs and improves the efficiency of gaming transactions. This approach ensures that the network remains cost-effective and that users enjoy a seamless experience without the burden of high transaction fees or delays. Off-chain computations allow the main blockchain to handle more critical tasks while less critical processes are managed externally.

## Scalability:

The ALLiN architecture is designed for horizontal scalability, which means it can easily integrate new games and applications without compromising performance. This scalability ensures that as the ecosystem grows, it can handle increased loads and maintain optimal functionality, supporting a wide range of gaming applications and user activities.

## Verifiably Fair:

ALLiN upholds fairness in gaming by ensuring transparent and unbiased gameplay. The system is designed to eliminate the risk of cheating or manipulation, fostering a trustworthy environment for all users. This principle of verifiable fairness is crucial in maintaining the integrity of the platform and building a loyal community of users who can trust the outcomes of their gaming activities. Every bet placed can be verified for fairness

## Gas Abstraction:

ALLiN features gas abstraction, which simplifies the user experience by abstracting the complexities of gas fees. This means users can interact with the platform without needing to worry about the intricacies of gas management, enhancing accessibility and usability for a broader audience.


---

# 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://docs.allingaming.xyz/features/integrations/features-of-the-allin-architecture.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.
