# About our Tech

The inventive engineers behind Pirate Nation are taking a few approaches to our tech for us to summarize. Look to our Medium for more in-depth posts about the technical side of Pirate Nation (see [Official Links](https://docs.piratenation.game/important/official-links-and-email)).

Things to know:

* **Everything is onchain**: all items, currencies, game logic are built using smart-contracts. This also means that the game will continue to run even if original Pirate Nation developers are no longer around.
* Pirates live on L1 (Ethereum) with Gameplay on L2 (Apex) without needing to bridge.
* Pirates and Ships are ERC721s, meaning they are dynamic and can gain abilities over time.
* Items and Resources (Cotton, Rum, Statues, Totems, etc.) are ERC1155s.
* Pirate Gold ($PGLD) is an ERC20.
* Gameplay on Proof of Play Apex.
* [Halborn](https://halborn.com/), a top tier auditing firm, audited all of our game code to ensure all of our contracts are safe and reliable.
  * You can view the audit [here](https://piratenation.game/home_assets/Proof_of_Play_Pirate_Nation_Smart_Contract_Security_Audit_Report_Halborn.pdf).


---

# 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.piratenation.game/learn/about-our-tech.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.
