# Sui

Switchboard provides on-demand oracle data for Sui Move contracts using the Quote Verifier pattern. This enables your DeFi applications to access verified, real-time price data with built-in security features.

> **Version source of truth:** [SDK Version Matrix](https://docs.switchboard.xyz/tooling/sdk-version-matrix)

**Prerequisites**

* Sui CLI installed ([Installation Guide](https://docs.sui.io/guides/developer/getting-started/sui-install))
* Basic understanding of Move and TypeScript
* Node.js 21+ and npm installed

#### Deployments

The Switchboard On-Demand service is deployed on:

* **Mainnet:** [`0xa81086572822d67a1559942f23481de9a60c7709c08defafbb1ca8dffc44e210`](https://suiscan.xyz/mainnet/object/0xa81086572822d67a1559942f23481de9a60c7709c08defafbb1ca8dffc44e210)
* **Testnet:** [`0x28005599a66e977bff26aeb1905a02cda5272fd45bb16a5a9eb38e8659658cff`](https://suiscan.xyz/testnet/object/0x28005599a66e977bff26aeb1905a02cda5272fd45bb16a5a9eb38e8659658cff)

#### Available Feeds

| Asset   | Feed Hash                                                            |
| ------- | -------------------------------------------------------------------- |
| BTC/USD | `0x4cd1cad962425681af07b9254b7d804de3ca3446fbfd1371bb258d2c75059812` |
| ETH/USD | `0xa0950ee5ee117b2e2c30f154a69e17bfb489a7610c508dc5f67eb2a14616d8ea` |
| SOL/USD | `0x822512ee9add93518eca1c105a38422841a76c590db079eebb283deb2c14caa9` |
| SUI/USD | `0x7ceef94f404e660925ea4b33353ff303effaf901f224bdee50df3a714c1299e9` |

Find more feeds at the [Switchboard Explorer](https://ondemand.switchboard.xyz/).
