# Introduction

ZO SDK is a TypeScript SDK for interacting with multiple LP tokens on Sui Network: **ZLP** (ZO Liquidity Provider), **SLP** (Sudo Liquidity Provider), and **USDZ** (USD Stablecoin).

### Installation

```bash
npm install @zofai/zo-sdk
# or
yarn add @zofai/zo-sdk
# or
pnpm add @zofai/zo-sdk
```

For the full guide, see Getting Started.
