# Introduction

WalletD is a Rust-based cryptocurrency library designed to facilitate intuitively working with various cryptocurrencies. It implements functionality designed to allow developers to work with several cryptocurrencies in a standardized way.

WalletD is a cryptocurrency wallet library that encapsulates Rust-based functionality for various cryptocurrencies and blockchains. It contains features for creating and importing wallets, checking balances, and sending and receiving transactions. It aims to provide a standard interface for interacting with significantly different cryptocurrencies and their blockchains.

<br>


---

# 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://token.walletd.org/introduction.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.
