Alef Markets
Documentation Portal
UAE tokenized agricultural securities exchange. Joint venture between AAAID and Equiti. 42 AAAID companies as Phase 0 sponsor listings ($685M in securities tokens).
4
Microservices
Go + Next.js
175+
API Endpoints
REST + WebSocket
52
DB Tables
PostgreSQL
ERC-3643
Smart Contracts
Polygon
760K
Matching Engine
orders/sec
82
Screenshots
4 portals
Architecture
4 microservices, ERC-3643 on Polygon, off-chain CLOB matching engine
API Reference
175+ endpoints across 3 services with curl examples and response schemas (UUID v7 IDs)
Database Schema
52 tables with full column definitions, constraints, indexes, and relationships
Product Guide
82 annotated screenshots across 4 portals — Admin, Issuer, Investor, Staff
Quick Start
Get the platform running locally in under 5 minutes with alef.sh
Platform Architecture
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ Next.js │ │ Next.js │ │ Docs │
│ Web App │ │ Web App │ │ Portal │
│ :3000 │ │ :3000 │ │ :3001 │
└──────┬───────┘ └──────┬───────┘ └──────────────┘
│ REST/WS │
├────────────────────┤
│ │
┌──────▼───────┐ ┌──────▼───────┐ ┌──────────────┐
│ platform-api │ │trading-server│ │blockchain-svc│
│ Go/Fiber │ │ Go/Fiber │ │ Go/Fiber │
│ :8081 │ │ :8080 │ │ :8082 │
│ │ │ │ │ │
│ Auth, KYC │ │ CLOB Match │ │ ERC-3643 │
│ Business │ │ Settlement │ │ Deploy/Mint │
│ Tokens │ │ WebSocket │ │ Transfer │
│ Wallet │ │ Price OHLC │ │ Event Index │
│ Admin/PDPL │ │ Circuit Brkr │ │ │
└──────┬───────┘ └──────┬───────┘ └──────┬───────┘
│ │ │
▼ ▼ ▼
┌──────────────────────────────┐ ┌──────────────┐
│ PostgreSQL │ │ Polygon │
│ 52 tables │ │ (Hardhat) │
│ :5432 │ │ :8545 │
└──────────────────────────────┘ └──────────────┘