Architecture, specialist capabilities and integration examples start here.
Start building
Introducing HZB Network
Professional intelligence and a global builder network
Overview
HZB Network connects application demand with professional delivery through Web3 models, developer tools, HIVM controlled execution and a global builder network.
The product layer includes Web3 LLM, Data Mesh, APIs/SDKs, contract assistance and enterprise knowledge. The network layer includes TaskSpec, Proof of Build, Builder Graph and Venture Cell.
Products and protocols progress through research, prototype validation, pilots and release. Capability pages describe their development scope.
From starting a local server to your first example receipt
01 · Prerequisites & scope
Use Node.js 20+ and two terminal windows. The example listens on 127.0.0.1 and returns fixed data. It performs no model inference, contract analysis or transactions. Do not submit sensitive data.
02 · Save the example files
Save the server and one client in the same local directory. No npm packages are required; the Python example uses the standard library.
demo=true and execution_performed=false identify the demo boundary. fixture_complete means a fixed response was returned, not that inference, an audit or an external task completed.
This reference architecture organizes HZB product responsibilities; it is not a deployed production topology. Models generate candidates while separate components handle authorization, tool execution and reconciliation.
The demo implements input validation, a read-only policy gate and a fixed receipt. Real models, retrieval, tool execution, durable queues and production authentication are out of scope.
Planned applications
Web3 LLM
Specialist Q&A, retrieval and code explanation grounded in protocols, contracts and on-chain knowledge.
Application overview
Evidence-led Q&A for protocol researchers, DApp teams and communities. HZB Web3 LLM is designed to bind answers to networks, contract versions and observation times so conclusions can be reviewed.
Features & capabilities
Feature
Proposed behavior
Protocol and code understanding
Read protocol documents, governance proposals, ABIs and authorized source code together to explain mechanisms and call conditions.
Time and source context
Attach chain IDs, blocks or snapshot times to citations; expose conflicting sources and abstain when evidence is insufficient.
Structured deliverables
Package summaries, evidence, assumptions and open questions for other applications or TaskSpecs.
Technical value & HZB differentiation
Data Mesh supplies permission-scoped context, specialist models propose explanations, and separate checks inspect citations. The proposed differentiator is delivery of the state supporting an answer, with HZB-Bench evaluating attribution, freshness and appropriate abstention.
Architecture & data flow
01Question & scope
02Data Mesh retrieval
03Model routing
04Citation checks
05Evidence-led answer
06Feedback & evaluation
Boundary
Data contract
Input
Question, chain_id, protocol version, allowed sources and observation block.
Output
Answer, source locations, observation time and unresolved items; no automatic transaction creation or signing.
Integration design example
This JSON is a conceptual task contract for discussing fields and permissions. It is neither a live endpoint schema nor a request accepted by the local demo server. Use the linked local quickstart for runnable code.
Conceptual task contract · not callable
{
"application": "web3-llm",
"question": "Explain the upgrade permissions of the supplied contract.",
"context": {
"chain_id": 1,
"block_ref": "<observed-block>",
"source_ids": [
"<authorized-document>"
]
},
"output": [
"answer",
"citations",
"unresolved_items"
]
}
Technical roadmap
Progress is organized around prototyping, validation and integration, with advancement determined by acceptance results. These phases are not completed milestones or fixed launch dates.
Phase
Development focus
Validation
Knowledge prototype
Build an authorized corpus and cited Q&A.
Check that sampled citations resolve to the source.
Context pilot
Add block snapshots, version filters and conflict handling.
Test stale data, same-name cross-chain assets and insufficient evidence.
Application integration
Refine APIs, evaluation sets and feedback loops.
Measure attribution quality, response cost and failure causes per task.
Application-category reference; HZB architecture and roadmap follow this proposed design: ChainGPT official products
Planned applications
Smart Contract Auditor
Surface potential access-control, reentrancy and logic issues in Solidity, with findings for professional review.
Application overview
An assisted review workbench for Solidity developers and security teams. It is designed to combine automated checks, model explanations and review evidence into a single findings queue, supporting rather than replacing professional audits.
Features & capabilities
Feature
Proposed behavior
Layered risk checks
Inspect access control, reentrancy, external calls, input validation and upgrade permissions within explicit dependency and compiler boundaries.
Reviewable findings
Record file locations, preconditions, impact, evidence and remediation, including false positives and reviewer decisions.
Remediation regression
Link fixes to commits and regression tests; track unresolved findings instead of relying on a single safety score.
Technical value & HZB differentiation
HZB-Solidity and HZB-Risk are intended to combine located rule findings, semantic explanations and reproduction checks. HIVM would constrain tool permissions while receipts bind source hashes, compiler versions and check configurations for repeatable review.
Architecture & data flow
01Source & scope
02Parse & rule checks
03Model-assisted analysis
04Isolated validation
05Human triage
06Report & regression
Boundary
Data contract
Input
Source, dependency lockfiles, compiler settings, threat model and exclusions.
Output
Findings, source locations, evidence, remediation and unverified items; no guarantee of vulnerability-free code.
Integration design example
This JSON is a conceptual task contract for discussing fields and permissions. It is neither a live endpoint schema nor a request accepted by the local demo server. Use the linked local quickstart for runnable code.
Progress is organized around prototyping, validation and integration, with advancement determined by acceptance results. These phases are not completed milestones or fixed launch dates.
Phase
Development focus
Validation
Offline prototype
Implement source import, rule checks and findings format.
Measure misses and false positives on known-vulnerability fixtures.
Reviewer pilot
Add dependency parsing, isolated tests and reviewer triage.
Check reproducibility and source-location accuracy.
Development integration
Explore CI triggers, diff reviews and remediation regression.
Replay checks using identical commits and configuration.
Application-category reference; HZB architecture and roadmap follow this proposed design: ChainGPT official products
Planned applications
Smart Contract Generator
Turn natural-language requirements into contract drafts, interfaces and test ideas. Testing and human review remain essential.
Application overview
Turn natural-language requirements into inspectable specifications, candidate contracts and test plans. Designed for DApp prototypes, permission modules and standardized interfaces, with constraints confirmed before generation.
Features & capabilities
Feature
Proposed behavior
Requirements clarification
Clarify roles, permissions, asset flows, pause controls and upgrade policy; ask for missing critical requirements.
Code with tests
Produce interfaces, candidate implementations, events, unit-test ideas and deployment checklists.
Separate generation from deployment
Keep version pinning, compilation and audit as separate gates; signing remains with an authorized user.
Technical value & HZB differentiation
HZB proposes using TaskSpec to align code, tests and review with the same acceptance criteria. HIVM GENERATE would not grant EXECUTE permission. Combined with the auditor, this supports development artifacts with validation records rather than unreviewed generated text.
Architecture & data flow
01Clarify intent
02TaskSpec
03Templates & generation
04Compile & test
05Independent review
06Authorized deployment
Boundary
Data contract
Input
Contract objectives, role matrix, interface constraints, dependency versions and acceptance tests.
Output
Specification, candidate source, interfaces and test plan; no transaction broadcast by default.
Integration design example
This JSON is a conceptual task contract for discussing fields and permissions. It is neither a live endpoint schema nor a request accepted by the local demo server. Use the linked local quickstart for runnable code.
Progress is organized around prototyping, validation and integration, with advancement determined by acceptance results. These phases are not completed milestones or fixed launch dates.
Phase
Development focus
Validation
Specs & templates
Build common interface and permission templates.
Check requirement completeness and role conflicts.
Compile-test loop
Link generated versions, compiler logs and isolated tests.
Verify coverage of critical invariants and failure paths.
Workbench integration
Integrate the auditor and human release workflow.
Verify that deployment cannot proceed without authorization.
Application-category reference; HZB architecture and roadmap follow this proposed design: ChainGPT official products
Planned applications
AI NFT Generator
Explore prompt-led collectible artwork and metadata, connecting the HZB character with community creativity.
Application overview
A planned creative workbench for the HZB green character and community ideas, spanning briefs, collectible artwork, traits and metadata. Creation, moderation and on-chain minting are separate stages so creators can review before publishing.
Features & capabilities
Feature
Proposed behavior
Brand consistency
Use authorized character references, style constraints and trait templates, with human selection of artwork.
Assets and metadata
Organize names, descriptions, traits, asset hashes and licensing notes; validate metadata fields and links.
Pre-publication review
Preview collectibles and review rights and sensitive content; separately confirm network, recipient and minting fees.
Technical value & HZB differentiation
The HZB design connects brand creation to traceable delivery through input permissions, model versions, asset hashes and review records. HHA can supply campaign briefs and builders can submit work for task-based PoB review. Owning an NFT would not automatically grant IP or commercial rights.
Architecture & data flow
01Brief & rights
02Image candidates
03Selection & review
04Traits & metadata
05Publication preview
06Separate mint approval
Boundary
Data contract
Input
Prompts, authorized references, collection style, trait rules and usage rights.
Output
Candidate images, draft metadata and rights/review records; minting is a separate subsequent workflow.
Integration design example
This JSON is a conceptual task contract for discussing fields and permissions. It is neither a live endpoint schema nor a request accepted by the local demo server. Use the linked local quickstart for runnable code.
Progress is organized around prototyping, validation and integration, with advancement determined by acceptance results. These phases are not completed milestones or fixed launch dates.
Phase
Development focus
Validation
Creative prototype
Validate authorized IP references and style consistency.
Review brand consistency and asset rights.
Community creation pilot
Add trait rules, batch management and review records.
Check duplicate detection and metadata completeness.
Publishing integration
Evaluate storage adapters and a separate minting workflow.
Test link persistence, fee disclosure and authorization gates.
Application-category reference; HZB architecture and roadmap follow this proposed design: ChainGPT official products
Planned applications
On-chain Analytics
Connect transactions, addresses and protocol events to explore fund flows and unusual activity.
Application overview
Read-only on-chain analysis for protocol operations, research and risk investigation. Interpret addresses, transactions, events and asset flows within an explicit time window, separating observed facts, heuristic labels and leads requiring further verification.
Features & capabilities
Feature
Proposed behavior
Transaction-event context
Decode inputs, logs and contract interactions to explain flows and event relationships.
Reproducible snapshots
Record chain, block range, confirmation state and index time, accounting for lag and reorganizations.
Qualified risk signals
Qualify unusual patterns with evidence and confidence conditions; address labels are not proof of identity or wrongdoing.
Technical value & HZB differentiation
HZB-Chain Intelligence would combine Data Mesh and analytics tools to connect explanations with replayable queries at the same snapshot. Critical states can use same-block source comparisons, with evidence retained in reports. Analysis would not directly become a trading instruction.
Architecture & data flow
01Address & block range
02Read & decode
03Source & state checks
04Flow & anomaly analysis
05Evidence report
06Research review
Boundary
Data contract
Input
chain_id, addresses or transaction hashes, block range, research question and data providers.
Output
Transaction summaries, flow relationships, data times and unconfirmed items; no return forecasts.
Integration design example
This JSON is a conceptual task contract for discussing fields and permissions. It is neither a live endpoint schema nor a request accepted by the local demo server. Use the linked local quickstart for runnable code.
Progress is organized around prototyping, validation and integration, with advancement determined by acceptance results. These phases are not completed milestones or fixed launch dates.
Phase
Development focus
Validation
Single-chain prototype
Implement transaction/event decoding and snapshots.
Compare results with original logs.
Protocol analytics pilot
Expand flow relationships and qualified anomaly explanations.
Test indexing lag, missing data and false positives.
Multiple sources & integration
Evaluate multichain adapters, replay and APIs.
Verify reorganization and source-conflict handling.
Application-category reference; HZB architecture and roadmap follow this proposed design: ChainGPT official products
Planned applications
Developer API
Bring model calls, analysis and code assistance into a common interface. Explore integration through local examples.
Application overview
A common integration path for DApps, wallets, developer tools and enterprise systems. Developer API is intended to expose models, retrieval, code analysis and task state through stable contracts, enabling selective integration.
Features & capabilities
Feature
Proposed behavior
Common task interface
Declare capabilities, context, budgets and output formats, retaining task IDs and associated receipts.
Operational error handling
Distinguish validation failures, denials, rate limits, timeouts and unknown outcomes; retry according to task state.
Project-scoped access
Plan project isolation, least-privilege credentials, server-side calls, usage records and version compatibility.
Technical value & HZB differentiation
The design delivers results alongside their execution basis. Request IDs, task states and receipts support diagnosis; Credits meter services while token-related network roles remain separately defined. Current runnable documentation is a local fixed-data demo, not a production API.
Architecture & data flow
01DApp backend
02Auth & validation
03Capability routing
04Policy & budget
05Task state & result
06Receipt & usage
Boundary
Data contract
Input
Scoped credentials, idempotency keys, task input and output requirements; production secrets must never be placed in frontend code.
Output
Task identifier, explicit state, result or error object, usage and receipt reference.
Integration design example
This JSON is a conceptual task contract for discussing fields and permissions. It is neither a live endpoint schema nor a request accepted by the local demo server. Use the linked local quickstart for runnable code.
Progress is organized around prototyping, validation and integration, with advancement determined by acceptance results. These phases are not completed milestones or fixed launch dates.
Phase
Development focus
Validation
Local demo
Input validation, read-only policy and fixture receipts are available in the local demo.
Run the demo and inspect success and denial paths.
Controlled integration pilot
Validate capability adapters, authentication, rate limits and metering.
Measure consistency and recovery without untested SLA claims.
Versioned availability
Refine compatibility, SDKs, changelogs and support.
Determine availability and service rules after pilot acceptance.
Application-category reference; HZB architecture and roadmap follow this proposed design: ChainGPT official products
Planned applications
HIVM Agents
Research traceable agent workflows across planning, authorization and simulation, with human approval at critical steps.
Application overview
For research, development and business tasks requiring multiple steps. HIVM Agents are designed to govern intent, reasoning and tool actions separately, making inputs, permissions, states and evidence inspectable at each step.
Features & capabilities
Feature
Proposed behavior
Structured orchestration
Compile goals into inspectable plans with dependencies, budget limits and completion criteria.
Action permissions
Separate READ, ANALYZE and GENERATE from EXECUTE; simulate, validate and authorize high-risk actions first.
Reconciliation & receipts
Reconcile unknown outcomes instead of blindly resubmitting; record policy decisions, approvals and tool events.
Technical value & HZB differentiation
The focus is a trusted action boundary, not unrestricted autonomy. Policy Gate and Verification Router are designed to independently check candidate actions, while wallets or enterprise signing services retain signing authority. Receipts document a process, not universal input correctness or commercial acceptance.
Architecture & data flow
01Intent & TaskSpec
02Task compilation
03Read, analyze, generate
04Policy & simulation
05Authorized execution
06Reconcile & attest
Boundary
Data contract
Input
Objective, principal identity, allowed tools, data scope, budget and acceptance criteria.
Output
Step states, artifacts, approval requests or denial reasons, and receipts; no private-key custody.
Integration design example
This JSON is a conceptual task contract for discussing fields and permissions. It is neither a live endpoint schema nor a request accepted by the local demo server. Use the linked local quickstart for runnable code.
Progress is organized around prototyping, validation and integration, with advancement determined by acceptance results. These phases are not completed milestones or fixed launch dates.
Phase
Development focus
Validation
Read-only workflows
Validate compilation, policy denial and step records.
Test missing parameters, unauthorized tools and hostile retrieved content.
Sandbox action validation
Validate simulation, approval, state machines and idempotent reconciliation.
Cover timeouts, partial completion and unknown submissions.
Scoped business pilots
Connect scoped external systems and independent verifiers.
Verify revocation, signing isolation and receipt completeness.
Application-category reference; HZB architecture and roadmap follow this proposed design: ChainGPT official products
Planned applications
Enterprise Knowledge
Connect company documents, retrieval and workflows through knowledge assistants with source references and access boundaries.
Application overview
For Web3 enterprises, protocol teams and service providers turning internal documents into searchable, citable knowledge. The priority is what each user is authorized to see, with answers traceable to document versions and passages.
Features & capabilities
Feature
Proposed behavior
Permission-aware retrieval
Filter tenant and document permissions before retrieval so unauthorized passages do not enter model context.
Versions & citations
Bind versions, update times and cited passages, handling revocation and conflicting knowledge.
Workflow collaboration
Support engineering Q&A, operational guidance and delivery-document preparation with human review.
Technical value & HZB differentiation
HZB-Embed, Data Mesh and enterprise identity controls are intended to work together. Retrieval, reranking and generation remain scoped, with project-isolated feedback and revocation propagated to indexes and caches. HHA scenarios may provide task samples without default sharing or training on private customer data.
Architecture & data flow
01Authorized ingestion
02Parse & inherit ACLs
03Index & versions
04Identity-filtered retrieval
05Cited answers
06Audit & refresh
Boundary
Data contract
Input
Authorized files, tenant identity, document permissions, retention policy and query.
Output
Answers, accessible citations, version times and indications of missing information.
Integration design example
This JSON is a conceptual task contract for discussing fields and permissions. It is neither a live endpoint schema nor a request accepted by the local demo server. Use the linked local quickstart for runnable code.
Progress is organized around prototyping, validation and integration, with advancement determined by acceptance results. These phases are not completed milestones or fixed launch dates.
Phase
Development focus
Validation
Private corpus prototype
Validate parsing, indexing and citation locations.
Evaluate retrieval and grounding on authorized samples.
Identity and access pilot
Add tenant isolation, inherited permissions and revocation.
Test cross-tenant requests, revocation and cache invalidation.
Business integration
Refine incremental refresh, audit export and human feedback.
Validate retention, traceability and integration cost against customer acceptance criteria.
Before a call, define the target network, code and dependency versions, time range, sources and authorization.
Outputs should retain citations, scope and remaining questions. Profiles use different output conventions; formal interfaces will be released by version.
Changing capability in the local demo only changes the receipt identifier. Output remains a fixed fixture; distinct real model behavior is not implemented here.
Changing capability in the local demo only changes the receipt identifier. Output remains a fixed fixture; distinct real model behavior is not implemented here.
Contracts, access configuration, on-chain events and review scope
Output
Risk levels, evidence, impact and review recommendations
Boundary
Research and development direction; outputs require professional review.
Example request shape
Local protocol example · No real model call
{
"capability": "hzb-risk",
"goal": "Risk signals with evidence and context",
"context": {
"network": "local-demo",
"source": "contract Example { address public owner; }"
},
"permissions": {
"actions": [
"read",
"analyze"
],
"external_writes": false
}
}
Changing capability in the local demo only changes the receipt identifier. Output remains a fixed fixture; distinct real model behavior is not implemented here.
Changing capability in the local demo only changes the receipt identifier. Output remains a fixed fixture; distinct real model behavior is not implemented here.
Changing capability in the local demo only changes the receipt identifier. Output remains a fixed fixture; distinct real model behavior is not implemented here.
Data Mesh connects authorized data to model context while distinguishing originals, indexes, retrieved passages and citations. Sources, versions, chains and access policies travel with the data.
Traceable citations do not establish source correctness. Distinguish freshness, authorization, relevance and model inference, and qualify conclusions when evidence is insufficient.
HIVM & tasks
HIVM layered execution architecture
From candidate plans to execution receipts
Overview
The research architecture defines READ, ANALYZE, GENERATE, SIMULATE, VALIDATE, AUTHORIZE, EXECUTE and ATTEST instruction semantics. Tasks are compiled into plans with permissions, policies and evidence requirements.
A Policy Gate returns permit, deny or escalate decisions. Models propose actions while authorization and execution components control external operations.
Execution receipts, idempotency keys and reconciliation support task tracking. A receipt proves an action occurred; it does not automatically establish quality, intellectual property or commercial value.
Task execution path
01READ / ANALYZE
02GENERATE
03SIMULATE / VALIDATE
04AUTHORIZE
05EXECUTE / ATTEST
The eight instruction semantics follow the HIVM research direction. The JSON below is a readable plan illustration, not a released bytecode specification. Denial and uncertain state require separate stop or reconciliation paths.
From goals and authorization to acceptance criteria
Define the task before execution
TaskSpec collects goals, context, capabilities, permissions, budgets and deliverables. It is an architecture-level task description, not the same contract as the local HTTP demo.
Conceptual structure
TaskSpec · Not a released API contract
{
"schema": "hzb-task-spec-concept-v1",
"status": "illustrative-template",
"goal": "Review roles and permissions in an authorized contract",
"capability": "hzb-solidity",
"context": { "network": "bnb-chain", "compiler": "0.8.24", "source": "YOUR_AUTHORIZED_CONTRACT" },
"permissions": { "actions": ["read", "analyze"], "external_writes": false, "human_approval_required": true },
"constraints": { "max_tool_calls": 10, "timeout_seconds": 120 },
"deliverables": ["permission-summary", "source-citations", "human-review-checklist"],
"note": "Conceptual example only. This is not a published API schema and does not execute actions."
}
Execution receipts describe actions, while acceptance records assess whether delivery meets goals. Keep them separate: executed does not automatically mean correct or accepted.
HIVM & tasks
Permissions, simulation and human approval
Define tools, resources and action scopes
Overview
Authorization should cover tools, resources, actions, expiry, budget and termination conditions. High-risk operations require a designated approver.
Simulation checks a candidate action against constraints. It cannot remove the effects of external state changes, so required conditions need rechecking before execution.
When state is uncertain, pause and reconcile the actual result rather than repeating an operation that may already have taken effect.
Three Policy Gate decisions
Architecture pseudocode · Not a production policy engine
if tool not in granted_tools: DENY
if resource not in granted_scope: DENY
if authorization_expired or budget_exceeded: DENY
if external_write or high_risk_action: REQUIRE_HUMAN_APPROVAL
else: PERMIT_SCOPED_ACTION
# Before execution, recheck authorization and external state.
# After an uncertain result, PAUSE and RECONCILE; do not blindly retry.
The demo defaults to read-only
The local example returns 403 for anything beyond read/analyze and has no click-to-approve execution bypass. Real high-risk approval must bind the approver, action, resources and expiry rather than rely on a boolean flag.
Integration & code
HTTP integration reference
Requests, responses and fields for the local demo
Protocol scope
This page documents the implemented hzb-docs-demo-v1 local protocol at http://127.0.0.1:8787. It is not an HZB public endpoint. local-demo-key is a public example string, not a production credential.
Method
Route
Purpose
GET
/health
Local process status; no authentication
GET
/v1/models
Return five fixture-only capability IDs
POST
/v1/tasks
Validate input and return a fixed read-only receipt
POST requires a 1–80 character idempotency key containing letters, digits, underscores or hyphens. The example does not auto-retry. Reusing a key requires identical request-body bytes.
Request fields
Field
Requirement
Description
capability
Required · string
Must appear in GET /v1/models
goal
Required · string
Nonempty task goal
context
Example context
Source contents are not analyzed by the demo
permissions.actions
Required · array
Nonempty; only read and analyze
permissions.external_writes
Required · false
Any other value is rejected
Complete request
task-request.json
{
"capability": "hzb-solidity",
"goal": "Prepare a human-review checklist for an authorized contract",
"context": {
"network": "local-demo",
"source": "contract Example { address public owner; }"
},
"permissions": {
"actions": ["read", "analyze"],
"external_writes": false
}
}
Demo limits
The example limits bodies to 64 KiB and stores at most 100 idempotency records in memory, cleared on restart. These are implementation limits, not HZB production quotas, rate limits, an SLA or a reliability commitment.
Integration & code
Client code examples
JavaScript, Python and cURL
Before you run
Start the local server using Quickstart. These are ordinary client examples, not an official SDK package, and need no unpublished npm or PyPI packages.
JavaScript · Node.js 20+
hzb-client.mjs
// Node.js 20+. Start hzb-demo-server.mjs first. Never use production secrets here.
import {randomUUID} from 'node:crypto';
const baseURL = 'http://127.0.0.1:8787';
const response = await fetch(`${baseURL}/v1/tasks`, {
method: 'POST',
headers: {
Authorization: 'Bearer local-demo-key',
'Content-Type': 'application/json',
'Idempotency-Key': randomUUID()
},
signal: AbortSignal.timeout(10000),
body: JSON.stringify({
capability: 'hzb-solidity',
goal: 'Prepare a human-review checklist for an authorized contract',
context: {network: 'local-demo', source: 'contract Example { address public owner; }'},
permissions: {actions: ['read', 'analyze'], external_writes: false}
})
});
const result = await response.json();
if (!response.ok) throw new Error(`${response.status} ${result.error?.code}: ${result.error?.message}`);
if (result.demo !== true || result.execution_performed !== false) throw new Error('Unexpected example response');
console.log(JSON.stringify(result, null, 2));
Store credentials in secure server-side configuration. Separate authorization by environment, project and purpose; avoid exposing keys in browsers, logs or public code.
Clients should distinguish failed authentication, insufficient permission, exhausted quotas, invalid inputs and service errors. Retrying writes requires an idempotency key and execution-state checks.
Formal error codes, rate limits and authentication protocols will be published with the available API version.
From demo keys to production secrets
The public local-demo-key is only for the 127.0.0.1 example. Production secrets belong in server-side configuration or a secret manager with environment/project-scoped access, never frontend code or downloadable examples.
Before production integration
Configuration
Confirm
Origin & version
Officially published HTTPS API and version
Identity & authorization
Access process, rotation, expiry and scopes
Usage & data
Quotas, billing, retention and data usage
Operations
Timeouts, errors, idempotency and availability terms
Integration & code
Errors, idempotency & receipts
Understand failures, avoid duplicates and retain evidence
Demo error codes
HTTP
Code
Action
400
DEMO_INVALID_JSON / DEMO_IDEMPOTENCY_KEY
Fix JSON or the idempotency key
401
DEMO_UNAUTHORIZED
Use the public demo key only with the local example
403
DEMO_POLICY_DENIED
Use explicit read-only scope; do not bypass authorization
404
DEMO_NOT_FOUND
Check the HTTP method and route
409
DEMO_IDEMPOTENCY_CONFLICT
Keep the same body for the same logical request; use a new key for new work
413 / 415
DEMO_PAYLOAD_TOO_LARGE / DEMO_CONTENT_TYPE
Reduce body size or use JSON
422
DEMO_INVALID_TASK
Check the goal and capability ID
503
DEMO_STORE_FULL
Restart the local demo; production would need durable storage
{
"demo": true,
"request_id": "<generated-id>",
"error": {
"code": "DEMO_POLICY_DENIED",
"message": "Only explicit read/analyze permissions and external_writes=false are accepted."
}
}
Timeout does not mean nothing happened
In real systems, reconcile external writes after a timeout before retrying. This demo performs no writes; replaying the same key and body illustrates idempotency, not a complete distributed implementation.
Integration & code
Enterprise knowledge and deployment
Design integrations around data boundaries
Overview
Enterprise integration begins with use cases, data authorization, existing systems and delivery criteria. Knowledge bases need document versioning, update ownership, access control and source citations.
Evaluate hosted APIs, dedicated environments or private deployment along with data retention, audit, operations and model updates.
Deliver implementations as verifiable workflows with explicit test samples, acceptance evidence and support scope.
Enterprise delivery checklist
Stage
Deliverable
Define
Use cases, authorized data, sensitive fields and success criteria
Design
Capabilities, retrieval, tool scopes and human approval
Validate
Test sets, denied cases, timeout reconciliation and cost records
Operate
Versions, monitoring, retention, incident ownership and changes
Ecosystem & building
How HHA and HZB connect
A feedback loop between applications and capabilities
Overview
HZB is HHA’s inaugural ecosystem. HHA is the first application designed to use HZB Network’s specialized model capabilities.
HHA organizes demand around Web3 discovery, due diligence, token design and incubation. HZB provides the model, tooling and controlled-execution direction.
The HHA application, HHA token, HZB Network platform and HZB token have distinct meanings and should be named consistently.
Ecosystem & building
Two tokens and Credits
Application participation, network coordination and usage metering
Overview
The HHA website describes access, payment, staking and governance uses. The on-chain supply is one billion tokens on BNB Chain.
The HZB whitepaper uses a 105 million supply framework for coordination, accountability, conditional PoB settlement and governance. Network, contract and release details depend on formal issuance materials.
Credits meter services such as models, data, APIs and tools. Service procurement and token-network participation need distinct rules.
Updates & support
Frequently asked questions
Products, access and participation
Overview
Is HZB a blockchain? The materials focus on Web3 intelligence infrastructure and a builder network. HIVM is a controlled task runtime between models and tools.
How do I get API access? Prepare a use case and authorized data samples, then generate an integration brief. Test environments and credentials will accompany the access program.
How can I contribute? Start with research review, feedback, workflow design, tutorials and translation. Activity requirements depend on their actual announcements.
Updates & support
Documentation updates
Website material version and research scope
Overview
2026-09-10 · Documentation reorganized with reference architecture, capability pages, HTTP guidance and runnable local examples. This is a documentation/demo update, not a production API or SDK release.
2026-09-09 · Website material compilation: unified entries for products, HHA, HIVM, economics, integration and brand resources. This is the compilation date, not a product launch date.
Future API, SDK, contract and product versions will be documented as they are released.
Updates & support
Privacy information
How this website handles data
Website privacy notice
This site provides public information, search, downloads and video, not online access applications or accounts. Hosting services may process necessary access records. Footer search terms appear in the URL; do not enter sensitive information. The full notice covers purposes, retention, security, external platforms and your rights.
Website terms cover public materials, documentation, downloads and videos. Development roadmaps are not available production services, and examples do not execute real asset transactions. Separate service agreements and software licenses apply where provided.