# Roadmap

The Ferdy team prides itself on our ability to deliver. Generally speaking, we don’t like to tie ourselves down to a specific roadmap, we just build what we like, when we like.

But we do have a variety of things on our minds. The following is a list, in no particular order, of the things we’re looking at doing.

We do not commit to doing everything or even anything on this list, and we do not commit to any specific timeframe to launch them.

✅ = Completed

### $Ferdy token

Having our revenue share tied to a set of 300 NFTs has been quite limiting for our product, so we plan to **shift** it to a **token** to expand our options. This will **replace the current illiquid market** for the NFTs with a much more natural way to buy/sell a stake in the casino revenue.

The Ferdy team will continue to be funded by profits from the casino by staking our share of the tokens.

We’re looking into other ideas about how to make the Ferdy NFTs dynamic post (value) transfer.

{% hint style="info" %}
An upcoming announcement will provide comprehensive details about $FERDY tokenomics, NFT value transfer, airdrops, and additional aspects.
{% endhint %}

{% hint style="danger" %}
$FERDY is **NOT** deployed yet. Consider all $FERDY coins a scam.
{% endhint %}

### Multiplayer / PVP

We want to add more games where you play with other people. Simple games like ZK Rock/Paper/Scissor to start, but eventually things like Poker.

### More single-player games

We have ideas for more games. Some games will be available on all chains, others will only be available on ‘low latency’ chains such as Arbitrum.

* ~~Slots~~ ✅
* ~~Ferdy Race~~ ✅
* Lottery
* ~~Wheel~~ ✅
* Blackjack
* Baccarat
* Mines
* Crash
* Video Poker
* Towers
* HiLo

### More token betting options

Until now, we’ve just supported betting in the native token for each chain. Once $FERDY launches, we’ll be adding support for arbitrary ERC-20 tokens, $FERDY to start, but USDC and potentially more tokens via partnerships.

### Faster RNG fulfillment

We’ve observed that it takes on average 8 seconds for randomness to be provided by Chainlink, and we expect a similar delay on other chains we want to expand to.

Base has no Chainlink, so we were forced to deploy our in-house RNG provider, and we fulfill requests within 2 seconds.

✅ ~~We expect that our own RNG will be faster on all chains, including AVAX, so we’d like to provide users with the **OPTION** to use the faster RNG, even for chains that have native Chainlink support.~~

Using the faster RNG will result in a better experience, but requires more trust in the Ferdy team’s fairness than Chainlink does. [We’ve published our fulfillment server and contract for review, if you care to examine it.](https://github.com/DeepWaterStudios/ferdyflip-vrf-server)

### Achievements

We’re going to have a line of stamp NFTs that you can collect, automatically minted to your account as you interact with the casino. You’ll be able to view your stamps on the site, and they’ll modify your gaming experience and FerdyBox presentation.


---

# 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.ferdyflip.xyz/whats-next/roadmap.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.
