> For the complete documentation index, see [llms.txt](https://whitepaper.iskra.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.iskra.world/service/iskra-platform.md).

# Iskra Platform

### The Iskra Hub Chain

The Iskra Hub Chain is the mainnet blockchain that supports services essential to our ecosystem, from Launchpad to NFT Marketplace. It is an interoperability protocol that allows different game chains within our ecosystem to communicate with each other in a frictionless and trustless manner, serving as a hub for all assets within the ecosystem.

### Launchpad

A Launchpad is a platform that facilitates the distribution of digital assets and connects projects with early supporters in the WEB3 ecosystem, enabling them to kickstart and promote their vision.

### Decentralized Exchange(DEX)

DEX is a decentralized exchange service provided by Iskra, where you can exchange game tokens for $ISK or other tokens, and vice versa.

### NFT Marketplace

NFT Marketplace consists of two markets: (i) Primary Market, where game NFTs are initially offered by game studios, and (ii) Secondary Market, where gamers can freely trade NFT assets, such as in-game items.

### Bridge

Bridge is a bridge that connects The Iskra Hub Chain, game chains(which are side chains of Iskra) and external blockchains. Because most blockchain games run on their own chains, a secure and trustless bridge that interconnects multiple blockchains is an indispensable component of our ecosystem.

### Wallet

Wallet is a repository in which users stash their digital assets. It also enables access to all services on our platform in just one place. It is the gateway for exploring and interacting with all games and services within our ecosystem.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.iskra.world/service/iskra-platform.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
