Artificial Intelligence Go eXchange

Turning artificial intelligence into
verifiable digital productivity.

AIGOX, short for Artificial Intelligence Go eXchange, is an open artificial intelligence collaboration network built on BNB Smart Chain. It connects AI models, intelligent agents, heterogeneous computing resources, task protocols, verification mechanisms and application-layer settlement into one coordinated digital infrastructure.

10B
Maximum AIGOX Token Supply
BEP-20
BNB Smart Chain Standard
6-LAYER
Hybrid Technology Architecture
OFF / ON
Off-Chain Execution · On-Chain Verification
Network Thesis

Not another AI application.
An infrastructure layer for collaboration.

AIGOX follows a real-utility-first design principle, mapping every token function to an actual product action and ecosystem requirement.

Discover Available Resources

Standardize descriptions of CPUs, GPUs, storage, bandwidth, geographic regions, latency and availability windows, allowing users to compare real computing capabilities rather than relying only on cloud provider product names.

Coordinate Intelligent Tasks

The scheduling layer matches tasks with suitable nodes based on performance, price, latency, reliability, reputation and security requirements instead of simply selecting the lowest bid.

Enable Verifiable Value Exchange

Signed receipts, result hashes, repeated execution, sampling validation, staking and dispute resolution transform service delivery into an auditable and settlement-ready collaboration record.

Ecosystem

Six participant groups.
One open collaboration network.

Requesters, providers, developers, validators, contributors and ecosystem partners form the foundation of the AIGOX market.

AIGOX ARTIFICIAL INTELLIGENCE GO EXCHANGE
RequestersPublish · Purchase Tasks
DevelopersModels · Agents · APIs
ProvidersCPU · GPU · Storage
ValidatorsProof · Quality · Disputes
ContributorsData · Testing · Security
Technical Architecture

Keep high-frequency execution off-chain.
Put critical states on-chain.

AIGOX uses a hybrid architecture to balance performance, privacy, cost efficiency and public verifiability.

Verifiable Critical States

AIGOX transfers, task escrow, settlement results, staking states, critical signatures, result hashes, governance proposals and execution records.

Privacy & High-Throughput Data

Model inference, training, raw user data, large output files, node discovery, real-time scheduling and monitoring indexes remain off-chain.

On-Chain Necessity Principle

Data should only be submitted to the blockchain when public verification creates meaningful value, avoiding unnecessary cost, latency and privacy exposure.

Execution Roadmap

Driven by security gates,
not calendar promises.

Each phase depends on product reliability, security review, operational readiness and governance preparation.

P0

Design & Validation

User research, architecture, legal structure, economic model and threat modeling.

P1

Testnet MVP

Wallet connection, test token, node registration, task creation and simulated settlement.

P2

Compute Marketplace Alpha

Benchmarking, resource matching, container execution, result submission and basic reputation.

P3

Security Readiness

Smart contract audits, multisig rehearsals, monitoring, bug bounty and incident response.

P4

BNB Deployment

BEP-20 token, treasury, vesting, settlement modules and production service deployment.

P5

Operational Maturity

Continuous optimization around reliability, real demand, service revenue and transparent operations.

Technical Whitepaper

Explore the complete design of AIGOX.

The whitepaper explains the market background, ecosystem modules, decentralized AI compute marketplace, task protocols, verification and reputation mechanisms, technical architecture, on-chain and off-chain boundaries, token economics, governance framework, security, privacy, application scenarios and development roadmap.

Download Whitepaper PDF
Risk Disclosure: AIGOX is a utility-oriented digital asset intended for service access, compute settlement, staking, ecosystem incentives and governance participation. Nothing on this website constitutes investment advice, a promise of returns, a securities offering document or an offer to purchase any digital asset.

From intent
to a bounded task.

The access layer connects user experience to resource requirements, data permissions and settlement conditions.

USER INTENTTASK ENVELOPEPOLICY & AUTHORIZATIONEXECUTION REQUEST

Translate intent into an enforceable request.

Web, mobile and partner integrations should converge on the same task semantics. The interface may simplify resource selection, but it must not silently change the budget, data policy or acceptance conditions.

