# Welcome

Welcome to Excom Society, a sandbox for NFT and Token utilities, with our own [NFT collection](https://docs.excoms.io/tokenomics/excom-nft) and [$GENZ token](https://docs.excoms.io/tokenomics/usdgenz) that we use as a Proof of Concept so anyone can try what we build.

Our products have a smart contract (program) on the Solana blockchain with a library interacting with the program. We can adjust any of our programs to meet other project's needs, which is in more depth described in [our mission](https://docs.excoms.io/our-mission).

The products we've built so far are

* [NFT Staking](https://docs.excoms.io/products/nft-staking)
* [NFT Upgrading](https://docs.excoms.io/products/nft-upgrading)
* [Token Rewarding](https://docs.excoms.io/products/token-rewarding)

In case you'd like to connect with us, here is our [Contact](https://docs.excoms.io/contact).


---

# 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.excoms.io/welcome.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.
