Downbad.farm's rebuilt V2 listing contract now carries 3,766 active listings
The last storefront standing
RandGallery, Algorand's oldest NFT marketplace, wound down this year after a failed experiment in community ownership: the DAO that acquired it in August 2025 concluded the platform could not break even even with 100 percent of the chain's NFT market share, and pointed collectors toward the venues still answering — Downbad, Dartroom and, after a July scare, EXA Market. Among those survivors, Downbad is where the chain's day-to-day NFT trading happens: its sales feed was stamped hours old at check time, and a buyer named in that feed — the on-chain identity shark.lumirogue.algo — shows application calls and same-round payment-and-asset-transfer pairs from today. The account-level evidence matters because the whole platform is, by its own account, 'a hobby project that gives you an interface to public smart contracts on the Algorand blockchain.'
That modest self-description now covers a lot of interface. Beyond fixed-price listings, Downbad runs auctions, raffles, randomized 'shuffle' drops, peer-to-peer lending, standing offers, token swaps and a banner-builder studio, all non-custodial and settled between wallets by Algorand smart contracts — with the platform, in its own terms, never taking custody of user assets.
A marketplace with no accounts and no company
There is no sign-up, and the privacy policy opens with the short version: 'there are no accounts, no sign-ups, and no cookies.' There is no user database, nothing to request a copy of or delete; browser local storage holds only interface preferences and the last connected wallet, and analytics come from Vercel's cookie-less page-view counting. To trade you connect a wallet — Pera, Defly, Lute, Exodus or Kibisis — and sign every transaction inside your own wallet app; the site reads your public Algorand address like any explorer would. The terms are equally bare: Downbad is 'built and run by an individual — not a company, exchange, broker, or custodian,' and no operator name is published anywhere on the site.
The project's history is written partly in its domain registration — downbad.farm has been registered since February 2023 through NameCheap — and partly in the staking sub-site that predates the marketplace. When airdrop services were shutting down, the operator says, it 'quickly spun up soft staking services' — a scheme where holding an NFT earns token rewards without the asset leaving the wallet — and 'onboarded 20 projects,' free of charge, funded by a 0.5 ALGO per-stake fee and, in its words, '0 funding.' That origin story explains the architecture that followed: a community tool that grew into the chain's primary NFT venue, still run without corporate infrastructure behind it.
The V2 rebuild: royalties and listings get composable
The summer's infrastructure work was a rebuild of the smart contract that holds every NFT listing on the site. The original contract — v1 — locked every collection into one immutable set of rules: a 5 percent creator royalty and a 3 percent marketplace fee (1.5 percent on each side of a trade) on every sale, forever. The 'composable marketplace V2,' deployed in early August, keeps those figures as defaults but makes them adjustable:
| Concept | v1 (old contract) | v2 (new contract) | Real-world implication |
|---|---|---|---|
| Creator royalty | 5%, hardcoded | 0-10%, chosen by the creator, changeable any time | Creators fit fees to their community instead of inheriting a platform default |
| Marketplace fee | 3% on every sale | Set per listing, displayed before purchase | Buyers and sellers see the exact split on every sale |
| Seller override | Not possible | Optional, capped where the creator allows | Collections can run fee-waiver promos or loyalty events |
| Multi-edition listings | Awkward in v1 | Supported natively | 10, 100 or 1,000 copies can be listed at once |
Two properties of the new contract matter more than the adjustable numbers. A listing's royalty rate is fixed the moment it is created, so changing a collection default later affects only new listings; repricing is implemented as cancel-plus-relist, so terms cannot be silently altered. And every sale is atomic — payment and NFT transfer settle in a group of Algorand transactions that all succeed or all fail together, with royalties paid out in the same instant. The rebuild also closes 'a handful of small vulnerabilities' in v1, including edges where 'bits of fee occasionally went missing on certain sales.'
The larger change is composability. Every v2 sale pays two marketplace addresses — the one where the listing was created and the one where the buyer clicked Buy — with the same cut going to each. Another marketplace can integrate the contract, render Downbad's inventory in its own interface and earn the buyer-side fee on the sales it drives, while the listing itself never moves. As the project's docs put it, 'We get there together, not by walling each other off.'
The rollout runs both contracts in parallel, with no forced migration: the v2 factory (app 3550011936) currently holds 3,766 active listings with 3,303 per-asset state boxes, while the v1 factory still carries 4,414 listings that the app routes to automatically until they sell. The escrow math is checkable by anyone: the factory accounts hold 2,217.47 ALGO (v2) and 2,345.22 ALGO (v1) against their listings' minimum-balance requirements, published as live invariants on a public contracts page.
Offers, deals and lending: standing bids and collateral
Every feature around the listing contract is built on the same Algorand primitive the marketplace itself uses — a group of transactions that either all settle or none do. That is what lets strangers trade without an intermediary holding either side's assets.
Offers are standing bids on NFTs that may not even be listed. Making one creates a dedicated offer wallet, a small on-chain account the buyer controls through their own wallet app, funded with the bid amount plus a refundable 2 ALGO deposit that discourages spam; minimum bid is 1 ALGO, offers can expire up to 30 days out, and one wallet can hold up to 50 open offers. Bids can target a whole collection, a trait, or a single asset. When a holder accepts, the accept transaction is one atomic group: the NFT moves to the offer wallet, the wallet pays the seller minus royalties and fees, and the deposit is queued for return. Accepted NFTs sit in the offer wallet until the buyer claims them — and, the docs note, that wallet is 'yours forever. Even if downbad disappeared tomorrow you could withdraw your funds and claim your NFTs directly on the Algorand network.'
Deals are the peer-to-peer trade counterpart — up to five assets plus ALGO per side, locked in escrow until both parties accept, settling atomically — while Claims delivers targeted bundles of NFTs and ALGO to a specific recipient address. Lending uses NFTs as collateral: a lender posts a collection-wide offer in the shape 'I'll lend X ALGO against any NFT in this collection, for D days, at R% interest,' a borrower accepts to get the ALGO instantly, and their NFT locks into a dedicated on-chain loan account until repayment. Interest is a flat amount for the whole term — '10% for 30 days' means repaying 110 percent of principal whether on day one or day thirty — and missing the deadline lets the lender claim the NFT. Downbad takes 10 percent of the interest only, never the principal and never on a default, split between the venue that created the offer and the one where the loan was taken. Offers are pinned to a snapshot of the collection at creation, so an NFT minted afterward cannot be borrowed against them — protection against a compromised creator wallet minting fake collateral. The market is small but live: at check time 19,241 ALGO sat available to borrow across nine collections, with 33 active loans totaling 3,805 ALGO out — about 17 percent utilization at a 5 percent average rate.
Shuffles, swaps and showpieces
Shuffles are randomized NFT drops: a creator loads NFTs into a dedicated drop wallet, sets a price and schedule, and buyers click to be handed a random item, paid for and delivered in a single transaction group. Because NFTs on Algorand are pre-minted — they exist on-chain before anyone buys — a buyer could inspect the pool and only pay when something rare comes up. The site offers two fixes: a new claim-token flow in preview, where the buyer pays and receives a claim token first and reveals the random NFT afterward, with the assignment locked before it is shown so a buyer cannot re-roll; and the long-standing placeholder-reveal pattern, where identical mystery-box art is shuffled first and swapped to real art after transfer via ARC-19, the standard that lets a creator update an NFT's metadata without re-minting. Shuffle proceeds split 95/5 to the creator on ALGO phases; ASA-token phases currently carry no platform fee.
Token swaps route through the Haystack DEX aggregator, which compares liquidity across Tinyman v2, Pact, Folks, Algofi, Algomint and TAlgo and splits a trade across pools where useful, at a flat 1 percent fee — 0.75 percent to Haystack and 0.25 percent to Downbad as a referral. That is the same rate Haystack charges on its own site, and the quote shown before signing already includes it. Network costs sit on top: three to six transactions at the standard 0.001 ALGO each, plus a refundable 0.1 ALGO minimum-balance reservation when opting into an asset you don't yet hold. The same everything-public design extends to the homepage's featured carousel — a daily bid-weighted lottery seeded by the Algorand block seed rather than an auction, because 'Slots are not sold to the highest bidder' — and to the Flex Machine, a free tool that lays your NFTs into social banners and wallpapers, in a grid or a free-form canvas, from background-free art projects publish via the Banner Studio manifest.
What you sign for: fees and risk
Nothing on Downbad is free in the trust sense. The operator is an unnamed individual; the staking pages state plainly that their reward contracts 'have not been audited,' which is why staking supports only tokens with clawback — if a pool were ever hacked, the token manager could claw the rewards back. No third-party audit of the marketplace contracts is documented anywhere the site publishes either, and the v2 release notes themselves acknowledge that v1 contained exploitable edges. The terms then hand the risk to the user: Downbad and its operator 'accept no liability for any loss or damage arising from your use of the site or the smart contracts it interfaces with — including lost assets, lost profits, contract exploits, user error, scams, downtime, or data inaccuracies,' and the site 'may change, break, or shut down at any time without notice.' Your only remedy, the terms say, is to stop using the site. Users are counterparties to code, not customers of a service.
The design compensates in one meaningful way. Because the contracts are on-chain and shared, a listed NFT, an open offer wallet or a loan position does not depend on the website to exist: they remain accessible through the blockchain and other interfaces even if the front end disappears. The same composability that lets a v2 listing sell from another venue's interface is what guarantees the market can outlive the site — a structural hedge worth understanding before you trade.
Where the market stands
The activity behind that architecture is modest in dollar terms but steady. With ALGO near $0.0784 at the time of writing, floor prices on the marketplace's popular collections run the full range:
Chart: Floor prices across popular Downbad collections, in ALGO
BLOPS!, the collection whose page anchors this report, sits at a 205 ALGO floor (~$16), with live listings from 210 to 425 ALGO, all carrying the 5 percent royalty. The Akita Kennel Club, created in January 2022, shows the profile of an older collection: 1,000 items, 457 owners (46 percent of supply) and 544,700 ALGO of lifetime volume on Downbad — yet only 4 of its items currently listed (0.4 percent), a sign of how few holders are selling into the present market. Sales were stamping through hourly at check time — Schnoz pieces at 220-229 ALGO (~$17-18), Lumi Rogue Ankhs at 60-65 ALGO — auctions cleared daily through early August (a 24-bid, 21.74 ALGO sale for a Willie piece on August 1, with single-digit-ALGO character lots all week), and July raffles moved thousands of tickets, including 22,061 for a Schnoz piece priced in OINK tokens.
The ecosystem has taken notice of the survivor. In July the ASA Stats analytics engine announced it had 'officially deployed the Downbad NFT market' into its data, and in September 2025 the Algorand Foundation's Algoland quest program — a 13-week on-chain adventure that began September 22 — named Downbad as one of three venues in its NFT/Arcade week alongside Astro Explorer and Asalytic. For a project that began as one person's interface to public contracts, the summer's work has been about making itself replaceable rather than entrenched: royalties move to creator control, listings become sellable from any interface, and the contracts keep trading regardless. Downbad is the venue still rebuilding while the lights stay on.
Source
- Downbad — Algorand NFTs Marketplace
- Marketplace contracts page (live invariants)
- Downbad docs — The composable marketplace V2
- Downbad terms of use
- Downbad privacy policy
- Algorand Foundation — Welcome to Algoland
- ASA Stats on Bluesky
- Downbad - Algorand NFTs Marketplace
- Flex Machine - Downbad
- Downbad - Algorand NFTs Marketplace
- Downbad - Algorand NFT staking
- Projects
- About
- Downbad - Algorand NFTs Marketplace
- Downbad - Algorand NFTs Marketplace
- Auctions - Downbad
- Lending - Downbad
- Raffles - Downbad
- Downbad - Algorand NFTs Marketplace