Access is therefore more than wallet connection: it is the point where identity, service permissions and a bounded task agreement meet.

An envelope that travels with the task.

{
  "version": "design-example",
  "taskId": "task-illustrative-001",
  "resource": {
    "accelerator": "GPU",
    "minimumVramGB": 24,
    "regionPolicy": "requestor-defined"
  },
  "budget": { "asset": "AIGOX", "max": "100" },
  "deadline": "requestor-defined",
  "validationPolicy": "acceptance-policy-hash",
  "dataRef": "access-controlled-object-reference"
}
Resources constrain matching
Hardware and security requirements should remain distinguishable from scheduling preferences. A cheaper node is not eligible if it fails a hard constraint.
Budget bounds execution
A maximum budget controls exposure. A retry or extension that increases the budget needs a new authorization rather than an implicit charge.
Acceptance precedes work
Validation policy should be agreed before execution. Changing the success criteria after results arrive creates an avoidable dispute.

Conceptual task envelope. Field names and values illustrate a design, not a published API contract.

One protocol, different levels of control.

InterfacePrimary audienceControls that matter
Web / mobileService requestorsInputs, quotation, deadline, result acceptance
WalletAsset authorizationAccount, chain, signed action and spending scope
Developer consoleIntegrators and service authorsTask policy, service version, usage and receipt inspection
Partner APIApplications and workflow systemsBounded authorization, repeatable request handling and reconciliation

Treat retries as a protocol concern.

Repeated submission
An implementation should map retried submissions to a stable request identity so a timeout cannot create two independently billable tasks.
Expired authorization
An expired request should require renewed consent. Possession of a previous signature should not grant perpetual execution rights.
Policy mismatch
Return an explicit incompatibility result when the requested data region, security class or validation policy cannot be satisfied. Do not silently downgrade requirements.
← Back to overviewNext: AI Services & Marketplace →

Private data.
Public commitments.

Separate data possession, access authorization, integrity verification and long-term availability.

Data stays close
to its purpose.

  • Prompts, input files and model artifacts
  • Task logs and monitoring indexes
  • Identity and compliance records
  • Controlled storage and access policies
HASHES

RECEIPTS

Commit what
needs verification.

  • Selected result commitments
  • Funding and settlement outcomes
  • Stake and governance state
  • Reviewable execution records

Verify inclusion without publishing every record.

Merkle commitment tree: four private receipts become one public commitmentReceipt 1Receipt 2Receipt 3Receipt 4Hash pair AHash pair BCOMMITMENT ROOT
rootₜ = MerkleRoot(leaf₁, …, leafₙ)
VerifyPath(leafᵢ, pathᵢ, rootₜ) = true

A Merkle proof establishes that a leaf is included in a committed set. It does not prove the truth of the underlying output, grant access to its data, or guarantee that the data remains available.

Batching can amortize the cost of recording commitments. The trade-off is additional waiting time before a batch closes and a need to keep proofs and underlying records retrievable. Data availability remains a separate operational obligation.

A reference is not a permission.

RecordStorage / access boundaryRetention question
Model inputs and outputsUser-designated or controlled object storageWhen does the service stop needing the object?
Execution logsRestricted operational systemsWhich fields are necessary for debugging and disputes?
Reputation summaryPrivacy-safe indexCan a service measure be published without exposing raw user data?
Identity evidenceRestricted compliance processWho can inspect it and under which purpose?
On-chain commitmentPublic and persistentDoes committing this value reveal sensitive information indirectly?
← Back to overviewNext: BNB Smart Chain Protocol →

Scheduling under
real constraints.

A task-to-node system that accounts for capability, time, locality and the cost of failure.

Eligibility is binary.
Preference is weighted.

Filtering answers whether a node can run the task. Ranking answers which eligible node offers the best expected delivery. Combining the two into a single unbounded score can allow cheap but unsuitable resources to enter the schedule.

ILLUSTRATIVE MATCH SCORES · 0–1
Ineligible candidates are removed before ranking.
Task / nodeGPU-AGPU-BGPU-CCPU-D
Image batch0.920.640.30×
Model inference0.510.880.72×
Video render0.390.460.91×
CPU analysis0.200.270.400.86

