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

# 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.
