Important Notice
Earthium is an early-stage open-source project.
This document describes its current prototype, proposed architecture, development principles, token model, and roadmap.
Some components described in this document are already represented in a Solana Devnet prototype. Other components remain planned, experimental, or dependent on future technical, legal, security, and commercial development.
Earthium is not currently:
- A standalone blockchain.
- A rollup or layer-two network.
- A zero-knowledge virtual machine.
- A validity-proof protocol.
- A regulated securities exchange.
- A custodian of real-world assets.
- A licensed legal-verification authority.
- A guarantee of financial returns.
The current Devnet assets and payment tokens are test assets. They do not have real monetary value and do not provide legally enforceable ownership over real-world property, bonds, commodities, invoices, or other assets.
Executive Summary
The internet is becoming increasingly agentic.
AI agents are beginning to search for information, use applications, purchase digital services, coordinate transactions, and perform economic tasks for humans, businesses, and other software systems.
However, the infrastructure required for this economy remains fragmented. Payments, APIs, data providers, liquidity, blockchain applications, tokenized assets, verification services, and legal records often exist in separate systems.
Earthium is an open-source, Solana-first project designed to explore a shared coordination environment for:
- AI agents.
- Human users.
- Applications.
- x402-compatible payments.
- Service providers.
- Tokenized real-world assets.
- Issuers and verifiers.
- Developers and contributors.
Earthium is built around four core ideas:
- Intent-based coordination: users and agents describe the outcome they want instead of manually managing every technical step.
- Internet-native payments: x402-compatible payment flows allow agents and applications to discover and pay for services through HTTP.
- Transparent RWA records: asset claims should disclose their issuer, underlying asset, documentation, custody, verification, redemption, and risks.
- Open modular development: independent developers should be able to create modules, agents, integrations, verification systems, and applications.
Earthium currently has a reported Solana Devnet prototype that combines wallet interaction, a test payment flow, Solana program execution, and minting of a simulated RWA token.
Before this status is presented publicly as verified, the project should publish its Program ID, transactions, mint addresses, repository, and technical documentation.
Current Development Status
2.1 Current Prototype
The current Earthium prototype is designed to demonstrate the following flow:
- A user connects a compatible Solana wallet.
- The user selects a simulated RWA product.
- The system presents a test price or payment requirement.
- The wallet requests transaction approval.
- The user authorizes payment using a Devnet test token.
- An Earthium Solana program processes the supported instruction.
- A simulated RWA token is minted or transferred to the user.
- The transaction can be inspected using a Solana explorer.
Solana defines Devnet as a public environment for application testing. Devnet tokens are not real, free test SOL is available through faucets, and the Devnet ledger may be reset. Mainnet is the live production environment.
Therefore, the current prototype demonstrates technical execution but does not yet demonstrate:
- Ownership of a real asset.
- Legal enforceability.
- Real custody.
- Real redemption.
- Regulated issuance.
- A live oracle integration.
- Sustainable liquidity.
- Independent security review.
- Production readiness.
2.2 Public Verification Registry
The following information should be added before publication:
| Solana network | Devnet |
| Earthium Program ID | [ADD VERIFIED PROGRAM ID] |
| Program deployment transaction | [ADD EXPLORER REFERENCE] |
| Source-code repository | [ADD PUBLIC REPOSITORY] |
| Verified build status | [PENDING / VERIFIED] |
| Test payment-token mint | [ADD MINT ADDRESS] |
| Simulated RWA-token mint | [ADD MINT ADDRESS] |
| Example purchase transaction | [ADD TRANSACTION SIGNATURE] |
| Example RWA mint transaction | [ADD TRANSACTION SIGNATURE] |
| x402 endpoint | [ADD ENDPOINT OR DOCUMENTATION] |
| Facilitator or settlement method | [ADD DETAILS] |
| Upgrade authority | [ADD PUBLIC KEY OR MULTISIG] |
| Mint authority | [ADD PUBLIC KEY OR PROGRAM-DERIVED AUTHORITY] |
The website should not display random or shortened 0x values as Solana transaction references.
Solana public keys and transaction signatures are represented using base58-style strings. Hexadecimal values may still be used for document hashes, but they must be clearly labeled as document or record hashes rather than Solana addresses.
The Problem
Blockchain has made it easy to create digital tokens.
It has not automatically solved coordination, trust, legal ownership, service discovery, payments, or access to real-world assets.
Several problems remain.
3.1 Agent Payment Friction
AI agents may discover useful APIs, datasets, compute services, verification tools, or applications but have no simple way to pay for them programmatically.
Traditional systems often require:
- User accounts.
- Passwords.
- Subscriptions.
- Credit cards.
- Manual checkout.
- Repeated human approval.
- Closed platform relationships.
3.2 Fragmented Services
Payment systems, applications, blockchain programs, data providers, and verification services often use incompatible interfaces.
A user or agent must manually coordinate multiple systems to complete one task.
3.3 Incomplete RWA Transparency
Many tokenized assets fail to clearly explain:
- What the token represents.
- Who issued it.
- Who owns the underlying asset.
- Where the asset is held.
- What legal rights token holders receive.
- How the asset is valued.
- Whether redemption exists.
- What happens if the issuer fails.
- Which jurisdiction governs the arrangement.
3.4 Confusion Between Tokens and Ownership
A blockchain token is a digital record.
It only becomes a meaningful representation of a real-world asset when supported by enforceable agreements, credible issuers, reliable custody, accurate data, and a working redemption process.
Minting a token does not independently create ownership rights over an offchain asset.
3.5 Closed Contribution Models
Infrastructure projects are often controlled by a small team while external contributors receive little ownership, recognition, or transparent compensation.
Earthium intends to experiment with an open contributor model supported by a publicly visible token reserve.
Earthium's Vision
Earthium aims to become an open environment where humans and software agents can express an intended outcome and discover the services required to complete it.
A request may be expressed as:
- Retrieve this dataset for no more than 1 USDC.
- Review the available attestations for this tokenized invoice.
- Purchase access to this analysis service and return a structured report.
- Verify that an asset record has not expired.
- Compare supported service providers and execute within the limits I provide.
Earthium aims to coordinate:
- The requester.
- The wallet or agent.
- The payment requirement.
- The service provider.
- The Solana program.
- The asset record.
- The verifier or data provider.
- The resulting receipt.
Earthium does not intend to build or own every component.
It aims to provide common interfaces and open tools through which independent components can interact.
Design Principles
5.1 Solana-First
Earthium's initial token, programs, test transactions, and user experience will focus on Solana.
Additional chains may be considered in the future through independent adapters. Earthium will not describe itself as omnichain until multiple production implementations are publicly operational.
5.2 Intent Before Complexity
Users should describe the result they want and define limits such as:
- Maximum payment.
- Accepted payment assets.
- Allowed services.
- Time limit.
- Required output.
- Transaction permissions.
- Risk restrictions.
Earthium-compatible systems should coordinate the remaining steps where possible.
5.3 Open Participation
Developers should be able to build modules, integrations, applications, agents, and verification tools without requiring private permission from the original team.
5.4 Visible Trust
Earthium will not claim that every real-world dependency can be made trustless.
Issuers, custodians, auditors, data providers, legal agreements, and jurisdictions should be identified clearly.
5.5 Verifiable Development
Claims should be supported by public evidence.
Evidence may include:
- Program IDs.
- Transaction signatures.
- Public repositories.
- Verified builds.
- Mint addresses.
- API documentation.
- Test instructions.
- Security reports.
- Published authority addresses.
5.6 Progressive Decentralization
Earthium may begin with founder-led development.
Governance and operational control should be distributed gradually as the project gains working products, contributors, security processes, and active participants.
5.7 Minimal Technical Theater
Earthium will not include zkVMs, restaking, validity proofs, solver auctions, institutional finality, or similar concepts merely because they sound advanced.
A feature should only be described as active when its implementation can be inspected and tested.
x402 Payment Integration
x402 is an open payment standard built around the HTTP 402 Payment Required response.
A service can respond to a request with payment instructions. The client prepares a payment payload, the server verifies and settles the payment directly or through a facilitator, and the requested resource is returned after payment succeeds.
Earthium did not create x402.
Earthium aims to use x402 as one payment component within a broader coordination system.
6.1 Basic x402 Flow
A standard x402 interaction may involve:
- A client requests a paid resource.
- The server responds with 402 Payment Required.
- The response includes the payment requirements.
- The client prepares and signs a payment payload.
- The client resubmits the request with payment information.
- The server verifies and settles the payment.
- The server provides the requested resource.
The x402 flow is appropriate for:
- Paid APIs.
- Data access.
- AI inference.
- Document analysis.
- Asset-information requests.
- Verification services.
- Agent-to-agent services.
- Usage-based developer tools.
6.2 Wallet Approval
x402 does not inherently require one specific wallet experience.
Depending on the application, a payment may be:
- Approved manually by a user.
- Signed by an agent-controlled wallet.
- Executed under a predetermined spending policy.
- Managed through a delegated or session-based permission system.
The current Earthium user interface may use Phantom or another Solana-compatible wallet to request manual approval.
6.3 Payment Assets
Earthium's initial x402 services should use a stable payment asset where practical.
A stable payment unit makes API and service prices easier to understand.
$EARTH does not need to become the mandatory payment asset for every Earthium service.
Possible separation:
- Stablecoins for measurable service payments.
- $EARTH for ecosystem access, participation, contributor programs, curation, and governance.
6.4 Payment Receipts
A completed Earthium-compatible x402 request may generate a receipt containing:
- Request identifier.
- Service provider.
- Requested resource.
- Payment asset.
- Payment amount.
- Payer.
- Recipient.
- Network.
- Transaction signature.
- Settlement status.
- Completion timestamp.
- Response or output hash.
A receipt confirms that a payment and service interaction occurred.
It does not automatically prove that every piece of data returned by the service is correct.
Current RWA Purchase Prototype
Earthium's current prototype combines a payment flow with simulated RWA-token minting on Solana Devnet.
7.1 Prototype Workflow
Step 1: Asset Selection. The user selects a simulated asset, such as a demonstration bond, property share, commodity unit, or invoice. The displayed asset is not a claim over a real underlying asset unless a separate legal framework explicitly establishes such a claim.
Step 2: Price or Quote. The application displays the amount required for the test transaction. The current price may be a manually configured test value, a value stored in the application database, a value returned by a test API, or a value produced by an oracle integration. The website must identify which method is actually used. It must not claim "real-time global market pricing" unless a verifiable live data feed is integrated.
Step 3: Payment Requirement. The application or paid endpoint communicates the required payment. Where x402 is used, this should be demonstrable through an actual HTTP 402 Payment Required response and documented payment payload.
Step 4: Authorization. The user approves the test transaction through a compatible wallet.
Step 5: Test Payment. The application processes a Devnet payment using a test token with no real monetary value.
Step 6: Program Execution. The Earthium Solana program validates the supported conditions and initiates the mint or transfer operation. Solana token minting creates new units of an existing token mint and increases its total supply. Only the configured mint authority can authorize the mint operation.
Step 7: Simulated RWA Token. The user receives a simulated RWA token in the connected wallet. This token proves that the Devnet program successfully executed its programmed instructions. It does not independently prove legal ownership over an offchain asset.
Step 8: Onchain Receipt. The user receives a Solana transaction signature that can be inspected through an explorer. The receipt should identify the network as Solana Devnet. It should not be described as a mainnet transaction or permanent legal ownership record.
Proposed System Architecture
Earthium may be developed through the following modular components.
8.1 User and Agent Interface
The interface allows humans or agents to:
- Connect a wallet.
- Search for available services or assets.
- Submit an intent.
- Review a quote.
- Set spending limits.
- Approve execution.
- Receive results and receipts.
8.2 Intent Schema
An Earthium intent may contain:
- Intent identifier.
- Requester.
- Requested action.
- Input data.
- Maximum payment.
- Accepted payment assets.
- Allowed network.
- Expiration time.
- Required verification level.
- Execution permissions.
- Output format.
- Failure conditions.
The schema should remain open and versioned.
8.3 Service Registry
Developers and providers may register modules or services with:
- Service name.
- Operator.
- Endpoint.
- Supported actions.
- Input schema.
- Output schema.
- Payment requirements.
- Supported network.
- Version.
- Repository.
- Security information.
- Availability status.
The first registry may use a public database and repository before more decentralized alternatives are explored.
8.4 x402 Payment Adapter
The payment adapter handles:
- Payment requirements.
- Supported assets.
- Payment payload construction.
- Verification.
- Settlement.
- Payment responses.
- Error handling.
- Receipts.
8.5 Earthium Solana Program
The current or future Earthium program may support functions such as:
- Asset-record creation.
- Issuer registration.
- Attestation recording.
- Status updates.
- Test-asset minting.
- Redemption-related burns.
- Authority checks.
- Payment-linked execution.
- Receipt creation.
The exact deployed functions must be documented from the source code rather than inferred from the interface.
8.6 Offchain Application Services
Some services may remain offchain, including:
- Document storage.
- Search and indexing.
- Legal documents.
- Large metadata records.
- External API integrations.
- Oracle data retrieval.
- Agent inference.
- Analytics.
Relevant documents may be hashed, with the hash referenced by an onchain record.
8.7 Public Dashboard
The dashboard should display:
- Network status.
- Program ID.
- Supported assets.
- Asset records.
- Issuers.
- Attestations.
- Transaction signatures.
- Expiration and revocation status.
- Contributor Reserve activity.
- Development releases.
RWA Information Framework
Earthium's long-term RWA objective is not simply to mint tokens.
It is to create structured, inspectable records describing what a token is supposed to represent.
9.1 Asset Profile
An Earthium-compatible asset profile should include:
- Asset identifier.
- Asset name.
- Asset category.
- Description.
- Issuing entity.
- Issuer jurisdiction.
- Underlying asset owner.
- Custodian.
- Asset location.
- Supporting documents.
- Document hashes.
- Valuation method.
- Valuation provider.
- Valuation date.
- Token-holder rights.
- Transfer restrictions.
- Redemption process.
- Expiration or maturity date.
- Applicable jurisdiction.
- Known risks.
- Attestations.
- Current status.
9.2 Legal Rights
A token should not be described as ownership of an asset unless supporting legal documents establish that relationship.
Depending on the structure, a token may represent:
- Direct legal ownership.
- Beneficial ownership.
- A contractual payment right.
- A claim against an issuer.
- A fund interest.
- A revenue-sharing agreement.
- Access or usage rights.
- A non-binding digital representation.
The exact relationship must be disclosed.
9.3 Custody
An asset profile should identify:
- Who holds the underlying asset.
- How custody is verified.
- Whether the asset can be pledged elsewhere.
- What occurs if the custodian becomes insolvent.
- Whether insurance exists.
- How custody records are updated.
9.4 Redemption
A real RWA product should explain:
- Who may redeem.
- Minimum redemption amount.
- Required identity or compliance checks.
- Redemption fees.
- Processing time.
- Settlement asset.
- Geographic restrictions.
- Failure procedures.
Without a credible redemption mechanism, the market value of a token may move independently from the stated value of the underlying asset.
9.5 Pricing and Oracles
An oracle or external data service may provide a reference value.
A reference price does not automatically force the market price of a token to match the underlying asset.
Maintaining price alignment may also require:
- Minting and redemption.
- Sufficient reserves.
- Arbitrage.
- Liquidity.
- Market makers.
- Reliable valuation.
- Clear legal claims.
Earthium will only describe a price feed as active after publishing the data source, feed identifier, update process, and failure handling.
RWA Attestations
An RWA attestation is a structured claim made by an identifiable party about an asset or related record.
Possible attesters include:
- Issuers.
- Custodians.
- Auditors.
- Valuation providers.
- Legal reviewers.
- Data providers.
- Insurance providers.
- Independent verifiers.
10.1 Attestation Record
A record may contain:
- Attestation identifier.
- Asset identifier.
- Attester identity or public key.
- Claim type.
- Claim summary.
- Supporting-document hash.
- Issue date.
- Expiration date.
- Status.
- Revocation reason.
- Signature.
- Network reference.
10.2 Possible Claims
Examples include:
- Ownership documents reviewed.
- Custody balance confirmed.
- Valuation report received.
- Insurance policy active.
- Corporate registration verified.
- Invoice documentation reviewed.
- Redemption request completed.
- Asset information expired.
- Previous attestation revoked.
10.3 Limits of Attestation
An attestation proves that a particular party made a particular claim.
It does not guarantee that the claim is absolutely true.
Users must still evaluate:
- Who issued the attestation.
- What evidence was reviewed.
- What was excluded from the review.
- Whether the attester is independent.
- Whether conflicts of interest exist.
- Whether the attestation remains current.
Verification Terminology
Earthium should use precise terminology.
11.1 Onchain Receipt
A record showing that a transaction or program instruction occurred.
11.2 Document Hash
A cryptographic fingerprint used to detect whether a document has changed.
A document hash does not prove that the document's contents are truthful.
11.3 Attestation
A signed claim made by an issuer, verifier, custodian, auditor, or another identified party.
11.4 Program Validation
Rules executed directly by a Solana program, such as checking authority, status, limits, or expiration.
11.5 Verified Build
A verified build demonstrates that the executable program deployed on Solana corresponds to the published source code.
Solana notes that this improves transparency but does not by itself prove that the code is secure.
11.6 Validity Proof
A validity proof normally refers to a cryptographic proof showing that a computation followed specific rules.
Earthium will not claim validity-proof functionality unless it has:
- A defined proof system.
- A prover.
- A provable program or circuit.
- Verification keys.
- A verifier implementation.
- Public proof examples.
- Reproducible source code.
Until then, the website should use:
- Onchain receipt.
- Program-validated record.
- Attestation record.
- Document hash.
- Verified transaction.
The Role of $EARTH
$EARTH is intended to become the coordination and participation token of the Earthium ecosystem.
The token will launch publicly through Pump.fun on Solana.
Pump.fun is the token-launch venue. It is not the Earthium program, payment protocol, RWA issuer, or underlying infrastructure.
12.1 Initial Role
At launch, $EARTH primarily represents participation in the early Earthium community.
Initial uses may include:
- Access to community discussions.
- Participation in product testing.
- Submission of ecosystem proposals.
- Contributor identification.
- Funding or creating public bounties.
- Access to selected development updates.
12.2 Progressive Utility
As working software is released, $EARTH may support:
- Access to selected Earthium tools.
- Discounts on selected service fees.
- Contributor bounties.
- Module curation.
- Issuer or operator deposits.
- Beta-program access.
- Governance proposals.
- Ecosystem grants.
- Higher limits for selected services.
- Reputation-linked contributor programs.
A proposed utility should only be described as active when it is connected to working software.
12.3 Payment Asset Separation
$EARTH does not need to be the mandatory payment currency for every x402 request.
Earthium services may accept stablecoins or other supported assets.
This allows:
- Stable pricing for APIs and services.
- Flexible provider participation.
- Separation between service payments and ecosystem governance.
- Reduced pressure to create artificial token utility.
12.4 No Guaranteed Returns
Holding $EARTH does not guarantee:
- Income.
- Dividends.
- Fee sharing.
- Price appreciation.
- Buybacks.
- Burns.
- Redemption.
- Ownership of Earthium.
- Ownership of any underlying RWA.
The token's relevance will depend on actual products, usage, integrations, contribution, and community participation.
Contributor Reserve
Earthium intends to acquire and hold up to 15% of the total $EARTH supply in a publicly identified Contributor Reserve wallet.
13.1 Purpose
The reserve is intended to reward measurable contributions such as:
- Smart-contract development.
- x402 integrations.
- Agent modules.
- RWA schemas.
- Security research.
- Bug fixes.
- Documentation.
- SDK development.
- Interface design.
- Testing.
- Data integrations.
- Third-party Earthium applications.
13.2 Acquisition
The reserve is intended to be acquired through the public launch or public market rather than through a concealed pre-mint allocation.
The final amount may be lower than 15% depending on actual acquisition conditions.
13.3 Transparency
Earthium should publish:
- Reserve wallet address.
- Current balance.
- Distribution transactions.
- Recipient wallet.
- Reward amount.
- Contribution description.
- Supporting repository, pull request, report, or release.
13.4 Management
The reserve may initially be controlled by a publicly identified project wallet.
It should progressively move toward:
- Multisignature control.
- Public reward criteria.
- Independent contribution review.
- Periodic reserve reports.
- Community proposal mechanisms.
The reserve should not be described as decentralized while one person retains unilateral control.
Security
14.1 Minimal Permissions
Wallets and agents should receive only the permissions required for a specific task.
14.2 Spending Limits
Agent payment systems should support:
- Per-transaction limits.
- Daily limits.
- Approved-token lists.
- Approved-service lists.
- Network restrictions.
- Expiration periods.
- Revocation.
14.3 Authority Management
Earthium must publish and secure:
- Program upgrade authority.
- Token mint authority.
- Freeze authority, if any.
- Treasury authority.
- Contributor Reserve authority.
- Oracle-update authority.
- Attestation-revocation authority.
Production authorities should use multisignature control where practical.
14.4 Source Verification
The project should publish source code and pursue verified builds so users can compare deployed bytecode with the public repository.
14.5 Program Deployment
Deploying a Solana program requires SOL, with the required amount depending on the compiled program size. The project should publish the program size and deployment-cost calculation before requesting mainnet deployment funds.
14.6 Testing
Testing should cover:
- Unauthorized mint attempts.
- Duplicate payment attempts.
- Incorrect asset identifiers.
- Expired attestations.
- Revoked verifiers.
- Payment failure.
- Partial execution.
- Replay protection.
- Incorrect decimal handling.
- Authority compromise.
- Oracle failure.
- Frontend manipulation.
14.7 Audits
Earthium will not claim to be audited unless it publishes:
- Auditor identity.
- Audit scope.
- Audit date.
- Full report.
- Findings.
- Remediation status.
- Commit or program version reviewed.
14.8 Experimental-Wallet Guidance
During early testing, users should use dedicated wallets containing only limited test funds.
Legal and Real-World Requirements
A working smart contract is not sufficient to launch a real investment product.
Before onboarding a real asset, Earthium or the independent issuer may need to address:
- Issuer incorporation.
- Asset ownership.
- Securities classification.
- Investor eligibility.
- KYC and AML requirements.
- Custody.
- Tax treatment.
- Consumer protection.
- Data privacy.
- Transfer restrictions.
- Offering documents.
- Redemption rights.
- Dispute resolution.
- Applicable jurisdiction.
Earthium may provide open technical infrastructure while independent issuers remain responsible for their legal and operational obligations.
No asset should be marketed as legally backed until the relevant documents and responsible entities are publicly identified.
Governance
Earthium governance will develop progressively.
Stage 1: Founder-Led Public Development
The initial team manages repositories, technical priorities, project wallets, and releases.
Decisions should be documented publicly.
Stage 2: Contributor Participation
Recognized contributors participate in:
- Technical proposals.
- Module review.
- Documentation.
- Bounty evaluation.
- Security discussions.
- Product prioritization.
Stage 3: Community Proposals
Community members may propose:
- Integrations.
- Grants.
- Development priorities.
- Treasury initiatives.
- Module standards.
- Contributor programs.
Stage 4: Distributed Control
Where appropriate, Earthium may introduce:
- Multisignature authorities.
- Delegated working groups.
- Public voting.
- Treasury controls.
- Independent module operators.
Token voting will not replace security review, legal obligations, or technical expertise.
Roadmap
The roadmap describes current priorities and is not a guaranteed schedule.
Phase 0 — Devnet Prototype
Current reported status: built, pending public verification.
- Build wallet connection.
- Build a test payment flow.
- Deploy an Earthium program to Solana Devnet.
- Process a test purchase.
- Mint or transfer a simulated RWA token.
- Return an onchain transaction record.
- Display the resulting token in the user's wallet.
Phase 1 — Public Technical Verification
- Publish the Devnet Program ID.
- Publish deployment transactions.
- Publish token mint addresses.
- Publish example purchase and mint transactions.
- Publish the source repository.
- Document all program instructions.
- Publish x402 endpoint behavior.
- Identify the facilitator or settlement method.
- Publish authority addresses.
- Produce a verified build.
- Remove unsupported website claims.
Phase 2 — x402 Service MVP
- Launch at least one functional paid API.
- Return a genuine HTTP 402 payment requirement.
- Support a documented Solana payment flow.
- Add payment limits.
- Add duplicate-payment protection.
- Return machine-readable receipts.
- Release buyer and seller integration examples.
- Publish an initial SDK.
Phase 3 — RWA Information Toolkit
- Publish an RWA asset-profile schema.
- Publish an attestation schema.
- Build document-hashing tools.
- Add expiration and revocation.
- Build issuer and verifier profiles.
- Add structured risk categories.
- Release a public asset-information dashboard.
- Maintain all assets as demonstrations unless legally backed.
Phase 4 — Mainnet Technical Beta
- Complete security review.
- Calculate and publish deployment costs.
- Deploy the Earthium program to Solana Mainnet.
- Publish the Mainnet Program ID.
- Secure authorities through multisignature control.
- Launch production x402 services.
- Support non-investment or demonstration asset records.
- Avoid presenting experimental records as regulated financial products.
Phase 5 — First Real RWA Pilot
- Partner with a legally identifiable issuer.
- Select one limited asset category.
- Complete jurisdiction-specific legal review.
- Define token-holder rights.
- Establish custody.
- Establish verification procedures.
- Define minting and redemption.
- Publish risks and disclosures.
- Onboard independent verifiers.
- Conduct a limited pilot before broader access.
Phase 6 — Agent and Module Ecosystem
- Release an open module registry.
- Add structured intents.
- Support service discovery.
- Support multi-step workflows.
- Add agent spending policies.
- Enable third-party applications.
- Launch contributor bounties.
- Expand SDKs and developer documentation.
Phase 7 — Progressive Decentralization
- Expand multisignature controls.
- Introduce public treasury reporting.
- Establish contributor working groups.
- Implement module curation.
- Test community proposals.
- Distribute appropriate operational responsibilities.
Phase 8 — Selective Multichain Expansion
- Evaluate additional chains based on actual user and issuer demand.
- Build independent chain adapters.
- Keep Solana as the canonical home of $EARTH unless formally changed.
- Clearly label each chain and transaction format.
- Avoid creating duplicate uncoordinated token supplies.
- Do not describe Earthium as multichain until integrations are publicly operational.
Development Metrics
Earthium should measure progress through products and usage rather than token price.
Relevant indicators may include:
- Public repositories.
- Verified builds.
- Working x402 endpoints.
- Successful paid requests.
- Successful program executions.
- Independent contributors.
- Merged contributions.
- Third-party modules.
- Security issues resolved.
- Published asset profiles.
- Active attestations.
- Revoked or expired attestations handled correctly.
- External data integrations.
- Production users.
- Mainnet transactions.
- Transparent Contributor Reserve distributions.
Trading volume alone does not demonstrate technological development.
Risks
- 19.1 Development Risk. Earthium may fail to complete some or all of its proposed components.
- 19.2 Smart-Contract Risk. Programs may contain vulnerabilities, design errors, or unexpected behavior.
- 19.3 Agent Risk. AI agents may misunderstand instructions, select unsuitable services, or execute unintended actions.
- 19.4 Payment Risk. Transactions may fail, be duplicated, be sent to an incorrect destination, or become unrecoverable.
- 19.5 Authority Risk. Compromised mint, upgrade, treasury, oracle, or attestation authorities could damage the system.
- 19.6 Service-Provider Risk. Third-party modules may provide inaccurate information, become unavailable, or act maliciously.
- 19.7 Oracle Risk. External price or data feeds may be delayed, manipulated, incorrectly configured, or unavailable.
- 19.8 RWA Risk. Underlying assets may not exist, may be disputed, may lose value, may be double-pledged, or may become inaccessible.
- 19.9 Issuer and Custody Risk. Issuers or custodians may become insolvent, commit fraud, violate agreements, or fail to honor redemption.
- 19.10 Legal Risk. Tokens, payments, AI agents, RWA products, and contributor programs may be subject to different laws across jurisdictions.
- 19.11 Market Risk. $EARTH may experience extreme volatility, low liquidity, manipulation, or complete loss of value.
- 19.12 Contributor Reserve Risk. Holding up to 15% of supply creates concentration and market-perception risks.
- 19.13 Devnet Risk. Devnet tokens are not real and its ledger may be reset. Devnet activity should not be treated as permanent production infrastructure.
- 19.14 Impersonation Risk. Third parties may create fake tokens, websites, social accounts, applications, or contributor programs.
Public wallets, documented distributions, and multisignature controls can reduce but cannot eliminate these risks.
Users should verify official addresses through Earthium's published channels.
Public Commitments
Earthium will not intentionally:
- Describe Devnet tokens as real investments.
- Claim that a simulated asset is legally backed.
- Display EVM-style transaction addresses for Solana activity.
- Claim live oracle pricing without publishing the feed.
- Claim validity proofs without a working proof system.
- Claim an audit without publishing the report.
- Claim a verified build before verification is complete.
- Claim mainnet deployment before publishing the Program ID.
- Hide project-controlled wallets.
- Guarantee token-holder income.
- Treat token price as the primary evidence of progress.
- Use unnecessary jargon to manufacture credibility.
Conclusion
Earthium begins with a working direction rather than a finished promise.
Its current prototype demonstrates that a wallet, payment flow, Solana program, token mint, and onchain transaction can be connected in one user experience on Devnet.
That is meaningful technical progress.
But it is not yet a live real-world asset economy.
The next stage is to make the prototype publicly verifiable, secure its authorities, document its x402 implementation, publish the source code, and clearly separate simulated assets from legally backed assets.
Real RWA infrastructure will require more than smart contracts.
It will require issuers, custody, documentation, verification, legal rights, reliable data, redemption, and accountability.
Earthium intends to build those layers openly and progressively.
The token may begin the community.
The prototype may demonstrate the mechanism.
The work that follows will determine whether Earthium becomes real infrastructure.
© 2026 EARTHIUM Protocol. This litepaper describes intent and direction. It is not financial, legal, or investment advice.