Skip to content
View Aboudjem's full-sized avatar

Block or report Aboudjem

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aboudjem/README.md

Adam Boudjemaa

Typing SVG


Contracts TVL Transactions Standards


LinkedIn X Integra Blog Medium


I run engineering at Integra, where I took an RWA Layer-1 from an empty repo to a live mainnet with 4 validators, a block explorer, and a token portal. Before that I led smart accounts at Biconomy (38M txns, $441M volume) and co-authored 3 Ethereum standards that are now used across DeFi and security token platforms.

I also spend a lot of time building AI agents -- prediction market bots, multi-agent code review pipelines, MCP servers, and a growing collection of Claude Code plugins that handle everything from PR triage to content generation.


Ethereum standards

ERC-6960

Dual Layer Token
Author
ERC-3643

T-REX Standard
Co-Author
ERC-7410

Decreasing Allowance
Co-Author

AI & agents

Multi-Agent

Orchestration
Agents with different roles working together, learning from outcomes
MCP

MCP Servers
Connecting LLMs to external tools, APIs, and chain data
Plugins

10+ Plugins
Claude Code skills, agents, hooks, MCP tools
Agentic

AI-first eng
Agents that review PRs, run tests, deploy, and report back
Agent projects
Project What it does
Polymarket Agent Prediction market intelligence -- 3-tier analysis, knowledge lake, Kelly-criterion sizing
CTO OS Engineering ops -- intake triage, 5-agent PR review, daily/weekly reports, incident mgmt
Game Forge Natural language to playable browser game -- 6 specialized agents
Deep Research Research funnel -- query expansion, multi-source scouting, skeptic validation
VoiceForge 10-dimension voice profiling, turns AI text into human-sounding content
LinkedIn Mastery 24 MCP tools, 14 agents, 6-axis scoring, A/B experiments

Open source

RepositoryContributionStatus
OpenZeppelin/contractsNatSpec fix in ERC20FlashMintMerged
foundry-rs/foundryRemove redundant tx lookup in AnvilMerged
google-gemini/gemini-cliFix inline data displayMerged
cosmos/evmFix nil pointer deref in RPCOpen
smartcontractkit/chainlinkPrevent silent overflow on GasAllocatedOpen
modelcontextprotocol/typescript-sdkHandle 404/406 for SSE streamsOpen
wevm/oxFix yParity type mismatch in Secp256k1Open
Vectorized/soladyFix NatSpec in ERC1155/ERC6909Open
microsoft/autogenAdd Mistral model supportOpen
agno-agi/agnoStrip think tags from streamingOpen
cosmos/cosmjsMultisig pubkey decode coverageOpen
+ 46 audit findings on cosmos/evm (overflows, OOM vectors, spec compliance)

Tech stack

Blockchain

Solidity  Ethereum Cosmos Foundry OpenZeppelin Chainlink

AI & Agents

Claude MCP OpenAI LangChain

Languages

Languages

Infrastructure

Infrastructure


How it all fits together

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#1e293b', 'primaryTextColor': '#e2e8f0', 'primaryBorderColor': '#7dd3fc', 'lineColor': '#475569', 'secondaryColor': '#1e293b', 'tertiaryColor': '#1e293b', 'fontFamily': 'system-ui, sans-serif'}}}%%
graph LR
    subgraph Web3["Web3"]
        W1[Layer-1 Architecture]
        W2[Smart Contracts]
        W3[DeFi / RWA]
        W4[Cosmos SDK]
    end

    subgraph AI["AI"]
        A1[Multi-Agent Systems]
        A2[MCP Servers]
        A3[Self-Learning Loops]
        A4[Agentic Coding]
    end

    Web3 --> C{Web3 x AI}
    AI --> C

    C --> D1[On-chain Agents]
    C --> D2[Prediction Markets]
    C --> D3[Auto Auditing]
    C --> D4[AI-First Eng]

    style Web3 fill:#1e293b,stroke:#7dd3fc,stroke-width:2px,color:#7dd3fc
    style AI fill:#1e293b,stroke:#a78bfa,stroke-width:2px,color:#a78bfa
    style C fill:#1e293b,stroke:#f0abfc,stroke-width:2px,color:#f0abfc
Loading

Career

Role Company What I did
2025 CTO Integra Built an RWA Layer-1 from scratch. Mainnet live, 4 validators, explorer, portal
2024 Co-Founder Solichain Web3 + AI consultancy. Regulatory sandboxes, dev relations
2023 Tech Lead Biconomy Ran the Nexus smart accounts team. 38M txns, $441M volume, $5.6M saved
2021 Lead Engineer Polytrade Wrote ERC-6960. $12M+ TVL, RWA marketplace
2020 Head of Blockchain Retreeb CeDeFi/HyFi. $20M TVL staking
2020 Engineer Fantom Core protocol, DeFi, NFTs on Opera
2019 Developer Tokeny Co-wrote ERC-3643. 300+ contracts
2017 Security Eng ArcelorMittal Vuln assessments, incident response
2014 Co-Founder Digital Blockchain Tech Raised 150K+ angel. TV5MONDE
Education & awards
42 Computer Software Engineering, Paris
Hacker Noon Contributor of the Year -- Internet
Hacker Noon Contributor of the Year -- Decentralization

GitHub

GitHub stats Streak



Activity



Snake animation

Web3 x AI -- let's build.


Email LinkedIn Medium X



Visitors

Pinned Loading

  1. ERC-6960 ERC-6960 Public

    ERC-6960 - DLT standard (Dual Layer Token) for RWA

    Solidity 10

  2. ERC-3643 ERC-3643 Public

    ERC-3643 - Raptor Version is a simple, educational look at the T-REX standard. Using Solidity and Web3, this project demystifies tokenized securities. Remember, Raptor is for learning, not producti…

    TypeScript 36 18

  3. Yul-ERC1155-assembly Yul-ERC1155-assembly Public

    ERC-1155 token implementation in Yul Assembly

    Solidity 4 1

  4. Yul-ERC20-assembly Yul-ERC20-assembly Public

    A highly efficient ERC20 token implementation in Yul Assembly for Solidity smart contracts.

    Solidity 10

  5. onchain-id/solidity onchain-id/solidity Public

    Smart Contracts for secure Blockchain Identities, implementation of the ERC734 and ERC735 proposal standards.

    TypeScript 191 70

  6. solidity-style-guide solidity-style-guide Public

    A comprehensive Solidity Style Guide to ensure consistent, readable, and maintainable smart contracts. Features include coding conventions, best practices for gas optimization and security, standar…

    31 20