> For the complete documentation index, see [llms.txt](https://docs.dappkit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dappkit.dev/use-cases.md).

# Use Cases

Below you can find some practical use cases of dappkit technology

{% tabs %}
{% tab title="NFT Collectibles" %}
With *dappkit* you can easily create NFT collectibles in gaming and esports environments.

You can give the opportunity to anyone to acquire digital assets that are unique, rare, and indivisible. By using a blockchain that underpins NFTs you're giving users ownership, provable scarcity, interoperability, and immutability.

### Related Content

{% content-ref url="/pages/-Mb5qBXK9-3dJyvR0mOu" %}
[Create your NFT Art Gallery](/start-building/how-to-guides/create-an-nft.md)
{% endcontent-ref %}

### Real Examples

#### [**RealFevr - Video Collectibles**](https://www.realfevr.com/nft-explanation/)

* BEPRO Network's NFT Factory codebase to create NFT video collectibles for the most exciting moments in football history (Soccer, if you are from America), the world's most popular sport.
* Uses the Opener Framework with the custom Class [`OpenerRealFvr`](https://sdk.dappkit.dev/classes/RealFevrOpener.html)

{% endtab %}

{% tab title="Digital Art Galleries" %}
Digital Art is booming and more and more artists are participating. The emergence of NFTs allows artists and creators to finally claim proper ownership of their digital content in a decentralized manner, that can also be openly verified by anyone.

With dappkit we give a white-label solution for artists and galleries to create their own online digital showcase, using their own brand and naming.

### Related Content

{% content-ref url="/pages/-Mb5qBXK9-3dJyvR0mOu" %}
[Create your NFT Art Gallery](/start-building/how-to-guides/create-an-nft.md)
{% endcontent-ref %}

### Real Examples

#### [**b.e.p.r.o. (belle et puissante, la raisonnablement obligée) - Automated Art**](https://bepro.gallery)  &#x20;

* This open beta is entitled Minimal Art Gallery and is a preview of what can be built using BEPRO Network's NFT technology in just a few days of development.
* Uses the [`ERC721Collectibles`](https://sdk.dappkit.dev/classes/ERC721Collectibles.html) Class and was created as a way to show how easy is to build a gallery for anyone.

{% endtab %}

{% tab title="Prediction Markets" %}
Prediction markets are markets where participants trade on the outcome of future events, with multiple timeframes of resolution.

They are a very applicable use case for Blockchain because by removing a centralized entity and using smart contracts to govern the interactions, you can remove intermediaries allowing individuals from any part of the world to create and participate in any market or pool.

With *dappkit* you can quickly create sophisticated contracts to govern several market activities including creating your own token for utility and governance, adding and removing liquidity, and buying and selling shares.

### Real Examples

#### [Polkamarkets ](https://app.polkamarkets.com)

* Using the [`ExchangeMarket`](https://github.com/bepronetwork/bepro-js/blob/feature/prediction-markets/contracts/PredictionMarket.sol), Polkamarkets is a DeFi oriented prediction market built for cross-chain information exchange and trade.
  {% endtab %}

{% tab title="DeFi" %}
With *dappkit* we allow anyone to add common decentralized finance mechanisms (like staking, locking tokens, etc) to their applications and websites.

### **Related Content**

{% content-ref url="/pages/-Mb6ACqShdHAQyBCEmj1" %}
[Create other Project](/start-building/how-to-guides/usage.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mb5px09HDW2--AnEJPL" %}
[Create an ERC20 Token](/start-building/how-to-guides/create-an-erc-20-token.md)
{% endcontent-ref %}

### Real Examples

#### [**Exeedme**](https://www.exeedme.com/)

* Exeedme is a fair and trusted Play2Earn gaming platform, built on top of the blockchain. They are enabling gamers to monetize their skills and earn money while playing their favorite games. Exeedme is using BEPRO's technology and its gaming software to accelerate the development and production of key features of the roadmap.
* Using the [**`StakingContract`**](https://sdk.dappkit.dev/classes/StakingContract.html) Framework, decentralized ERC20 staking is easy
  {% endtab %}

{% tab title="Governance" %}
Many decentralized applications and organizations have built-in governance methods for token holders to participate and engage in discussions about the future of the protocol.

*dappkit* allows you to add these mechanisms in a quick and simple manner.
{% endtab %}

{% tab title="Staking" %}
ERC20 Staking is something common, still, platforms undervalue its real use of trustable decentralization.

You can find the integration process [here](/start-building/how-to-guides/usage.md) and the API [here](https://bepronetwork.github.io/bepro-js/StakingContract.html) - ready to go!

*bepro-js* allows you to add these mechanisms in a quick and simple manner.

### Real Examples

#### [**RealFevr - Video Collectibles**](https://staking.realfevr.com/)

* BEPRO Network's Staking codebase allows operators to create staking infrastructure in without reinventing the wheel
* Uses the Opener Framework with the custom Class `StakingContract`
  {% endtab %}
  {% endtabs %}
