Cointime

Download App
iOS & Android

MetaArena Secures New Strategic Funding to Accelerate Trusted AI Engine Development

Validated Individual Expert

MetaArena is a trusted execution infrastructure designed for AI Agents and complex interactive systems. It is built to accelerate AI adoption across domains including gaming and finance, ensuring that intelligent behaviors are verifiable, auditable, and scalable through zero-knowledge verification — delivering truly reliable AI experiences for blockchain games.

As one of the few infrastructure projects focusing on trusted AI execution in blockchain gaming, MetaArena has recently gained significant market attention and successfully completed a new round of strategic funding. This round involves multiple renowned institutions, including IBC Group, Central Research, SEI Foundation (SEI Network), Sky Wee (Sky Ventures), Stratified Capital, Pacific Meta, LC Academy, Axia8, CIW, LucidBlue, IceTea Labs, ODIG, and A1E Omega.

This funding round not only reflects strong capital market recognition of MetaArena’s vision but also further validates its potential value and strategic position in the upcoming wave of on-chain intelligent interaction upgrades.

MetaArena: Making AI Agents More Trustworthy

MetaArena is a trusted execution infrastructure centered on zero-knowledge proof (ZKP) mechanisms, designed to provide verifiable computing services for AI gaming and intelligent interaction scenarios that require trustable execution.

MetaArena consists of an off-chain computing network composed of distributed nodes and an on-chain verification engine deployed across multiple chains. When a trusted execution task arises, MetaArena dispatches AI behavior requests to the off-chain nodes for execution, generating a zero-knowledge proof (ZKP) that is subsequently verified on-chain. This mechanism ensures that input data, reasoning processes, and execution results are authentic, trustworthy, and tamper-proof. MetaArena has been validated in the Web3 gaming field and enables AI Agent-driven blockchain games to run efficiently, securely, and auditable without relying on centralized servers.

In its recent upgrade, MetaArena introduced a new trusted execution stack. Through two core capabilities — zkTrace and zkAction — it verifies the consistency of prompt inputs (Proof of Prompt) and the trustworthiness of reasoning behaviors (Proof of Inference), ensuring the authenticity and confidentiality of AI Agents’ prompts and inference paths in a provable manner.

Notably, while many existing solutions attempt to provide trustworthy environments for AI Agents, MetaArena is among the few that achieve trusted execution purely through zero-knowledge cryptography without requiring specialized hardware.

zkTrace: Proof of Prompt Input Trustworthiness

In traditional AI Agent models, a core problem has remained unresolved: how to ensure the trustworthiness of prompts?

This includes, but is not limited to:

  • Was the prompt tampered with before or during execution?
  • Did the model actually reason according to the intended prompt?
  • Is there a risk of sensitive content in the prompt being leaked?

MetaArena provides verifiable and trusted execution capabilities for prompts at the computation layer through the zkTrace module, ensuring that prompts maintain correctness, consistency, and privacy throughout their lifecycle; there is no need to expose the original content externally. This is a key foundational component for building trustless AI Agents and decentralized application logic.

zkTrace is offered in a developer-friendly SDK form. Its underlying design relies on strong cryptographic mechanisms and ZK primitives, including Pedersen commitments, Poseidon, and zkSNARKs (Plonk), and works closely with the System Prompt initialization process.

During system initialization, the prompt is input into the off-chain computing network to generate a cryptographic commitment and construct a corresponding ZKP. These ZKPs can be referenced by any user or third-party verifier, and by comparing them with the on-chain prompt commitment, the authenticity and untampered state of the prompt can be confirmed. If the prompt used in execution does not match the audited commitment, verification immediately fails, ensuring transparency and trusted execution without exposing plaintext.

In practice, AI Agent developers or AI prompt application developers can use zkTrace to create and define a System Prompt, ensuring the model executes tasks strictly according to established policies and constraints. Once the System Prompt is initialized and loaded into the model, zkTrace automatically generates the commitment and proof files, submitting them to the on-chain verification engine. This process records the full lifecycle of the prompt from input to usage, ensuring proofs are traceable and tamper-proof.

For end-users interacting with AI Agents, they can always access the prompt commitments and proofs corresponding to the currently executing model and verify the authenticity of prompt usage:

Does it still match the developer’s intended settings?Has it been replaced or injected with malicious content during execution?

zkTrace ensures that prompt trust no longer relies on centralized custody or a single service provider endorsement but is instead established through cryptographic proofs, creating a verifiable, auditable, and non-repudiable foundation of trust for system inputs.

zkTrace Interaction Example

zkTrace establishes a reliable interaction mechanism among AI Agents, off-chain computing networks, DApps, and smart contracts, ensuring the integrity and consistency of prompts and providing verifiable trust guarantees for AI model behaviors.

When AI Agent developers define and submit a System Prompt via zkTrace, the prompt is encrypted off-chain and a commitment is generated, while the agent is initialized and bound to the corresponding verification circuit, giving the prompt an immutable attribute throughout the system. The AI Agent also registers the necessary verification keys with the MetaArena off-chain computing network for subsequent verification calls.

