EI

Edwin is a TypeScript library that serves as the bridge between AI agents and DeFi protocols.

Created 3 months ago

Edwin is a TypeScript library that serves as the bridge between AI agents and DeFi protocols.

development documentation public DeFi AI

What is Edwin is a TypeScript library that serves as the bridge between AI agents and DeFi protocols.?

Edwin is a TypeScript library that serves as the bridge between AI agents and DeFi protocols. It provides a unified, secure interface for AI agents to interact with various DeFi protocols while abstracting away the complexity of blockchain operations and protocol-specific implementations. This enables the creation of sophisticated DeFAI agents.

Documentation

edwin 🦉 - The DeFAI Layer

Edwin Overview

Edwin is a TypeScript library that serves as the bridge between AI agents and DeFi protocols. It provides a unified, secure interface for AI agents to interact with various DeFi protocols while abstracting away the complexity of blockchain operations and protocol-specific implementations. This enables the creation of sophisticated DeFAI agents.

Installation

pnpm install edwin-sdk

Features

  • Lending/Borrowing operations
  • Liquidity provision
  • Cross-chain support
  • Type-safe protocol interactions
  • AI-friendly templates

Quick Start

// Import the required wallet and services
import { EdwinEVMWallet, AaveService } from 'edwin-sdk';

// Configure Edwin wallets and services
const wallet = new EdwinEVMWallet(evmPrivateKey as `0x${string}`);
const aave = new AaveService(wallet);

// Supply tokens to a lending protocol
const result = await aave.supply({
    chain: 'base',
    amount: 0.05,
    asset: 'usdc',
});

Documentation

For detailed documentation, visit docs.edwin.finance

For developers interested in creating plugins, check out our Plugin Integration Guide.

Contributing

Contributions are welcome! Please visit our Contributing Guide for details.

License

GPL

Server Config

{
  "mcpServers": {
    "edwin-is-a-typescript-library-that-serves-as-the-bridge-between-ai-agents-and-defi-protocols.-server": {
      "command": "npx",
      "args": [
        "edwin-is-a-typescript-library-that-serves-as-the-bridge-between-ai-agents-and-defi-protocols."
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Aug 07, 2025
Updated At: Aug 07, 2025
Author: edwin-finance
Category: DeFi
License: GPL
Tags:
development documentation public