Introduction
#introduction
AX is a browser extension and platform designed to bridge the gap between Social Media (Web2) and the Cardano Blockchain (Web3). By overlaying rich, real-time data onto the user interface of X (formerly Twitter), we empower users to make informed decisions and verify identities seamlessly.
How it Works
The extension functions as a content script that scans your active tab for specific patterns (like $ADA cashtags or recognizable user handles). When a match is found, it queries our indexer API to fetch the latest on-chain data and injects a non-intrusive UI component directly into the DOM.
// Example Pattern Matching
const handleRegex = /@([a-zA-Z0-9_]+)/g;
const profileRegex = /profile/([a-zA-Z0-9_]+)/g;
Last updated: 3/1/2026