When a DApp initiates a message or interaction request, the AI Agent reads the request and delegates execution tasks to off-chain computing nodes. During execution, the usage and logic of the prompt are verified via zero-knowledge proofs, and the behavior path is recorded to generate verifiable proof files. The proof results are then returned to the smart contract or DApp to confirm at the contract level that the action strictly originates from the committed prompt.

MetaArena’s on-chain verification engine is responsible for matching ZKPs with commitments to ensure consistency between input content and executed behavior. If a prompt is replaced or execution policies deviate, verification fails immediately, effectively curbing potential abnormal action chains. This mechanism ensures that the AI Agent’s execution aligns perfectly with the initial settings and provides a transparent, auditable, and trusted foundation.

By collaborating with smart contracts and other on-chain objects, MetaArena makes AI Agent execution publicly verifiable, providing high security and structured trust for various Web3 use cases.

From a capability perspective, zkTrace enables AI Agents to have:

  • Data Privacy: Prompt content can be verified without disclosure, avoiding sensitive information leaks.
  • Trustworthiness & Transparency: Zero-knowledge proofs ensure model behaviors are not maliciously tampered with.
  • Distributed Verification Capability: Any user or third-party can verify execution consistency, avoiding reliance on centralized entities.

Based on zkTrace’s trusted input advantages, capabilities can naturally extend to Proof of Inference (implemented via zkAction) to verify the trustworthiness of AI Agent reasoning paths and results, ensuring outputs are strictly derived from legitimate input reasoning.

Overall, zkTrace is especially suitable for critical mission scenarios, such as financial-sensitive, tightly constrained, or high-compliance decision-making tasks, providing a highly secure and transparent operational foundation for the next generation of trustless AI Agents.

AI Agent Game Engine Trusted Framework

MetaArena has been first to implement in the blockchain gaming field, launching the AI Game Engine component, which constrains and audits in-game agent operations through zero-knowledge proof mechanisms. Game agents can participate in on-chain battles via smart contracts, with behaviors verified through zkTrace / zkAction to ensure fairness, authenticity, and traceability.

Within this game engine system, developers can continue using native engines like Unity, Cocos Creator, and Unreal without changing existing workflows to migrate games to a trusted on-chain environment. Through SDK interfaces, developers can access MetaArena’s decentralized state layer, managing critical on-chain states including player inputs, state changes, and turn switching, and verify them in real-time via zero-knowledge proofs.

All generated content and task feedback can be processed by multiple AI Agents (e.g., content generation agents, battle agents, testing agents), enabling automated verification and dynamic game experience optimization.

All data generated during gameplay — including command inputs, state transitions, behavior logs, and content generation results — is transmitted to MetaArena’s off-chain computing network for processing and integrated into a verifiable proof structure via ZK Game SDK. Using ZK circuits (e.g., ZK Shuffle, Action Legitimacy Circuit), randomness, fairness, and rule consistency are ensured. The on-chain verification engine publicly confirms each behavior’s authenticity through zero-knowledge verification, ensuring the game execution process is tamper-proof and fully transparent.

At the computation and storage layer, MetaArena combines resource optimization components to provide high-performance support for multi-agent scenarios (AIGC, QA testing agents, data insight agents, etc.), ensuring execution efficiency and response stability under high-throughput interactions.

Ultimately, this infrastructure not only provides developers with efficient computing resources but also, through decentralized verification + intelligent behavior auditing, ensures that every game operation is verifiable, auditable, and accountable, establishing a fair and trusted on-chain AI gaming ecosystem and effectively preventing cheating, tampering, and opaque execution.

Superior Security

In building trusted AI Agents, TEE solutions are widely adopted for their hardware-isolated environments, providing some level of data privacy protection and verifiable execution. While TEE is a validated mainstream privacy solution used across domains, it has limitations for trusted AI Agent construction.

In fact, TEE solutions often rely on trusted environments and key management services provided by hardware vendors like Intel SGX and ARM TrustZone. This centralized trust mechanism makes system security highly dependent on specific vendors, introducing centralization risks. Intel SGX has previously been exposed with multiple vulnerabilities, directly threatening trust foundations. Additionally, although TEE provides isolated runtime environments, its data privacy protection remains limited. For instance, data may be intercepted during transmission to the TEE environment, and external attackers could access sensitive information via interaction interfaces. TEE design is also primarily for predefined computation tasks and lacks dynamic adaptability, whereas AI Agents typically handle varied tasks and complex contexts, which rigid architectures struggle to support.

In contrast, MetaArena’s zero-knowledge trusted execution solution is decentralized and does not rely on any centralized entity. Its security comes from a large-scale off-chain distributed computing network. This provides lightweight advantages and superior scalability and flexibility compared to TEE, enabling efficient adaptation to diverse AI Agent applications. MetaArena seamlessly supports LLMs like ChatGPT and trending models like DeepSeek. Notably, MetaArena’s solution is fully based on ZK cryptography, distinguishing it in the trusted AI Agent domain.

