# Karura Network

Karura is a parachain of the Kusama Relay chain, with all of its network security and consensus provided by Kusama's Validator set. As a [Substrate](https://www.substrate.io/)-based chain, most of Karura's integration points are the same as Kusama and Polkadot. As a parachain specifically though, the key differences will be outlined in this document.

This guide contains the following sections:

1. [Protocol Info](/integrate/karura/protocol-info.md)
2. [Token Transfer](/integrate/karura/token-transfer.md)
3. [Networks](/integrate/karura/endpoints.md)
4. [Run a Full Node](/integrate/karura/full-node.md)
5. [Run a Collator Node](/integrate/karura/collator.md)


---

# 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://wiki.acala.network/integrate/karura.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.
