Adapter settlement
External rails
Use existing providers and networks for ordinary settlement.
Open payment network
Ineto gives applications, businesses, people, and AI agents programmable wallets, budgets, payment policies, and verifiable receipts across ordinary payment rails and an independent privacy-enabled blockchain.
Protocol and testnet design in development
Routing diagram: payment intents from APIs, agents, and businesses pass through a policy check, then settle on an external rail or on Ineto Chain, and always return a signed receipt.
Describe the transaction once and let policy select the settlement path.
Use Ineto Chain when a payment requires programmable enforcement or blockchain finality.
Support confidential circulation, double-spend prevention, and selective audit access.
Why Ineto
A card purchase, an API micropayment, an escrow agreement, a private transfer, and an AI-agent budget have different requirements. Ineto provides one payment model while preserving the strengths of each settlement system.
Ineto does not put every payment on-chain.
Network
Adapter settlement
Use existing providers and networks for ordinary settlement.
Independent settlement
Use independent blockchain settlement when the payment requires more structure.
Ineto does not put every payment on-chain.
Ineto Chain
Ineto Chain is not a general-purpose blockchain added for branding. It exists for transactions that need independent finality, programmable financial constraints, confidential notes, or verifiable on-chain structure.
Finalize value without depending on one payment company.
Represent escrow, subscriptions, budgets, splits, and collateral as constrained financial primitives.
Issue public or private assets with explicit minting, transfer, redemption, and expiration policies.
Use a distributed validator set with deterministic execution and auditable state transitions.
Allow applications to pay transaction fees so users and agents do not need to manage gas directly.
Return canonical, machine-readable evidence for every completed payment.
Hold funds under explicit release, refund, and dispute conditions enforced by the chain.
Apply budgets, limits, approvals, and expirations inside settlement rather than around it.
KGT privacy architecture
The KGT-derived model represents private value as cryptographic notes. The chain records commitments to those notes, while nullifiers prevent the same note from being spent twice.
Wallets can automatically select denomination-bucket notes, combine multiple inputs, create change, and produce new recipient notes without exposing ordinary payment details publicly.
Private-note flow: wallet notes in standard denominations are recorded on-chain as commitments; spending reveals a nullifier that marks the note spent and produces new recipient and change notes; a selective view key opens a limited audit window.
Represent notes on-chain without publishing their readable contents.
Reveal a unique spent marker that prevents double spending without revealing the original note.
Group standard note values to simplify wallet selection and support larger anonymity sets.
Allow an authorized accountant, organization, or auditor to inspect designated activity without exposing it to everyone.
Keep asset creation and redemption accountable while permitting confidential transfers between holders.
The KGT-derived privacy system is a protocol-development track. Production use requires a formal specification, independent cryptographic review, implementation audit, and public testnet evaluation.
Use cases
Give an AI agent a daily limit, per-transaction ceiling, merchant policy, expiration, and human approval threshold.
Authorize a small payment for a request and return a signed receipt with the response.
Lock funds until delivery is confirmed, a deadline expires, or a defined dispute path completes.
Permit a merchant to collect no more than an approved amount during each billing period.
Divide a customer payment among a provider, platform, referral partner, and reserve under one deterministic rule.
Create application credits, game chips, or settlement units that can circulate privately under issuer-defined policy.
How it works
The application describes the payer, recipient, asset, amount, privacy requirement, and conditions.
Ineto checks budgets, limits, authorization, deadlines, and required approvals.
When useful, external systems such as REL² can supply reputation evidence to the policy decision.
Optional external input
The router chooses an external payment rail or Ineto Chain according to the payment’s requirements.
The application receives a canonical, signed record of the result.
Built for open implementation
Ineto separates payment intent, policy, routing, settlement, and receipts. Applications integrate once while payment adapters and Ineto Chain remain independently evolvable.
Service diagram: applications and AI agents call the Ineto Pay API; a policy engine passes approved intents to the settlement router, which settles through external rail adapters or Ineto Chain; both paths return unified receipts.
Proposed API — subject to specification review
{
"from": "agent:travel-assistant",
"to": "merchant:hotel-api",
"asset": "USDI",
"amount": "149.00",
"privacy": "selective",
"condition": {
"type": "service_completed"
}
}Nodes, gateways, wallets, and services are planned in Go on the open Arpabet stack: Glue, Cligo, Servion, Value, Value-RPC, Store, and ConsensusDB.
Explore the technical architectureSecurity and development status
Ineto labels each capability according to its real development status. Cryptographic privacy will not be presented as production-ready before independent review and audit.
Roadmap
Milestones are deliverable-based. Dates attach only when a working network supports them.
M1
Define the transaction, asset, payment-intent, receipt, structured-payment, and privacy models.
M2
Run a local chain, CLI wallet, payment router, public transfers, receipts, and an external-rail adapter.
M3
Open validator participation, explorer access, faucet, SDKs, and public structured-payment primitives.
M4
Introduce commitments, nullifiers, denomination handling, private transfers, view keys, and adversarial testing.
M5
Complete security reviews, economic analysis, operational procedures, governance design, and the production launch decision.
Ecosystem
REL² helps a policy determine which entities are trustworthy. Ineto authorizes, structures, and settles the payment. Applications may use either system independently or combine them.
Trust layer
Supplies signed reputation evidence to payment policies. Optional and external.
Value layer
Authorizes, structures, and settles the payment. Works with or without trust input.
REL² provides trust evidence. Ineto moves and structures value.
Review the architecture, follow the implementation, and evaluate the protocol as it moves from specification to public testnet.