IBITI Labs is an infrastructure layer for on-chain autonomy — secure execution, permission control, and agent-safe DeFi.
We build the foundational security + execution primitives that autonomous systems (AI agents, bots, protocols, treasuries) rely on.
IBITI Labs develops modular on-chain infrastructure for:
- Deterministic execution — predictable, policy-bound on-chain actions
- Revocable permissions — permissions that can be limited, timed, and revoked
- Secure treasury interaction — controlled spending and target restrictions
- Agent-safe DeFi automation — autonomy without “blank-check approvals”
- Transparent utility assets — on-chain utility designed to align ecosystem incentives
We don’t build trading bots. We build the permission and execution layer that makes autonomy safe to ship.
This repository is the IBITI Labs umbrella (landing + pointers). Core protocol work lives in dedicated repos.
Live site (GitHub Pages): https://vovan1980.github.io/IBITILabs/
.
├─ index.html # GitHub Pages landing (root)
├─ README.md # This file (umbrella overview)
├─ img/ # Logos / images used in README + landing
├─ docs/
└─ .github/ # Issue templates, security policy, etc.
If you want to preview the landing locally:
# simplest: static server
python -m http.server 8080
# open http://localhost:8080(Any static server works: npx serve, VSCode Live Server, etc.)
IBITI Labs
│
┌───────────────┼───────────────┐
│ │
IBITI EPK IBITIcoin
Permission Layer Network Asset
│ │
└────────── Autonomous Applications ──────────┘
│
AI Agents
DeFi Automation
On-chain Execution
EPK is a permission & execution-control layer for smart accounts and autonomous agents.
It replaces unlimited approvals with deterministic policies:
- Granular spend limits (per-tx and rolling windows)
- Target allowlists / selectors (call only what you permit)
- Time-bounded permissions (TTL-based access)
- Instant revocation (panic switch / kill permissions)
Designed for institutional-grade safety and practical integration.
Repo: https://github.com/VOVAN1980/ibiti-epk-core DoraHacks BUILDL: https://dorahacks.io/buidl/39567/
EPK is the security substrate. On top of it we build (and enable others to build) agent-driven products such as:
- AI trading agents (policy-bound execution)
- Automated treasury logic (controlled spending)
- Autonomous DeFi interaction (approved targets only)
- Agent-driven gaming systems (rules enforced on-chain)
All applications operate under deterministic permission policies — autonomy without losing control.
IBITIcoin (IBITI) is the native utility asset supporting ecosystem coordination and liquidity alignment.
- BNB Smart Chain (BEP-20)
- Fixed supply
- Transparent on-chain mechanics
- Designed for ecosystem utility integration
Website: https://www.ibiticoin.com
Autonomous execution is becoming the default.
But today’s on-chain automation still relies on fragile patterns:
- Infinite token approvals
- Uncontrolled agent execution
- Irreversible permission models
IBITI Labs introduces a permission-first execution architecture where autonomous systems can operate safely — with enforceable limits, revocation, and transparent rules.
- 🌐 IBITI Labs (umbrella): https://vovan1980.github.io/IBITILabs/
- 🧠 EPK v1 (docs/landing): https://vovan1980.github.io/ibiti-epk-core/
- 💱 IBITIcoin: https://www.ibiticoin.com
- Solidity
- Foundry
- BNB Smart Chain
- Smart account architecture
- EIP-712 signing
- Modular validator design
- IBITIcoin — live on BNB Chain
- EPK — validated on testnet
- Security architecture — open source
- Pilot integrations — in progress
Enable autonomous systems to operate on-chain safely.
IBITI Labs aims to become a foundational security & execution layer for agent-driven economies.
We’re moving toward pilot integrations and infrastructure partnerships.
Technical discussions and collaboration proposals are welcome.
- Email: info@ibiticoin.com
- X (Twitter): https://x.com/ibiticoin
- Telegram: https://t.me/IBITIcoin_chat
Open-source components are released under their respective repository licenses.
If you want this umbrella repo to look like a “top” infra project, add these files:
LICENSE(MIT or Apache-2.0)SECURITY.md(security contact + disclosure process)CONTRIBUTING.md(how to propose changes)CODE_OF_CONDUCT.md(standard community rules).github/ISSUE_TEMPLATE/(bug + feature templates).github/pull_request_template.mdassets/(logo/OG images used by README + landing)
I can generate the full contents for each file below so you can paste them into the repo as-is.