Minimize delivered cost under hard constraints.

Ωⱼ = { i | capabilityᵢ ≥ requirementⱼ, memoryᵢ ≥ demandⱼ, availableᵢ = 1 }

min Z = α · Cost + β · Makespan + γ · CorrelatedRisk

The candidate set applies mandatory hardware, security and availability constraints. The objective then trades price, completion time and correlated failure risk. Weights are design parameters, not fixed production values.

Deadline feasibility
A node must have enough remaining availability to complete the estimated workload before the task deadline. Queue delay belongs in that estimate.
Correlated risk
Redundant providers on the same host, network or region may fail together. Independence is a property to evaluate, not a count of wallet addresses.
Partitioning overhead
Parallel execution helps only when work can be split and recombined efficiently. Data transfer, checkpointing and validation can dominate smaller jobs.

Keep the task recoverable.

Execution lifecycle with monitoring and recovery01ReserveResource window02IsolateLeast privilege03ObserveHealth & progress04RecoverCheckpoint / retry
ConditionScheduler responseAccounting consequence
Node unavailableReassign or resume from a valid checkpointAvoid charging twice for duplicated work
Deadline at riskRe-estimate, notify or apply agreed fallbackAny increased budget requires authorization
Output mismatchHold acceptance and request validationDo not finalize settlement on unaccepted output
Repeated retriesStop at agreed retry or budget boundaryEscalate to refund or dispute policy
← Back to overviewNext: Verification & Reputation →

A market for
measurable AI services.

Models, agents and compute become comparable when their units, limitations and acceptance conditions are explicit.

Compare capabilities, not listing names.

WorkloadBillable unitResource driversAcceptance evidence
Image / videoImage, duration or jobResolution, model, VRAM, delivery speedOutput format, completion and agreed quality criteria
Model accessTokens, requests or compute timeModel version, context size, concurrencyUsage receipt, response status and service policy
Agent workflowTask, execution or runtimeTool calls, iteration limit, operating durationStep records, authorized actions and final deliverable
Compute rentalResource × timeAccelerator, region, memory and availabilityReserved capacity, measured runtime and resource evidence

The cheapest unit rate may not be the cheapest task.

C_task = C_compute + C_data + C_validation + C_settlement + C_recovery

A comparison must use the same completion and validation assumptions. A low hourly rate can be offset by slower execution, larger transfers or repeated failures.

Service A · example

45101520
90 cost units

Service B · example

55810
78 cost units

Synthetic comparison. Segments show compute, data, validation/settlement and expected recovery cost. These are not network prices.

A service listing is a measurable promise.

Versioned behavior
Publish the model or workflow version, supported input and output formats, known limitations and the scope of any quality claims.
Data policy
Describe where data is processed, who can access it, how long it is retained and whether further use is permitted. Training reuse requires authorization.
Observable performance
Separate advertised response time from measured latency and completion history. Ranking should not equate token ownership with service quality.
Maturity and review
Testing, verified and certified categories can describe review depth. Certification is not a guarantee that every output is correct or every risk eliminated.
← Back to overviewNext: Scheduling & Execution →

Small commitments.
Strict state transitions.

The on-chain layer coordinates assets and verifiable outcomes while keeping heavy computation off-chain.

A signature needs a context.

taskIdTask binding
providerExecution identity
resultHashOutput commitment
metricsRootEvidence commitment
nonceReplay boundary
sigSigner attestation

A receipt connects a provider to a task and an output commitment. Verification must check not only the signature but also the expected signer, task status and acceptance policy. A cryptographically valid signature can still describe an unauthorized or stale action.

Domain separation
An implementation should bind signatures to the intended chain, contract or protocol domain and message version to prevent cross-context replay.
Nonce and state checks
A consumed or expired receipt must not authorize repeated settlement. State transitions and replay protection should be checked before funds move.

No unrestricted control plane.

