@symlabs/plugin-defi
Version:
DeFi operations plugin for ElizaOS - Fixed Jupiter API integration, Solana swaps, MEV protection
22 lines (18 loc) • 706 B
TypeScript
import { Plugin } from '@elizaos/core';
/**
* Anubis DeFi Plugin - Production Ready
* Created by Dexploarer and SYMBaiEX of SYMLABS AI Development Lab
*
* Complete DeFi functionality powered by Solana Agent Kit V2:
* - Jupiter DEX aggregation with MEV protection
* - Helius MEV rebates (50% value recovery)
* - Portfolio analytics and yield optimization
* - Advanced swap execution with natural language processing
* - Comprehensive service architecture for production stability
*/
/**
* Anubis DeFi Plugin - Production Ready
* Complete DeFi functionality with hybrid architecture support
*/
declare const anubisDefiPlugin: Plugin;
export { anubisDefiPlugin, anubisDefiPlugin as default };