# 🎉 Multichain SDK

### Multichain Support in BlockBolt SDK

The **BlockBolt SDK** is currently live and fully integrated with the **Sui blockchain**, offering production-ready support for building decentralized payment applications on Sui.

***

#### ✅ Current Support

* **Sui** – Live and production-ready.

***

#### 🔄 Planned to Release SDK

* Aptos
* Internet Computer
* Solana
* Ethereum
* BNB
* Base
* Tron
* Monad
* Other EVM-compatible chains&#x20;

***

#### ⚠️ Disclaimer

While BlockBolt SDK is engineered for multichain compatibility, current support is limited to the Sui blockchain. The expansion to additional chains depends on technical feasibility, ecosystem maturity, and wallet integration availability on each chain. Developers should plan their implementation accordingly based on the SDK’s current capabilities.


---

# 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/blockbolt-overview/multichain-sdk.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.