ModuleResponsibilityControl boundary
TokenBEP-20 transfers and fixed supply rulesNo unrestricted discretionary minting
TreasuryBudget custody and authorized expenditureMultisignature review and disclosed fund movements
VestingTime-based allocation releaseBeneficiary schedule and limited administrative scope
StakingService accountability and penalty outcomesDefined evidence, review and appeal rules
SettlementFunding, acceptance, refund and payoutTask-scoped balances and authorized transitions
GovernanceParameter changes and upgradesReview periods, timelocks and bounded emergency authority

States must conserve funds.

releasedⱼ + refundedⱼ ≤ fundedⱼ

SETTLED ⇒ validReceipt ∧ acceptedPolicy

DISPUTED ⇒ no further release until resolution

These task-level constraints define what must remain true through success, retries and dispute resolution. They are design invariants, not a statement that deployed contracts have already been audited.

BNB pays blockchain transaction gas. AIGOX represents application-layer utility and settlement. A task budget and the wallet’s gas balance are distinct resources and should be presented separately.

← Back to overviewNext: User & Developer Access →

Confidence is
a measurable trade-off.

Different workloads require different evidence. Verification cost, detection probability and reputation must be evaluated together.

How much can sampling detect?

Sampling trades verification cost against the probability of observing an invalid result. The curve below models independent samples drawn from a population with a fixed fault rate. It is a mathematical scenario, not measured network performance.

Sampling detection probability for fault rates 1, 3 and 8 percent02550751000255075100Detection probability · %
1% independent fault rate3% independent fault rate8% independent fault rate
Probability of detection70.43%
P_detect = 1 − (1 − f)ᵏ   ·   k ≥ ln(1 − P_target) / ln(1 − f)

f is the assumed fault rate and k the independent sample count. Correlated faults, selective attacks and biased sampling invalidate the simple independence assumption. More samples do not correct a poorly specified acceptance policy.

Use the proof that fits the work.

Work typePrimary checksWhat the checks do not prove
Deterministic computationHash comparison, recomputation, redundant executionA matching hash does not establish that the input or task specification was correct
Generated AI contentFormat, quality measures, requestor acceptanceSemantic correctness cannot generally be reduced to byte-for-byte equality
Continuous serviceAvailability, latency, response status, recoveryA healthy average can hide concentrated outages or tail-latency failures
High-value disputed workIndependent recomputation and reviewMajority agreement alone does not rule out correlated providers

History needs denominators.

Completion is a rate
Count accepted tasks against eligible attempts, with a disclosed treatment for cancellations. A raw total favors volume over reliability.
Timeliness has a distribution
Report deadline compliance and tail behavior. An average response time can obscure severe delays on a small but important set of tasks.
Cold-start evidence
New providers begin with limited exposure. Increasing task value should follow observed service behavior rather than stake balance alone.
Appeal and correction
Penalties and disputed evaluations need a correction path. A corrected incident should update the history rather than leaving contradictory records.
← Back to overviewNext: Data & Index →

Contribution rewards.

A contribution economy built around accepted work, inspectable evidence and bounded incentives.

Reward outcomes that survive verification.

A contribution becomes rewardable when its value can be demonstrated, its evidence can be reviewed, and its claim can be distinguished from duplicate activity.

Acceptance first
Eligibility is a gate. Rejected or duplicate work does not receive a small positive score merely for being submitted.
Quality before volume
Quality and usefulness scale eligible work; raw transaction counts or wallet counts do not establish contribution.
Budget before distribution
The budget caps total outflow. Unspent or withheld amounts remain visible rather than being automatically reissued.

A budget-limited reward model.

5Contribution tracksIndependent evidence standards
1.0MExample epoch budgetAIGOX · editable below
0Automatic entitlementEvery claim requires acceptance

Example distribution by accepted score

Compute supply
40%
Developer services
25%
Data & evaluation
18%
Security & testing
12%
Community support
5%

Illustrative shares only. They are not official allocation weights or a scheduled payout.

Other accepted scores: 960. No per-account cap is applied in this simplified example.40,000 AIGOX

4.00% of the accepted score pool

