# Smart Contract & Web3 Work

The scope of the web3 work was greatly reduced from our original scope which was initially presented to the DAO. Originally, the idea was to allow players to put their Unicorn NFTs at risk of death and / or transfer of ownership with a chance that the winner of the match would be able to take a unicorn from their opponents deck.

The community spoke loud and clear that their was little appetite for risking unicorns on these matches, so the web3 work for this project was greatly reduced.

As it stands now, the primary function of our smart contract work is for players to stash-in and stash-out wCU tokens on the Xai Blockchain to convert them to and from in-game credits. This requires a very basic stashing function which is publicly available and can be found [here](https://explorer.xai-chain.net/address/0xB9E12bCd1cFf56b7e39278BfdfB6679E7b6a8a37/contracts#address-tabs). It also leverages Open Zeppelin for enhanced transparency and security. As such, we do not see a need for any type of certified audit for the smart contract work as it is publicly available for review and incredibly simple in its scope.


---

# 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://unicorn-fight-club.gitbook.io/unicorn-fight-club/additional-info/smart-contract-and-web3-work.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.
