# iWan

iWan is the "interface to Wanchain", which provide users with secure, dependable access to the full array of Wanchain full node services, including the Wanchain main network and test network. Through the API and developer tools provided by iWan, developers now have access to both native Wanchain and cross chain services including cross chain transactions, account management, smart contract querries, and much more. iWan provides the core Wanchain interface for developers so that they can focus on building their business layer without worrying about the cost and complexity of setting up their own full node. Learn more at the official [<mark style="color:blue;">iWan site</mark>](https://iwan.wanchain.org/).


---

# 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.wanchain.org/technology/iwan.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.
