# Holdstation/Worldchain-SDK

This document provides a comprehensive guide for integrating the **Holdstation/WorldChain SDK** to support core token functionalities within decentralized applications (dApps). The SDK enables seamless interaction with the WorldChain ecosystem, enhancing user experience and ensuring scalability for Web3-native applications.

The integration covers five key modules:

* **Token Integration:** Fetch and display a user's token list, including balances and token metadata (e.g., native tokens, ERC-20).
* **Transaction History Integration:** Retrieve and present detailed transaction history for any wallet on the WorldChain network.
* **Send Token Integration:** Enable users to send tokens with proper configuration and transaction handling via the SDK.
* **Swap Integration:** Facilitate token swaps directly within the app using WorldChain’s native swap functionality, allowing efficient asset conversion in a secure and user-friendly manner.
* **Widget Integration:** Embed prebuilt WorldChain widgets into the application (e.g., connect wallet, token selector, transaction modals), reducing development time and ensuring UI/UX consistency across Web3 components.

Each section includes implementation steps, SDK methods, and sample code snippets to support rapid and reliable development.&#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://docs.holdstation.com/holdstation/integration/holdstation-worldchain-sdk.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.