sᵢ = eᵢ × uᵢ × qᵢ × aᵢ   ·   rᵢ = B × sᵢ / Σⱼsⱼ

Illustrative model: e is binary eligibility; u is useful work; q is quality; a is an anti-abuse adjustment between 0 and 1. B is the approved distributable budget. If total eligible score is zero, no payout is calculated. Final weights, caps and review rules remain to be specified.

Different work. Different proof.

TrackReward basisReview evidenceFailure mode
Compute supplyCompleted, valid workAccepted receipts, useful availabilityIdle-capacity inflation; duplicate task claims
Developer servicesGenuine adoptionPaying users, retention, service reliabilitySelf-funded usage loops; synthetic users
Data & evaluationAccepted deliverablesReview scores, provenance, reproducibilityDuplicate datasets; unverifiable provenance
Security & testingValidated findingsReproduction steps, severity and remediation valueDuplicate reports; unverifiable impact
Community supportUseful ecosystem workAccepted documentation, support outcomesSpam; volume without measurable benefit

The claim has a lifecycle.

  1. 01

    Submit a bounded claim

    Identify the task or deliverable, the contribution category, the acceptance criteria and evidence references. A stable claim identifier makes duplicates detectable.

  2. 02

    Review quality and independence

    Check acceptance, ownership or provenance, repeated claims and suspicious coordination. A large number of accounts must not substitute for independent value.

  3. 03

    Hold disputed amounts

    Separate accepted amounts from amounts under review. Publish the reason category and an appeal path without exposing sensitive evidence.

  4. 04

    Settle and reconcile

    Record the approved payout, its budget period and the final status. Aggregate distributed, withheld and unused amounts so the period can be reconciled.

← Back to overviewNext: Ecosystem Governance →

Build services.
Measure accepted value.

Developer monetization connects clear service terms, reliable execution and sustainable unit economics.

Understand the margin per accepted job.

Gross usage is not developer income.

Compute, verification, operations and unsuccessful execution can change the economics of a seemingly successful service. Model the accepted task, then account for the work required to produce it.

Contribution margin = price − compute − validation − platform − expected retry cost

Illustrative operating model. The actual split is defined by service and task agreements; these are not fixed network fees.

Other modeled costs: validation 0.5, platform 0.5 and expected retry cost 0.5.

Contribution margin2.50 units

25.0% of revenue

A service needs an operating contract.

Before publicationAt executionAfter delivery
Version, capabilities and known limitationsBind the request to a service versionReturn outputs and an inspectable usage receipt
Input/output schema and pricing unitTrack billable units consistentlyReconcile agreed fees and accepted units
Data handling and retention policyConstrain tools and data accessApply disclosed retention or deletion rules
Acceptance and dispute criteriaRecord relevant execution evidenceReview failures and update reliability history

Measure the demand that remains after incentives.

Paying repeat demand
Separate first-time subsidized trials from repeat paid usage. Rewarding raw requests can create incentives for self-generated traffic.
Service stability
Track accepted completion and the cost of retries. More revenue with rising failure costs can produce weaker economics.
Version migration
A changed model or workflow can change outputs and costs. Preserve the version context needed to understand a past result.
Agent permissions
External account actions require explicit authorization boundaries. A paid workflow is not blanket permission to act outside the requested task.
← Back to overviewNext: Membership & Access →

Authority should
move with maturity.

A staged governance system connects participation to narrowly defined, reviewable and accountable actions.

01

Core multisignature

Accountable deployment, incident response and initial budgets. Public signer policies and authority boundaries establish who can act and what they can change.

02

Community proposals

Discussion and signaling collect preferences. Proposal thresholds and clear scopes make review manageable before authority transfers.

03

Timelocked decisions

Treasury actions, upgrades and suitable parameters enter an execution queue with review time and verifiable transaction details.

04

Modular autonomy

Councils or a DAO may administer mature modules under defined mandates, conflict rules and limits on emergency authority.

A decision should be executable and reviewable.

