> For the complete documentation index, see [llms.txt](https://docs.hyperplay.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperplay.xyz/developer-docs/api-1/sui-blockchain.md).

# Sui Blockchain

## Overview

Sui is a Layer 1 blockchain with a unique architecture.&#x20;

* Rather than accounts, Sui uses objects as it's basic unit of data storage. Objects can be owned, shared and transferred.&#x20;
* A single transaction can use outputs from an earlier call and used as an input to send a transaction. This can be done without deploying a new smart contract.
* Chain transactions are atomic meaning the transaction will execute completely or fail. This is convenient for applications with multiple actions.

{% embed url="<https://youtu.be/Mb0BNWDTTFY>" %}

## MetaMask Snaps

With MetaMask snaps, HyperPlay now supports Sui.&#x20;

[MetaMask Snaps](https://snaps.metamask.io/) is an open source system that allows anyone to safely extend the functionality of MetaMask. This includes:

* Getting transaction insights
* Receiving on chain notifications
* Connecting to non-EVM blockchains

Any Snaps installed on MetaMask browser can be used in HyperPlay.

{% embed url="<https://www.youtube.com/watch?v=27fyjQJrR8s>" %}


---

# 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.hyperplay.xyz/developer-docs/api-1/sui-blockchain.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.
