> For the complete documentation index, see [llms.txt](https://whitepaper.mirrorworld.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mirrorworld.fun/matrix-core-engine/matrix-blockchain-adapter-hermes.md).

# Matrix Blockchain Adapter - Hermés

The MirrorWorld Matrix Core adapter is primarily engineered to enable you to easily plug into the MirrorWorld Gaming Universe through our stack of contracts that would to allow your application to read and write to the blockchain via our adapter SDKs known as ***Hermés.***

{% hint style="info" %}
*Hermes 1. / (ˈhɜːmiːz) / noun. Greek myth **the messenger and herald of the gods; the divinity of commerce, cunning, theft, travellers, and rascals**.*
{% endhint %}

## Hermés Contracts

Hermés provides smart contracts and SDKs across different that allow you to do the following operations for your NFT assets across multiple blockchains.

{% hint style="info" %}
As of the end of Q2 2022, Hermés currently only support Solana NFTs. In the future, we intend to support multiple chains. We, therefore, intend to progressively roll out cross-chain support on Hermés in the coming months.

If the reader uses another blockchain apart from Solana, the reader may replace Solana with the blockchain of their choice
{% endhint %}

1. Minting new in-game contracts.
2. Collection contracts.
3. NFT Upgrade contracts.

Hermés provides a \*\*\*\* and provide scale and improve performance for your gaming applications when building on Web 3.

## Blockchain Support

Here is the Hermés Contract Support at this point in time.

<table><thead><tr><th>Chain</th><th data-type="checkbox">Asset minting</th><th data-type="checkbox">NFT upgrades</th><th data-type="checkbox">Marketplace Trading</th></tr></thead><tbody><tr><td>Solana</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Ethereum</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Binance Smart Chain</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Avalanche</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Starknet (Layer 2)</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Polygon</td><td>false</td><td>false</td><td>false</td></tr></tbody></table>

## Hermés System Architecture

![Hermés Blockchain Adapter Layer](/files/LrFqcp1MI8fpTJs6QHY7)

{% hint style="info" %}
**Attention:** we are currently in the development phase of this tool kit, we will be taking applications with a very selective process for qualified game developers of any size and gradually open up our capabilities to game studios, you can find the application form here to discuss with the team: <https://forms.gle/t4SgZGAoFXYm2npH9>
{% endhint %}


---

# 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.mirrorworld.fun/matrix-core-engine/matrix-blockchain-adapter-hermes.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.
