# @elizaos/plugin-holdstation

Holdstation Wallet Plugin for Eliza

## Features

This plugin provides functionality (now on ZKsync Era, and Berachain coming soon) to:

- Token swapping on hold.so (Holdstation swap)

## Configuration

The plugin requires the following environment variables:

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

## Installation

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

## Development

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

### Building

```bash
bun build
```

### Testing

```bash
bun test
```

## Credits

Special thanks to:

- The Eliza community for their contributions and feedback

## License

This plugin is part of the Eliza project. See the main project repository for license information.
