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

# Berancer SDK

> BEX SDK introduction, installation, and usage.

The Berancer SDK is a Typescript library for interfacing with the BEX protocol. This includes common contract interactions such as add/remove liquidity and swaps. The SDK is adapted from the [Balancer SDK](https://github.com/balancer/balancer-sdk).

[![npm version](https://img.shields.io/npm/v/@berachain-foundation/berancer-sdk/latest.svg)](https://www.npmjs.com/package/@berachain-foundation/berancer-sdk/v/latest)

## Installation

Install the package with

<CodeGroup>
  ```bash pnpm theme={null}
  pnpm add @berachain-foundation/berancer-sdk
  ```

  ```bash yarn theme={null}
  yarn add @berachain-foundation/berancer-sdk
  ```

  ```bash npm theme={null}
  npm install @berachain-foundation/berancer-sdk
  ```
</CodeGroup>
