π¨βπ» Lazy dApps and Solutions β
We created a wide range of solutions for our holders and also provide open source codes for developers and creators willing to start/run their project on Hedera.
On-chain registry
Every token and smart contract behind these solutions β IDs, EVM addresses, and source links β is listed on the π Contracts & Tokens page.
Lazy Super Minter π¨ β
A smart contract based solution allowing creators to launch their NFT project on Hedera.
Lazy dApp
β
Our Lazy dApp at app.lazysuperheroes.com is the Lazy Superheroes Lair. Everything below is live, and every contract behind it is listed on Contracts & Tokens.
| In the dApp | What it does | Contract | Source |
|---|---|---|---|
| Staking | Stake NFTs, earn $LAZY daily β see Staking | 0.0.7221488 | hedera-SC-LAZY-Farms |
| Missions | Time-boxed objectives with boosted rewards β see Lazy Farms | 0.0.8257122 | hedera-SC-LAZY-Farms |
| Pools | A decentralised drip of fungible tokens to NFT holders. Any project can point a token at its holders and let it stream. This is $LAZY infrastructure β built for the ecosystem rather than for our own collections. | β | β |
| Lotto | On-chain lottery with verifiable random winner selection | 0.0.10628505 | hedera-SC-lazy-lotto |
| Burn to Earn | Burn a Hash Horse for $LAZY β see Burn to Earn | β | hedera-LAZY-burn-to-earn |
| Swap | Swap legacy NFTs for their current edition β see Swap Legacy NFTs | three, one per migration | hedera-SC-LAZY-tokenswap |
| Mint | Mint from live collections β see Lazy Super Minter | per collection | hedera-SC-minter |
| Vote | Holder governance votes | per proposal | hedera-SC-LazyVoter |
| Graveyard | Retire a token permanently without deleting it | 0.0.10583846 | hedera-token-graveyard |
| Gas Station | Sponsors the gas so holders can transact without holding β | 0.0.7221483 | hedera-SC-LAZY-Farms |
| Delegations | Delegate an NFT's rights without transferring the NFT | 0.0.7221486 | hedera-SC-LAZY-Farms |
| Allowances | Review and revoke token allowances β see Revoke Allowances | native HTS | β |
| Metrics | Live $LAZY supply and burn figures, read from chain | β | β |
| FAQ | Answers to the common questions | β | β |
Trade and marketplace features live outside the Lair β see Lazy Trade and Marketplace, both from hedera-SC-LazySecureTrade.
Also in the Lair: the Gen 2.5 art upgrade swap.
Multi-Signature Tool π β
A hosted tool for running M-of-N multi-signature transactions on Hedera at multisig.lazysuperheroes.com β no install required. Signers join a session, review the transaction, and sign from a wallet or the CLI.
It supports threshold accounts and smart-contract multi-sig, ED25519 and ECDSA keys, air-gapped and offline signing, hardware wallets, and HIP-423 scheduled transactions for ceremonies that need to run over hours or days rather than inside Hedera's normal signing window. Every session is audit-logged.
The same code is published for anyone to use: MIT-licensed, on npm as @lazysuperheroes/hedera-multisig with a library, a CLI and an agent SDK for policy-driven automated signing.
Source: hedera-multisig Β· see also Security & Governance, which covers how we use multi-sig ourselves.
Hash Horses Racer π β
A gamified, animated horse race for Discord built around the Hash Horses collection, with a web companion at horseracer.lazysuperheroes.com for race history, leaderboards and the hall of fame.
Holders ride the horses they actually own β non-holders get a wooden toy horse β and the race plays out live in Discord as editing embeds with round-by-round commentary. Each rider's luck is computed from their on-chain token holdings, never from spending money: the betting and crowd-cheer features are play-money and cannot change who wins. It runs seasons with carry-over, an all-time hall of fame, champion badges and per-rider form and stats.
It is self-serve and multi-tenant: any server can onboard with its own eligibility token and pacing settings, so it works for other Hedera collections and not only ours.
Open access, not open source
Any server can use the Racer, and any collection can onboard its own token β but the source is not published, unlike the open-source tooling linked elsewhere on this page.
HTS Discord Bot π€ β
A token gating and rarity bot for Discord featuring Hedera NFTs projects. Provided for free for creators and users β now self-serve at htsbot.lazysuperheroes.com, where the site walks through what it does and how to set it up.
Free to use, source kept private
The bot is free for any project to use, but its source is deliberately not published β unlike the open-source tooling linked elsewhere on this page.
Hedera Scripts π β
A set of scripts to interact with Hedera network, by #deejay
Auctions β‘ β
Lazy Palace (palace.lazysuperheroes.com) was our off-chain auction website, provided free for creators and collectors auctioning NFTs on application.
It is being replaced by a fully on-chain English auction β timed auctions with reserve prices, minimum bid steps, escrowed bids that refund automatically when outbid, and anti-snipe time extension, all settled by smart contract rather than by us.
In public testing
The on-chain auction ships in @lazysuperheroes/marketplace-sdk and is currently deployed to testnet. Details are subject to change and mainnet is pending β see Marketplace.