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