# Developer Platform Client SDK Examples

This page provides examples and demonstrations of how the AI Agent SDK interacts with the blockchain to perform on-chain actions:

1. The Cronos BigQuery Integration example uses Google BigQuery to fetch and count the number of unique active wallets (UAW) that have interacted with one or more smart contracts on a blockchain over configurable time windows (daily, weekly, monthly, yearly).

{% content-ref url="/pages/Ppz2DkvxJdIN4QDQGEe3" %}
[Cronos BigQuery Integration](/crypto.com-developer-platform/developer-platform-client-sdk-examples/cronos-bigquery-integration.md)
{% endcontent-ref %}

2. The Wallet Playground example demonstrates the front-end interface for Crypto.com Wallet Playground, built using React, Vite, and TypeScript. It provides a simple UI to create wallets using the official Crypto.com Developer Platform SDK.

{% content-ref url="/pages/JJHAjaUqVwURefGDdbqV" %}
[Wallet Playground](/crypto.com-developer-platform/developer-platform-client-sdk-examples/wallet-playground.md)
{% endcontent-ref %}

3. The Transaction Example demonstrates how to use the `@crypto.com/developer-platform-client` Transaction module to interact with blockchain transactions.

{% content-ref url="/pages/2Yh4bXo1AZZXc0iZnSo0" %}
[Transaction Example](/crypto.com-developer-platform/developer-platform-client-sdk-examples/transaction-example.md)
{% endcontent-ref %}

4. The Token Example demonstrates how to use the `@crypto.com/developer-platform-client` Token module to interact with blockchain tokens.

{% content-ref url="/pages/pMoMI7eCUtFkg9z2VVb1" %}
[Token Example](/crypto.com-developer-platform/developer-platform-client-sdk-examples/token-example.md)
{% endcontent-ref %}

\
Stay tuned for more examples on our [Crypto.com AI Agent SDK Updates](https://x.com/cryptocom_agent).&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai-agent-sdk-docs.crypto.com/crypto.com-developer-platform/developer-platform-client-sdk-examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
