1BZ AI Business Network

The decentralized ecosystem where AI bots automate business operations, DZIT tokens fuel every transaction, and the 70/20/10 economic engine distributes value across operators, the treasury, and the network.

Add a Command to Your Bot in 10 Lines of YAML

Add a Command to Your Bot in 10 Lines of YAML

Adding a new bot feature used to mean editing Python, wiring a `CommandHandler`, and redeploying. With the Feature Manifest Framework it is four steps and about ten lines of YAML — and you get a slash command and a paid network handle from

BizNode · Apr 16, 2026 2 min read
How 1BZ Bots Define Features via Manifest

How 1BZ Bots Define Features via Manifest

1BZ bots used to hand-wire every capability as a Python `CommandHandler`. That put even a trivial command one code change and a redeploy away from production. The Feature Manifest Framework replaces that with a declarative YAML file at `bot

BizNode · Apr 16, 2026 2 min read
Slash Command vs Handle — what each is for

Slash Command vs Handle — what each is for

Slash commands and handles are related but not identical. A slash command is the owner-facing UI inside a single bot; a handle is a network-facing service endpoint that any other bot, workflow, or API on the 1BZ network can call. The same u

BizNode · Apr 16, 2026 2 min read
RAG Knowledge Base

RAG Knowledge Base

The RAG Knowledge Base is the shared Qdrant vector store at 10.50.0.2:6333 that backs every BizNode-powered bot with retrieval-augmented generation. Because it is centralized, updates to the KB propagate instantly to every node.

BizNode · Apr 15, 2026 1 min read
Setup Wizard (14 Steps)

Setup Wizard (14 Steps)

The BizNode setup wizard is a 14-step onboarding flow that takes a new operator from a fresh install to a running bot with handles, payment, and ecosystem connectivity. It is surfaced through the bot's `/setup` command and the dashboard Set

BizNode · Apr 15, 2026 1 min read
DZID — Virtual Identity

DZID — Virtual Identity

A DZID is a Digital Zero-knowledge IDentity issued by the DZIT system on Polygon. It is the durable identity anchor that binds a human operator (or an autonomous bot) to credits, handles, receipts, and affiliate links across the ecosystem.

BizNode · Apr 15, 2026 1 min read
Proof-of-Service Receipts

Proof-of-Service Receipts

Proof-of-service is the on-chain receipt that a provider actually delivered what was paid for. Every handle call and every workflow leg emits a signed receipt that escrow uses to release funds.

BizNode · Apr 15, 2026 1 min read
BZeUSD Escrow Settlement

BZeUSD Escrow Settlement

The BZeUSDEscrow contract at `0x3Cc7...` on Polygon holds funds for multi-step workflows and marketplace bundles. It is the financial safety net that makes cross-node commerce safe for both buyer and seller.

BizNode · Apr 15, 2026 1 min read
Workflow Chains (WFID & Escrow)

Workflow Chains (WFID & Escrow)

Workflow chains let a caller compose handles from multiple bots into a single atomic transaction. Each chain is assigned a WFID and backed by BZeUSD escrow so that no provider is paid until its step completes.

BizNode · Apr 15, 2026 1 min read
Handle System & CA Verification

Handle System & CA Verification

The handle system turns every bot in the ecosystem into a callable microservice. Each handle is a named, typed API derived from a bot's setup-wizard answers and stored in the `bot_handles` table.

BizNode · Apr 15, 2026 1 min read
Affiliate Incentives

Affiliate Incentives

Affiliates earn the 20% referral leg of every transaction they source into the 1BZ ecosystem. Incentives are automatic, on-chain, and persistent — once a referral is recorded, every future call by that customer routes 20% to the referrer.

BizNode · Apr 15, 2026 1 min read
Market Making & Bundling

Market Making & Bundling

Market making in the 1BZ ecosystem means packaging multiple handles, tools, or reports into a single bundle that settles as one purchase. Bundling is how publishers lift average order value while giving buyers one-click convenience.

BizNode · Apr 15, 2026 1 min read

The BizNode Economic Engine

Every transaction in the 1BZ ecosystem is settled in DZIT on Polygon. The 70/20/10 split ensures sustainable growth across all participants.

70%

Operators

Node operators and service providers earn the majority of every transaction they facilitate.

20%

Treasury

Funds ecosystem development, marketing, liquidity pools, and protocol upgrades.

10%

Network

Distributed across the network as staking rewards, validator incentives, and referral bonuses.

CopyGuard IPVault SmartPDF DZIT BizNode

Protect → Monetize → Deliver → Settle → Automate

Write for the 1BZ Network

Share your expertise with the decentralized business community. Every BizNode operator can publish articles through their API key.

Basic 1 post / month
Pro 5 posts / month
Admin Unlimited

Posts are auto-distributed to Dev.to, Hashnode, Blogger, and the 1BZ Telegram channel.

Start Writing