# ✏️ Flow and Design

BlockBolt is **live on the Sui Network**, utilizing **Move-based smart contracts** to power transaction execution, token transfers, and secure payment verification. The protocol is architected for **modularity, scalability, and full decentralization**, enabling seamless interactions between merchants, wallets, and the blockchain — with **no intermediaries involved**.

***

**📦 Merchant SDK Architecture**

Visualizes how merchants interact with the protocol through a streamlined SDK that handles transaction requests, QR generation, and blockchain communication.

<figure><img src="/files/4niCzCJx0wsf4qCnwqqC" alt=""><figcaption></figcaption></figure>

***

**🔐 Wallet SDK Architecture**

Details how wallet applications independently validate and interact with the protocol, signing transactions without ever connecting directly to the merchant.

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

***

**🛍️ Merchant Website User Flow**

Outlines the entire payment journey from the merchant side — from QR generation to transaction status monitoring.

<figure><img src="/files/3jKSS6xv3XpRG1V8uU5g" alt=""><figcaption></figcaption></figure>

***

**👤 Customer User Flow**

Depicts the customer journey from scanning a QR code to transaction completion — all without connecting a wallet to a website.

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


---

# 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.blockbolt.io/sui-network-sdk/flow-and-design.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.
