ArweaveRAG Agents

Enables AI agents to retrieve provenance-verified information from permanent knowledge bases stored on Arweave.

  • 0 Raised
  • 43 Views
  • 0 Judges

Tags

  • Soft Hack

Categories

  • Soft Hack: prototype agents and AI dApps
  • BONUS: The Provenance Challenge - powered by Arweave

Gallery

Description

ArweaveRAG

ArweaveRAG enables AI agents to retrieve provenance-verified information from permanent knowledge bases stored on Arweave.

Problem Statement

Current Retrieval-Augmented Generation (RAG) systems suffer from fundamental trust and longevity issues:

  • Traditional RAG systems reference URLs that can go offline

  • No reliable way to verify whether cited sources are authentic

  • Knowledge bases depend on centralized providers

  • AI agents are trained on unreliable or manipulated data

  • No proof exists for what data an agent accessed to generate responses

Solution

A decentralized RAG system that provides:

  • Permanently stored documents on Arweave

  • Vector embeddings with cryptographic source provenance

  • Auditable retrieval receipts

  • Permanent citation links (ar://...)

  • Cross-session agent memory

Technical Stack

ComponentTechnology

Smart ContractAssemblyScript (WASM)
StorageArweave permanent storage
Embeddings384-dimension vectors
IndexOn-chain key–value storage

Amadeus Integration

FeatureUsage

uPoWGenerate document embeddings
WASMKnowledge base registry
State ProofsRetrieval audit trail
Agent MemorySession context persistence
Oracle StreamsDocument ingestion
Swarm CoordinationDistributed search

Key Files

  • docs/CONCEPT_DECK.md — Full concept deck

  • diagrams/architecture.md — Architecture diagrams

  • src/rag_contract.ts — Smart contract

  • src/sdk.ts — Amadeus SDK

Revenue Model

ActionFee (AMA)

Document Upload0.05
RAG Query0.001
KB Subscription10 / month