ComponentWhat it needs to specifyWhy it matters
ScopeModule, parameters and intended behavior changePrevents a broad mandate from hiding unrelated changes
BudgetAmount, recipient, asset and spending purposeConnects the vote to an inspectable fund movement
ExecutionExact authorized action and timingDistinguishes a sentiment signal from a binding operation
Risk reviewDependencies, failure cases and recovery approachMakes security assumptions visible before execution
OutcomeExecution status and follow-up metricsAllows the community to compare intent with results

Participation does not remove concentration risk.

Borrowed-vote influence
Snapshot timing and lock or eligibility rules can reduce some short-lived influence, but must be evaluated for their own exclusions and attack surfaces.
Review versus response time
A long delay improves review but may slow response to an incident. Emergency authority should be narrow, observable and subject to later accountability.
Delegation versus centralization
Delegation can improve participation while concentrating influence. Disclosed mandates and conflict handling matter as much as turnout.
Legal and operational duties
Token signaling does not replace the legal responsibilities of an operating entity. The scope of autonomy should be stated separately for each module.
← Back to overviewNext: Allocation & Release →

Utility expressed
as access.

Service allowances, tools and participation rights require clear eligibility, metering and lifecycle rules.

Access is a set of permissions, not a price promise.

Benefit dimensionEntitlement meaningEnforcement boundary
Service quotaA defined allowance of eligible service unitsMeter by a documented unit and reset period
Priority accessScheduling preference where permittedDoes not override resource, privacy or security constraints
Exclusive templatesAccess to designated models or workflowsVersion and usage scope remain explicit
Developer toolsConsole, templates or integration capabilitiesRole-based permissions and bounded credentials
Participation eligibilityAccess to specific ecosystem processesSeparate governance, service and identity requirements

A quota is only useful when its unit is clear.

640 / 1,000

Service credits consumed

64% used360 remaining

Credits are a usage unit.

This is an explanatory example, not an available plan. Credits should map to a defined service allowance. They must not be presented as a guaranteed cash value or financial return.

Consumption, expiry and rollover rules need to be visible before a user commits to an entitlement.

Separate eligibility from consumption.

Grant
Evaluate the published eligibility rule, identify the benefit scope and record when it begins. Holding, locking or using AIGOX may support eligibility under future product terms.
Consume
Check entitlement at the point of use, reserve the relevant amount where necessary and record actual consumption after execution.
Expire or renew
A renewed allowance should not erase previous consumption records. Any rollover or expiry policy must be specified in advance.
Revoke with a reason
A security or policy restriction should identify its scope and review route. Removing a tool permission should not silently rewrite a user’s task history.
← Back to overviewNext: Contribution Rewards →

Every task
has a balance sheet.

Budget reservation, delivery acceptance and fee distribution are separate stages of one auditable settlement.

Follow the balance through every outcome.

Task state machine with success and dispute branchesFUNDEDRUNNINGVERIFYSETTLEDRETRY / REVIEWREFUND / RESOLVE

Illustrative task ledger

MovementAIGOX
Reserved budget100
Accepted provider compensation−70
Developer fee−15
Validation / service fees−5
Unused balance returned−10
Unreconciled balance0
100 = 70 + 15 + 5 + 10

Synthetic amounts demonstrate reconciliation. They are not published fee percentages.

The reserved budget is a ceiling, not an instruction to spend the full amount. A successful task can settle below the maximum, with any remaining balance handled under the task agreement.

Define the conversion event before execution.

Unit of account
A service may be quoted in a stable unit while settled in AIGOX. The quote should identify the price source, conversion time and validity period.
Slippage or stale prices
A material rate change should follow an agreed rule: refresh the quote, request additional authorization or cancel. The system should not assume unlimited purchasing power.
Partial acceptance
Where work can be partitioned, each accepted portion needs a defined fee basis. A disputed remainder should not erase evidence of already accepted work.
Finality and evidence
A final result, a signed receipt and a confirmed settlement are different events. The interface should make their status distinguishable.

Failure should have a defined financial outcome.

TriggerOperational actionBalance handling
Unavailable providerReassign within agreed limitsPreserve the authorized budget
Invalid outputRecompute or disputeWithhold unaccepted payment
Deadline exceededApply task policyPartial refund or review where appropriate
Requester rejectsCheck agreed acceptance criteriaReview evidence before release or refund
← Back to overviewNext: Provider Staking →

