Skip to content

Instantly share code, notes, and snippets.

View Aboudjem's full-sized avatar

Adam Boudj Aboudjem

View GitHub Profile
@Aboudjem
Aboudjem / 04-agent-arena.md
Last active March 30, 2026 08:07
Integra Testnet PRD-04: Agent Arena

Agent Arena

Owner: Kalki + Nawar | Ship: Week 1-3 | Est: 3-4 days | Chain: integra-testnet-1 (EVM 26218) URL: agents.integralayer.com

Overview

Agent Arena is the AI agent marketplace and deployment platform for the Integra ecosystem. Users browse a catalog of pre-built AI agents, deploy them to their smart wallet with one click, and let them autonomously interact with the ecosystem -- minting passports, wrapping assets, trading on the GOB, and managing portfolios. It is both a showcase of Integra's AI-first thesis and a functional tool that makes every other app in the ecosystem more powerful.

Features

@Aboudjem
Aboudjem / 05-xp-system.md
Created March 27, 2026 18:27
Integra Testnet PRD-05: XP System

PRD: XP System

Owner: Milind Bansia (design) + Kalki (implementation) Priority: P0 — Infrastructure, cross-cutting concern Sprint: Week 1-2 (Mar 30 - Apr 13) Status: Draft


Problem

@Aboudjem
Aboudjem / 06-smart-wallet.md
Created March 27, 2026 18:27
Integra Testnet PRD-06: Smart Wallet

PRD: Smart Wallet

Owner: Nawar (contract + integration) Priority: P0 — Infrastructure, enables agent-managed operations Sprint: Week 1 (Mar 30 - Apr 6) Status: Draft


Problem

@Aboudjem
Aboudjem / 07-lending-app.md
Last active March 30, 2026 08:07
Integra Testnet PRD-07: Lending App

Lending App

Owner: Piyush (demo) + Nawar (deployment) | Ship: Week 2 | Est: 1-2 days | Chain: integra-testnet-1 (EVM 26218) URL: lending.integralayer.com

Overview

The Lending App unlocks liquidity for IRWA token holders without requiring them to sell. Users deposit wrapped IRWA tokens as collateral and borrow IRL against them, with loan-to-value ratios calibrated per asset type. Piyush has a complete working demo ready for deployment, so the primary effort is integrating with the testnet ecosystem. This is app #10 in the master plan and demonstrates critical DeFi utility beyond trading.

Features

@Aboudjem
Aboudjem / 08-wrapper-simulator.md
Last active March 30, 2026 08:07
Integra Testnet PRD-08: Wrapper Simulator

Tokenization Playground

Owner: Nawar + Kalki | Ship: Week 2-3 | Est: 1-2 days | Chain: integra-testnet-1 (EVM 26218) URL: playground.integralayer.com

Overview

The Tokenization Playground is Integra's signature viral demo -- an interactive experience that walks anyone through the full tokenization lifecycle in under 3 minutes. Users visually select a blockchain, choose a token standard, tokenize an asset, watch the AI wrapping process, simulate compliance checks, and see fiat/crypto settlement in action. Unlike the real Wrapper, the Playground is designed for education and virality: it actually mints a real token on testnet, generates a shareable result link with OG tags, and is polished enough for investor demos.

Features

@Aboudjem
Aboudjem / 09-marketing-automation.md
Created March 27, 2026 18:27
Integra Testnet PRD-09: Marketing Automation Dashboard

PRD: Marketing Automation Dashboard

Owner: Shreya Berry Priority: P1 — March 27 addition, operational efficiency Sprint: Week 2-3 (Apr 6 - Apr 15) — 3-5 day build Status: Draft


Problem

@Aboudjem
Aboudjem / 10-app-domain-router.md
Created March 27, 2026 18:27
Integra Testnet PRD-10: App Domain Router

PRD: App Domain Router

Owner: Adam Boudjemaa Priority: P1 — March 27 addition, infrastructure Sprint: Week 1 (Mar 30 - Apr 6) — 1-2 day build Status: Draft


Problem

@Aboudjem
Aboudjem / index.html
Last active March 29, 2026 22:28
Integra Testnet PRDs — Product Requirements Dashboard (all 10 products)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Integra Testnet PRDs — Product Requirements Dashboard</title>
<style>
:root {
--brand: #6C5CE7;
--brand-light: #A29BFE;
@Aboudjem
Aboudjem / 01-asset-passport.html
Last active March 30, 2026 08:06
PRD-01: Asset Passport — Full Implementation Spec
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0"><title>PRD: Asset Passport</title><style>*{margin:0;padding:0;box-sizing:border-box}body{background:#0A0A1A;color:#E8E8F0;font-family:'Inter',system-ui,sans-serif;line-height:1.7}a{color:#00CEC9;text-decoration:none}a:hover{text-decoration:underline}.hero{padding:48px 32px 36px;border-bottom:1px solid #2A2A4A;background:linear-gradient(135deg,#0A0A1A 0%,#1A1040 50%,#0A0A1A 100%)}.hero h1{font-size:2rem;font-weight:800;color:#fff;margin-bottom:8px}.hero .meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.badge{display:inline-block;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:700}.badge-owner{background:rgba(108,92,231,0.15);color:#A29BFE;border:1px solid rgba(108,92,231,0.3)}.badge-week{background:rgba(0,206,201,0.15);color:#00CEC9;border:1px solid rgba(0,206,201,0.3)}.badge-est{background:rgba(0,184,148,0.15);color:#00B894;border:1px solid rgba(0,184,148,0
@Aboudjem
Aboudjem / 02-wrapper.html
Last active March 30, 2026 08:06
PRD-02: Wrapper (IRWA Token) — Full Implementation Spec
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0"><title>PRD: Wrapper</title><style>*{margin:0;padding:0;box-sizing:border-box}body{background:#0A0A1A;color:#E8E8F0;font-family:'Inter',system-ui,sans-serif;line-height:1.7}a{color:#00CEC9;text-decoration:none}a:hover{text-decoration:underline}.hero{padding:48px 32px 36px;border-bottom:1px solid #2A2A4A;background:linear-gradient(135deg,#0A0A1A 0%,#1A1040 50%,#0A0A1A 100%)}.hero h1{font-size:2rem;font-weight:800;color:#fff;margin-bottom:8px}.hero .meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.badge{display:inline-block;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:700}.badge-owner{background:rgba(108,92,231,0.15);color:#A29BFE;border:1px solid rgba(108,92,231,0.3)}.badge-week{background:rgba(0,206,201,0.15);color:#00CEC9;border:1px solid rgba(0,206,201,0.3)}.badge-est{background:rgba(0,184,148,0.15);color:#00B894;border:1px solid rgba(0,184,148,0.3)}.co