> For the complete documentation index, see [llms.txt](https://www.restack.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.restack.ai/projects/nft-concepts.md).

# NFT Concepts

## Apex Ducks  NFT Project

(February - May 2022)&#x20;

We completed *Duck Racerz* - our first commercial project for the Apex Ducks Solana NFT project (now defunct due to issues out of our control). We built a [racing simulator as a hosted solution](https://solracer.netlify.app/). Features include in-game currency payouts, an in-game store, which accepts the in-game currency, and a wagering component, allowing racers to pay an entry fee, the house to take a rake and the winner receiving the wager pool minus the rake.&#x20;

## Saltwater Games&#x20;

(August 2022-September 2022)&#x20;

We provided Agile coaching and project management services to the UK based [mixed reality startup](https://saltwatergames.com/). For three weeks, we reviewed the current delivery routines and made recommendations for Scrum and Kanban implementation, including change management.

## ISTANHACK 2022

(November 2022)&#x20;

Our CTO won the three-day [Superteam](https://superteam.fun/) sponsored [hackathon event](https://istanbulblockchainweek.com/istanhack/) by creating an innovative self-managed digital wallet for refugees. The solution not only includes a single sign-on from a Google account, but also it allows for integration with document verification registers (e-Registry and e-Apostille). The project was inspired by the UNHCR’s persons of concern need to implement its [strategy on digital identity](https://www.unhcr.org/blogs/wp-content/uploads/sites/48/2018/03/2018-02-Digital-Identity_02.pdf) and inclusion while offering new opportunities to refugees.

## <mark style="color:blue;">Tractors & Tanks</mark>

This concept recognizes the Ukrainian farmers who have taken Russian tanks. Their actions have become a symbol of the war and inspiration for our NFT fundraiser.

**Status:**  Tractor Artwork Complete & searching for a marketing partner.&#x20;

### **Website:** [Tractors and Tanks ](https://linktr.ee/tractors_and_tanks)

### **NFT Previewer**: [Assembly Line ](https://assembly-line.netlify.app/preview/tractors)

### Overview

We developed a digital art collection with over 20,000+ thousands of unique images to raise funds for the Ukrainian Army. These NFTs can participate in our ecosystem. Inspired by Reddit Collectible Avatars, we plan to drop this collection for free after our ICO to RESTACK Coin holders, meeting specified conditions. We will donate resale royalty profits to qualified NGOs supporting the war effort.&#x20;

### Media Coverage

The Ukrainian tractors, towing Russian tanks, have become an international symbol.&#x20;

![](/files/nr0Ecu7VNuDlViGm9HFq)

Our story has been featured in [Finnish](https://www.maaseuduntulevaisuus.fi/uutiset/5d090a31-d13c-44a4-897e-a44b12755122) and [Romanian](https://www.grid.news/story/ukraine-russia/2022/05/06/ukrainian-tractors-vs-russian-tanks-the-hundred-year-history-behind-the-meme/) media. &#x20;

### NFT Examples

Below, are examples of the four tractors types for the initial launch. The tanks will be dropped later. Please see the [website](https://www.tractorsandtanks.com/) for more details. In the final phase, users will be able to combine both a tractor and tank image for a combined one like those pictured below.&#x20;

<figure><img src="/files/qEUYme6hYA9Nbx2L0eXW" alt=""><figcaption><p>Classic Tractor</p></figcaption></figure>

<figure><img src="/files/4LhtjmqjS900TJVDCvTc" alt=""><figcaption><p>Standard Tractor</p></figcaption></figure>

<figure><img src="/files/CE8uJKm4gJl3xoWRpIO9" alt=""><figcaption><p>Modern Tractor</p></figcaption></figure>

<figure><img src="/files/9FCL43bqsfzaTYYUhAUr" alt=""><figcaption><p>4WD (Four-Wheel Drive) Tractor </p></figcaption></figure>


---

# 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://www.restack.ai/projects/nft-concepts.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.
