Introduction

Welcome to the Crypto.com AI Agent SDK and Developer Platform.
This guide will help you get started quickly and understand the two main ways you can interact with Crypto.com's developer tools to build on Cronos EVM and Cronos zkEVM.
Overview
Cronos operates public blockchains and developer tools to support building and interacting with decentralized applications. The Cronos ecosystem includes three main networks:
Cronos zkEVM: A Zero-Knowledge (ZK) Ethereum layer-2 focused on scalability, security, and innovation.
Cronos EVM: An Ethereum-compatible layer-1 network built on the Cosmos SDK, optimized for Web3 and decentralized applications.
Cronos POS: A Proof-of-Stake (PoS) layer-0 chain that underpins the security of the Cronos ecosystem.
The Crypto.com Developer Platform provides a robust set of APIs that allow developers to interact directly with the Cronos EVM and Cronos zkEVM blockchains. Using the Developer Platform Client SDK, developers can access native tokens, ERC-20 tokens, smart contracts, transactions, blocks, and wallets through standard API-based methods.
On top of this, the Crypto.com AI Agent SDK introduces a natural language interface powered by large language models (LLMs) from providers like OpenAI and GoogleGenAI. It enables end users to interact with blockchain functionalities, such as checking balances or sending tokens, by expressing their intent in plain language. The SDK translates these inputs into API calls, making blockchain access more intuitive for users.
Two Ways to Build
1. Crypto.com AI Agent SDK
The AI Agent SDK allows you to build apps where end users can interact with Cronos chains using natural language. The SDK interprets plain language questions or commands and turns them into actual blockchain interactions via the Developer Platform APIs.
This makes it easier to create user-friendly experiences, for example, wallets, chatbots, or assistants that help users interact with tokens, smart contracts, or transaction data without needing technical knowledge.
Check Crypto.com AI Agent SDK documents for more information:
AI Agent SDK2. Crypto.com On-Chain Developer Platform Client SDK
If you prefer integrating directly with the underlying services, the Crypto.com Developer Platform Client SDK lets you work with Cronos EVM and Cronos zkEVM using conventional APIs.
With this SDK, you can:
Query blockchain data from Cronos EVM and Cronos zkEVM
Access smart contract details
Get token and wallet information
And much more
Check Crypto.com On-Chain Developer Platform Client SDK documents for more information:
On-Chain Developer PlatformLast updated
Was this helpful?