Overall, despite rapid AI technology iterations, full adoption of fully autonomous AI Agents still faces challenges in security, ethics, and practicality. Semi-autonomous AI Agents, balancing automation and human oversight, remain the mainstream. This means that before large-scale adoption, AI Agents require progress in trust and privacy, and MetaArena, with its fully ZK-based cryptographic solution, is accelerating this, laying a solid foundation for the next phase of AI Agent development. The new funding further establishes its position as a leading trusted AI engine infrastructure.

As one of the most important zero-knowledge trusted execution infrastructures in the AI era, MetaArena is “Making Agent Secure Again”!

Comments

All Comments

Recommended for you

  • American Bitcoin's Bitcoin reserves have increased by approximately 623 BTC in the past 7 days, bringing its current holdings to 4941 BTC.

    Emmett Gallic, a blockchain analyst who previously disclosed and analyzed the "1011 insider whale," posted on the X platform revealing updated data on the Bitcoin reserves of American Bitcoin, a crypto mining company supported by the Trump family. In the past seven days, they increased their holdings by about 623 BTC, of which approximately 80 BTC came from mining income and 542 BTC from strategic acquisitions in the open market. Currently, their total Bitcoin holdings have risen to 4,941 BTC, with a current market value of about 450 million USD.

  • The US spot Ethereum ETF saw a net outflow of $19.4 million yesterday.

    according to TraderT monitoring, the US spot Ethereum ETF had a net outflow of 19.4 million USD yesterday.

  • Listed companies, governments, ETFs, and exchanges collectively hold 5.94 million Bitcoins, representing 29.8% of the circulating supply.

    Glassnode analyzed the holdings of major types of Bitcoin holders as follows: Listed companies: about 1.07 million bitcoins, government agencies: about 620,000 bitcoins, US spot ETFs: about 1.31 million bitcoins, exchanges: about 2.94 million bitcoins. These institutions collectively hold about 5.94 million bitcoins, accounting for approximately 29.8% of the circulating supply, highlighting the trend of liquidity increasingly concentrating in institutions and custodians.

  • The Bank of Japan is reportedly planning further interest rate hikes; some officials believe the neutral interest rate will be higher than 1%.

    according to insiders, Bank of Japan officials believe that before the current rate hike cycle ends, interest rates are likely to rise above 0.75%, indicating that there may be more rate hikes after next week's increase. These insiders said that officials believe that even if rates rise to 0.75%, the Bank of Japan has not yet reached the neutral interest rate level. Some officials already consider 1% to still be below the neutral interest rate level. Insiders stated that even if the Bank of Japan updates its neutral rate estimates based on the latest data, it currently does not believe that this range will significantly narrow. Currently, the Bank of Japan's estimate for the nominal neutral interest rate range is about 1% to 2.5%. Insiders said that Bank of Japan officials also believe there may be errors in the upper and lower limits of this range itself. (Golden Ten)

  • OKX: Platform users can earn up to 4.10% annualized return by holding USDG.

    According to the official announcement, from 00:00 on December 11, 2025 to 00:00 on January 11, 2026 (UTC+8), users holding USDG in their OKX funding, trading, and lending accounts can automatically earn an annualized yield of up to 4.10% provided by the OKX platform, with the ability to withdraw or use it at any time, allowing both trading and wealth management simultaneously. Users can check their earnings anytime through the OKX APP (version 6.136.10 and above) - Assets - by clicking on USDG. Moving forward, the platform will continue to expand the application of USDG in more trading and wealth management scenarios.

  • The Federal Reserve will begin its Reserve Management Purchase (RMP) program today, purchasing $40 billion in Treasury bonds per month.

     according to the Federal Reserve Open Market Committee's decision on December 10, the Federal Reserve will start implementing the Reserve Management Purchase (RMP) program from December 12, purchasing a total of $40 billion in short-term Treasury securities in the secondary market.

  • Bitcoin treasury company Strategy's daily transaction volume has now surpassed that of payment giant Visa.

    according to market sources: the daily trading volume of Bitcoin treasury company Strategy (MSTR) has now surpassed the payment giant Visa.

  • The US spot Bitcoin ETF saw a net outflow of $78.35 million yesterday.

    according to Trader T's monitoring, the US spot Bitcoin ETF had a net outflow of $78.35 million yesterday.

  • JPMorgan Chase issues Galaxy short-term bonds on Solana network

     JPMorgan arranged and created, distributed, and settled a short-term bond on the Solana blockchain for Galaxy Digital Holdings LP, as part of efforts to enhance financial market efficiency using underlying cryptocurrency technology.

  • HSBC expects the Federal Reserve to refrain from cutting interest rates for the next two years.

    HSBC Securities predicts the Federal Reserve will maintain interest rates stable at the 3.5%-3.75% range set on Wednesday for the next two years. Previously, Federal Reserve policymakers lowered rates by 25 basis points with a split vote. The institution's U.S. economist Ryan Wang pointed out in a report on December 10 that Federal Reserve Chairman Jerome Powell was "open to the question of whether and when to further cut rates at next year's FOMC press conference." "We believe the FOMC will keep the federal funds rate target range unchanged at 3.50%-3.75% throughout 2026 and 2027, but as the economy evolves, as in the past, it is always necessary to pay close attention to the significant two-way risks facing this outlook."