# Examples

Practical examples which show how to use our Mirai SDK for various use cases.

{% content-ref url="/pages/2W8O99jSMMKVbC4EKKqa" %}
[Initialize SDK](/smart-wallet-sdk/mirai-sdk-the-evm-smart-wallet-and-paymaster/examples/initialize-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/n5c3BgTxeZ0IZXZaY2GW" %}
[Transfer Native Tokens](/smart-wallet-sdk/mirai-sdk-the-evm-smart-wallet-and-paymaster/examples/transfer-native-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/wRBAVzgEBHqRW3dnXXxF" %}
[Transfer ERC20 Tokens](/smart-wallet-sdk/mirai-sdk-the-evm-smart-wallet-and-paymaster/examples/transfer-erc20-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/CsOIN5vwajaard0g2EgA" %}
[Transfer ERC721 Tokens](/smart-wallet-sdk/mirai-sdk-the-evm-smart-wallet-and-paymaster/examples/transfer-erc721-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/fPmxLjcqkQDdeZtuCetP" %}
[Transfer ERC1155 Tokens](/smart-wallet-sdk/mirai-sdk-the-evm-smart-wallet-and-paymaster/examples/transfer-erc1155-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/naJFFf1tpbyWJzAIhCPK" %}
[Create Aptos Sponsored](/smart-wallet-sdk/mirai-sdk-the-evm-smart-wallet-and-paymaster/examples/create-aptos-sponsored.md)
{% endcontent-ref %}

{% content-ref url="/pages/5nFCBCAIcepErtyW4eLj" %}
[Broken mention](broken://pages/5nFCBCAIcepErtyW4eLj)
{% endcontent-ref %}

{% content-ref url="/pages/aRSXhcgN0KcVDE8ylEeW" %}
[Get Transactions Details](/smart-wallet-sdk/mirai-sdk-the-evm-smart-wallet-and-paymaster/data-service/get-transactions-details.md)
{% endcontent-ref %}

{% content-ref url="/pages/ACphr894QYSKYPZlZrXQ" %}
[Broken mention](broken://pages/ACphr894QYSKYPZlZrXQ)
{% endcontent-ref %}


---

# 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://docs.kanalabs.io/smart-wallet-sdk/mirai-sdk-the-evm-smart-wallet-and-paymaster/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.