Collateral with
a service purpose.

Stake supports accountability when the evidence, exposure and review process are all explicit.

A stake matters only
when misconduct
can be established.

Collateral raises the cost of violating service rules, but its effect depends on the chance of detection, the amount actually exposed to loss and the quality of the review process.

Locking a large balance cannot replace independent verification. Conversely, disproportionate exposure can discourage capable providers from joining.

Explore the expected cost of an attack.

U_attack = G_attack − P_detect × S_exposed − C_attack

G is the potential gain, P the probability of detection, S the stake that can actually be lost under the rules, and C the cost of carrying out the attack. This expected-value model is a simplification, not a complete security guarantee.

Example attack gain: 400 AIGOX. Attack cost: 50 AIGOX. No actual stake requirement is implied.

Expected attack payoff−250 AIGOX

Expected loss exceeds the modeled gain.

Scale responsibility with demonstrated behavior.

  1. 01

    Qualify

    Benchmark resources and inspect supported workloads. Determine whether the provider meets the service’s minimum operational requirements.

  2. 02

    Limit initial exposure

    New providers take smaller or lower-risk workloads so performance evidence can develop before higher-value work is assigned.

  3. 03

    Evaluate incidents

    Distinguish ordinary failure, misrepresentation and malicious behavior. An unavailable node and a forged result should not automatically receive identical treatment.

  4. 04

    Apply and appeal

    Use defined evidence and review rules before material penalties. Record outcomes and provide a process for correcting an erroneous decision.

← Back to overviewNext: Developer Monetization →

Allocation & release.

A transparent capital structure, with time-based vesting separated from performance-based distribution.

10BMaximum planned supplyAIGOX · BEP-20
35%Ecosystem incentivesUsage and accepted contributions
≥48Incentive horizonMonths · milestone-based

One supply. Six mandates.

Ecosystem incentives3.5B
Community treasury2B
Product & R&D1.8B
Team & contributors1.2B
Liquidity support1B
Advisory & strategy0.5B

Allocation describes intended use, not immediate circulation. Treasury balances, vested balances, deployed liquidity and freely transferable balances answer different questions and must be reported separately.

Release is a schedule, not a single event.

Inspect the proposed linear schedules for product development, team and advisory allocations. Incentives, treasury and liquidity are excluded from this curve because their releases depend on budgets, milestones or deployment decisions.

Cumulative proposed vested tokens over 48 months00.450.91.351.8012243648Released supply · billion AIGOX
Product & R&DTeamAdvisory
Product & R&D600.0M
Team & contributors200.0M
Advisory & strategy250.0M
Combined vested1.050B
Vᵢ(t) = Aᵢ × clamp((t − cᵢ) / dᵢ, 0, 1)

Aᵢ is the allocation, cᵢ the cliff and dᵢ the linear release duration. This explorer assumes continuous vesting begins after the cliff, with no catch-up release. The eventual contract defines exact timing and claim rules.

Every allocation has a different release basis.

AllocationAmountProposed releaseDecision evidence
Ecosystem3.5BAt least 48 monthsQuarterly budget, accepted activity and anti-abuse review
Treasury2.0BProposal / budget approvalPurpose, recipient, amount and execution record
Product & R&D1.8B6-month cliff + 36 monthsDelivery milestones and vesting terms
Team1.2B12-month cliff + 36 monthsContinued service and vesting terms
Liquidity1.0BProgressive deploymentLaunch plan, depth and reporting
Advisory0.5B6-month cliff + 24 monthsVerifiable strategic deliverables

Vested does not mean circulating.

Vested balance
Tokens whose contractual time conditions have been satisfied; a beneficiary may still have to claim them.
Treasury deployment
Budget approval and an executed transfer are separate events. Unused budgets should remain distinguishable from actual expenses.
Circulating supply
Requires a published methodology for exclusions, custody and restrictions. The vesting explorer is not a forecast of circulating supply or market price.
← Back to overviewNext: Service Settlement →