# Sample Boxes

### **Sample Boxes** | [Github](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/sample)

* atomictokenpeg - Atomic Assets EOSIO <> EOSIO, EOSIO <> EVM contracts and unit tests
* binancetokenpeg - BEP20 standard token bridge EOSIO <> EVM
* cardgame - cardgame example frontend, contracts, migration scripts, contract deployment json&#x20;
* chess - contracts, frontend, deployment json, and unit test
* coldtoken - vRAM based token
* combined - combined services contracts and tests
* deepfreeze - vRAM based cold storage wallet
* ethmessagebridge - EOSIO <> EVM bi-directional communication bridge
* ethtokenpeg - EOSIO <> EVM token peg&#x20;
* portfolio - LiquidPortfolio frontend and smart contracts for creating encrypted LiquidAccount portfolios
* price-feed - price feed contract for running oracle price feed
* sample-zeus-extension - sample zeus command framework
* simple-assets-peg - simple assets nft bridge smart contracts
* tokenpeg - EOSIO <> EOSIO token bridge
* vgrab - vRAM based airgrab
* [registry](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/eos-framework/registry) - vRAM based item registration


---

# 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.liquidapps.io/liquidapps-documentation/working-with-zeus-sdk/zeus-box-basics/zeus-box-directory/sample-boxes.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.
