https://github.com/bh2smith/wraptor-agent
Bitte Open Agent for wrapping and unwrapping native assets on chainId
https://github.com/bh2smith/wraptor-agent
Last synced: 11 months ago
JSON representation
Bitte Open Agent for wrapping and unwrapping native assets on chainId
- Host: GitHub
- URL: https://github.com/bh2smith/wraptor-agent
- Owner: bh2smith
- Created: 2025-01-21T16:08:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-02T07:57:19.000Z (11 months ago)
- Last Synced: 2025-09-02T09:31:32.186Z (11 months ago)
- Language: TypeScript
- Homepage: https://wraptor-agent.vercel.app
- Size: 2.11 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bitte - Bitte Open WETH9 Agent
README
# Bitte Open WETH9 Agent
A Next.js project that provides an AI assistant for wrapping and unwrapping WETH9 through a plugin interface.
## Getting Started
Run the development server:
```bash
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to access the API.
## Features
This agent provides an OpenAPI interface for managing Safe accounts with the following endpoints:
### Wrap
`GET /api/tools/weth/wrap`
### Unwrap
`GET /api/tools/weth/unwrap`
### Response Format
All successful transactions return a standard format:
```typescript
{
transaction: {
method: "eth_sendTransaction",
chainId: number,
params: [{
to: string,
data: string,
value: string
}]
},
meta: {
description: string // Description of the transaction
}
}
```
## AI Assistant Integration
The agent includes an AI assistant configured to:
- Build WETH9 deposit & withdrawal transactions
## Learn More
- [Bitte Documentation](https://docs.bitte.ai)
- [Bitte App Interface](https://wallet.bitte.ai)