The plan now...

Multi-Token RPG
PeakeCoin RPG is a text-based Web3 adventure game built on the Hive blockchain, featuring a fully integrated token economy. Each Hive Engine token has a unique purpose, and their in-game use reflects real blockchain utility and lore.
🪙 PEK
: The Core Currency
PEK
(PeakeCoin) is the primary currency of the game world.
It is used for:
- Purchasing weapons, tools, and gear
- Unlocking core quests
- Paying for guild memberships and travel
- Trading within centralized shops
This token acts as the backbone of your journey, providing access to essential systems and upgrades.
Example order structure on Hive Engine:
{
"contractName": "market",
"contractAction": "buy",
"contractPayload": {
"symbol": "PEK",
"quantity": "5",
"price": "0.0012"
}
}
🍑 PIMP
: Token of the Nightlife
PIMP
is used exclusively for adult services and street-level dealings.
You’ll need PIMP
for:
- Brothel visits
- NPC companionship
- Tavern "favors" and black market access
Vendors in these areas do not accept PEK
or WEED
.
Sample logic:
if (token !== "PIMP") {
return "Access denied. This service requires PIMP.";
}
🌿 WEED
: The Herbalist’s Token
WEED
(Weedcash) is accepted only by apothecaries, forest vendors, and mystical healers.
Used to purchase:
- Healing salves
- Potions and stimulants
- Psychedelic quest items
Spiritual goods require spiritual currency.
Example vendor check:
if vendor.type == "apothecary" and token != "WEED":
print("This vendor only accepts Weedcash.")
🔗 Blockchain-Backed Gameplay
All token interactions are broadcast via Hive Engine using custom JSON operations. Tokens are stored, burned, or traded using real smart contract logic—your game progress is on-chain.
👁️ Coming Soon
- Tax zones that demand different tokens
- NPCs that build favor based on token gifts
- Dynamic markets and quests tied to token prices