> ## Documentation Index
> Fetch the complete documentation index at: https://docs.positions.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install the Positions Finance SDK

The SDK relies on `viem` for Ethereum interactions.

```bash theme={null}
npm install @positions/sdk viem
# or
yarn add @positions/sdk viem
# or
pnpm add @positions/sdk viem
# or
bun add @positions/sdk viem
```
