# @elizaos/plugin-holdstation

## Purpose

Holdstation Wallet Plugin for Eliza

## Key Features

- Token swapping on hold.so (Holdstation swap)
- Currently on ZKsync Era, with Berachain coming soon

## Installation

```bash
bun add @elizaos/plugin-holdstation
```

## Configuration

The plugin requires the following environment variables:

```env
HOLDSTATION_PRIVATE_KEY=            # Required: Your wallet's private key
```

## Development

```bash
bun install --no-frozen-lockfile
bun build
bun test
```

## Credits

Special thanks to:

- The Eliza community for their contributions and feedback
