Awesome AI AgentsFinancial & Trading Systems

swapperfinance/swapper-toolkit

⭐ 849 repository created 2026-03-23

Swapper AI Agent Toolkit packages decentralised finance operations as agent skills so that an assistant can move funds as part of a task instead of handing the user off to a separate application. It is installed with the open skills standard command npx skills add, and the README lists Claude Code, Cursor, Windsurf, OpenClaw, GitHub Copilot, CrewAI and AutoGPT among the hosts that can load it. One skill is shipped today. The swapper-deposit skill handles funding: direct deposits to a wallet address, cross-chain bridge transfers, deposits into lending, staking and liquidity protocols, and a fiat on-ramp accepting card, Apple Pay and Google Pay in a large number of countries. It is described as triggering when the user asks to deposit, fund, top up or bridge assets, when the agent notices a wallet has insufficient funds part way through a task, or when a wallet needs funding before a strategy runs. The supported chains listed are Ethereum, Base, Arbitrum, Optimism, Polygon, Fast, Solana, HyperEVM, BNB Chain and Avalanche. Two further skills are marked as coming soon: swapper-trade for same-chain and cross-chain token swaps with route finding and slippage protection, and swapper-wallet for smart wallet creation with account abstraction, multi-chain setup and balance checks. For application developers there is a separate npm package that opens the same deposit flow as an embeddable modal configured with an integrator id, destination chain, token and wallet address. The stated safety model keeps a human in the loop: every transaction requires explicit confirmation in the browser, fees, slippage and risks are surfaced before confirmation, private keys are never stored or accessed by the toolkit, and nothing is auto-approved. Orchestration and settlement are attributed to Chainlink CRE and CCIP with card processing by Mastercard. MIT licensed.

https://github.com/swapperfinance/swapper-toolkit

deficrypto-paymentsagent-skillscross-chainwalletschainlinkclaude-code

Also in Financial & Trading Systems

TauricResearch/TradingAgents

TradingAgents is an open-source multi-agent financial trading framework leveraging large language models to simulate real-world trading firm dynamics and collaboratively make informed trading decisions.

HKUDS/Vibe-Trading

Vibe-Trading is an AI-powered personal trading agent leveraging LLMs for comprehensive algorithmic trading, backtesting, and multi-agent financial market analysis.

Fincept-Corporation/FinceptTerminal

FinceptTerminal is an advanced C++/Qt6/Python-based desktop application providing comprehensive financial analytics, investment research, and real-time trading capabilities with AI agents and exten...

hummingbot/hummingbot

Hummingbot is an open-source framework for building and deploying high-frequency crypto trading bots on various centralized and decentralized exchanges.

ValueCell-ai/valuecell

ValueCell is a community-driven, multi-agent platform that leverages AI to provide comprehensive financial applications including stock research, automated trading, and market analysis across multiple global markets.

Lumiwealth/lumibot

Python library for building, backtesting and live-trading algorithmic strategies, with a built-in LLM agent runtime whose agents query market, filings and macro data tools and can place broker orders.

pskrunner14/trading-bot

A Stock Trading Bot that uses Deep Q-Learning, a form of Deep Reinforcement Learning, to learn and execute trading strategies based on historical stock market data.

whchien/ai-trader

Config-driven backtesting framework for algorithmic trading built on Backtrader, shipping 20+ strategies, multi-market data fetching and an MCP server that lets AI assistants run backtests.