# Aptos Arcade Core

## Overview

The `AptosArcadeCore` package is an extensible framework for issuing in-game NFTs and establishing on-chain gamer reputation systems for games on Aptos. It is open-source and 100% covered by unit tests at: <https://github.com/aptos-arcade/aptos-arcade-core-contracts/>

## Package and Dependencies

The package is deployed at `0x887a990cd9846b5f29938b3c9775f7cce4bfcc57077f019f28e34a5e0561d786` and depends only on packages from the [aptos-core](https://github.com/aptos-labs/aptos-core) repository.

{% @github-files/github-code-block url="<https://github.com/aptos-arcade/aptos-arcade-core-contracts/blob/master/Move.toml>" %}


---

# 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.brawl3r.com/smart-contracts/aptos-arcade-core.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.
