Skip to content

Latest commit

Β 

History

History
65 lines (41 loc) Β· 2.43 KB

File metadata and controls

65 lines (41 loc) Β· 2.43 KB

Agex

Description

πŸ” AgEx: The Agentic Blockchain Explorer

πŸš€ What is AgEx?

AgEx is an AI-powered agentic blockchain explorer designed to simplify on-chain data analysis. Using a modular agent-based architecture, AgEx enables users to retrieve, interpret, and analyze blockchain transactions, addresses, and smart contracts effortlessly.

πŸ’‘ Key Features

πŸ§‘β€πŸ« Blockchain Educator

  • Ask blockchain-related questions and get instant, knowledge-backed responses.
  • Example: "What is the Sonic fee model?"

πŸ” Address Analysis

  • Fetch token balances, check first activity, and verify contract status.
  • Example: "Show me the token balances for address 0x123..."

πŸ”Ž Smart Contract Auditing

  • Analyze smart contract code for vulnerabilities and security risks.
  • Example: "Audit the security of contract 0x456..."

πŸ“Š Transaction Analysis

  • Decode complex transactions into human-readable insights.
  • Example: "Explain transaction 0x789..."

πŸ—οΈ Technical Highlights

  • Agent-Based Architecture: Built on LangChain for flexible orchestration.
  • Vector Indexing: Uses FAISS for efficient retrieval of blockchain knowledge.
  • Session Management: Leverages Redis for seamless chat history and user interactions.
  • Real-Time Blockchain Data: Fetches live data via RPC and API integrations.
  • Extensibility: Supports easy integration of new agents and features.

πŸ”œ Roadmap & Future Plans

  • βœ… Cross-Chain Support – Expand beyond Ethereum to support multiple blockchains.
  • βœ… DeFi Analytics – Integration with DeFi protocols for financial insights.
  • βœ… Enhanced Visualization – Graph-based analysis of blockchain relationships.
  • βœ… SonicScan Integration – Directly integrating with SonicScan for wallet connect error insights.

AgEx is redefining blockchain exploration by making it intelligent, accessible, and user-friendly.

πŸš€ Join us in building the future of blockchain intelligence!

Run project

   docker compose up [--build]

Optional tools

Install Rest Client extension to be able to send requests in the requests.http file.