Create your own agentic index funds inside Polymarket
Agentic dependency analysis that reveals correlations between prediction markets. Analyze, decide, optimize—systematically.
pindexvid.mov
| Feature | Description |
|---|---|
| Dependency Discovery | AI finds related markets that impact your positions |
| Chain Visualization | Interactive D3 graphs show market relationships |
| Decision Support | Accept or reject dependencies with impact analysis |
| Portfolio Summary | View all positions with allocation breakdown |
| Floating Overlay | Non-intrusive UI that lives on Polymarket pages |
- Node.js 18+
- Chrome browser (for extension)
- OpenAI API key
- Cloudflare account (for server deployment)
cd extension
npm install.env Configuration:
VITE_API_ENDPOINT=http://localhost:8787Run:
npm run dev # Development
npm run build # Production buildLoad from extension/.output/chrome-mv3 in Chrome developer mode.
cd server
npm install
npm run build:packages.dev.vars Configuration:
OPENAI_API_KEY=sk-your-openai-api-keyRun:
npm run dev # Local (localhost:8787)
npm run deploy # Deploy to Cloudflarecd landing
npm install
npm run dev- Install Extension - Load unpacked from
.output/chrome-mv3 - Visit Polymarket - Navigate to any event page
- Click Extension Icon - Opens the Pindex overlay
- Start Analysis - Click "Start Pindex" to find dependencies
- Review Dependencies - Accept or reject related markets
- View Graph - Visualize your dependency chain
- Check Summary - Review portfolio allocation
| Component | Technologies |
|---|---|
| Extension | React, WXT, D3.js, Framer Motion |
| Server | Hono, Cloudflare Workers, OpenAI |
| Landing | Next.js, Tailwind CSS |
