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

# 🎯 Features

#### 🔐 **Contactless Payments**

Users can make payments by simply scanning a **QR code**—no wallet connection required—protecting them from phishing attacks and wallet drain exploits.

***

#### 💸 **Micropayments**

Supports **tiny, cost-efficient transactions**, ideal for IoT, gaming, digital content, and retail. Enables monetization at scale with minimal fees.

***

#### ⚙️ **Smart Contract Integration**

Deployed as **on-chain smart contracts** on Sui and other chains to enforce rules and manage transactions trustlessly.

***

#### 🔒 **High Security & Privacy**

Implements **strong encryption, 2FA, and access controls** to ensure user data and transactions are secure and private.

***

#### 🌐 **Multi-Currency Support**

Supports **multiple tokens across chains**, making it easy for users to pay in their preferred cryptocurrency.

***

#### 🧱 **Scalable Architecture**

Built to scale with growing demand, BlockBolt’s infrastructure is ready for the **expansion of DeFi and global commerce**.

***

#### ⚡ **Instant Payments**

Utilizes **payment channels and optimized smart contract logic** for near-instant transaction finality.

***

#### 🧩 **Easy Integration**

Developer-friendly and plug-and-play SDKs allow seamless integration into **existing apps, platforms, and POS systems**.

***

#### 👨‍💻 **Developer-Friendly SDK**

Provides robust tools and documentation for developers to **build and integrate custom crypto payment solutions** effortlessly.

***

#### 🧠 **AI-Generated QR Codes**

Generates **personalized QR codes** using AI to enhance the user experience and boost brand identity during checkout.

***

#### 🛍️ **Dedicated Merchant Portal**

Merchants get access to a full-featured dashboard for **transaction tracking, analytics, payment links, and more**.

***

#### 🎨 **Customizable User Interface**

Offers a **white-labeled, brandable UI** that merchants can fully customize to match their store's look and feel.

***

#### 🏗️ **Fully Decentralized Process**

Every transaction runs on-chain through a **completely decentralized, trustless protocol**.

***

#### 🔊 **IoT Device Support**

Compatible with **SoundBox and POS devices**, enabling offline stores to accept and verify crypto payments.

***

#### 📱 **Mobile Wallet Payment**

Optimized for mobile payments, enabling users to pay on the go with **wallets like Sui Wallet and Nightly**.

***

#### ✅ **Fast Payment Verification**

Every transaction is quickly verified and **visible on-chain** to both sender and receiver, reducing fraud risk.

***

#### 🔗 **Blockchain Verified Transactions**

Payments are **immutably recorded on the blockchain**, ensuring full transparency and traceability.

***

#### 🤖 **DeFi Smart Contract Ready**

Easily integrate with **DeFi protocols and services** using our smart contract infrastructure.

***

#### 🌐 **Sui Name Service (SNS) Integrated**

Supports **SuiNS**, allowing users to send and receive payments via readable domain-like addresses (e.g., alice.sui).

***

#### 💧 **Sui Token Support**

Fully compatible with **SUI and Sui-based tokens**, enabling seamless payments across the Sui ecosystem.

***


---

# 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.blockbolt.io/blockbolt-overview/features.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.
