Inspiration

Autonomous vehicles—especially in high-risk off-road sectors like mining and military—make hundreds of "life-or-death" decisions every minute. Currently, these decisions are locked in private "black boxes" owned by corporations. If an accident occurs, there is zero transparency. We were inspired to build AutoChain to decentralize this trust—ensuring that every AI decision is immutable, tamper-proof, and auditable by the public, not just the company.

What it does

AutoChain is a decentralized telemetry auditing platform. It captures real-time sensor data and AI decision logic directly from autonomous vehicles and logs a cryptographic proof (hash) onto the Ethereum blockchain.

Immutable Ledger: Every waypoint, speed change, and obstacle detection is logged permanently. Mission Control HUD: A futuristic command center for operators to monitor fleet health and on-chain security status. Trustless Verification: Any third-party auditor can verify the safety proof of a vehicle's decision without needing access to the vehicle's private internal logs.

How we built it

We engineered a full-stack Web3 solution for the autonomous future:

Smart Contracts: Developed in Solidity and deployed on Ethereum Sepolia to manage telemetry logs. The Engine: A Python-based Telemetry Simulator that generates realistic off-road vehicle data (GPS, Speed, Terrain, Decisions). The Interface: A high-fidelity, "Billion-Dollar Startup" level React Dashboard built with Tailwind CSS v4 and Framer Motion, featuring glassmorphism and real-time event tickers. Web3 Uplink: Used Ethers.js for secure wallet connectivity and on-chain event listeners.

Challenges we ran into

Blockchain Latency: Logging every millisecond of data on-chain is impossible. We solved this by implementing a Merkle-Proof Hashing strategy—logging only the critical decision proofs while maintaining high performance. UI Scaling: Displaying complex, real-time telemetry data in a "Premium Web3" aesthetic without overwhelming the user was a design challenge we overcame with a specialized 3-column Command Center layout.

Accomplishments that we're proud of

Achieving a 100% On-Chain Audit Trail that is both gas-efficient and visually stunning. Building a UI that looks like a billion-dollar production dashboard in a 48-hour hackathon timeframe. Successfully bridging the gap between Real-World AI (Autonomous Vehicles) and Decentralized Finance (Web3).

What we learned

We learned how to handle high-velocity data streams in a decentralized environment and the immense value that Verifiable Accountability brings to the future of AI automation.

What's next for AutoChain — Immutable Telemetry for Autonomous Fleets

Multi-Chain Fleet Management: Scaling AutoChain across Layer-2 solutions for even lower gas costs. In-Vehicle Oracle Integration: Building a direct hardware-to-chain wireless oracle. AI Safety DAO: Letting the community vote on safety parameters for autonomous fleets.

Built With

  • ethereum
  • ethers.js
  • framer
  • hardhat
  • metamask-sdk
  • python
  • react
  • sepolia-testnet
  • solidity
  • tailwind-css-v4
  • vite
  • web3.js
Share this project:

Updates