7Block Labs
NFT Marketplaces

ByAUJay

Rarible vs SuperRare: Engineering Differences That Matter for NFT Marketplaces

Decision Summary

Rarible is this cool multichain platform that’s all about being protocol-first. It’s got an indexer, a shared order book, an SDK, plus no-code/white-label marketplace tools. You can really mix and match it to build your own marketplace or app.

On the flip side, SuperRare is a top-notch, Ethereum-native marketplace that focuses on high-end, curated art. It features DAO governance, auctions, and a GraphQL API, making it perfect for single-edition fine art and super selective curation. Check out more here.


Who this guide is for

  • Startup founders and product leaders in the enterprise world are diving into the NFT stack.
  • CTOs and engineering managers are busy weighing the technical aspects: looking closely at chains, order books, royalties, fees, APIs, and the trade-offs that come with deployment timing.

TL;DR: The core engineering divergence

  • Rarible: Think of it as a combo of protocol, API, SDK, and marketplace-builder all rolled into one. It’s multichain and comes with an aggregated order book and some unique royalty handling. Plus, you can tap into RARI Chain, which is an Arbitrum Orbit L3 featuring sequencer-level royalty enforcement. This is the go-to option if you're looking to fully own your marketplace experience, including monetization and data management. Check it out here.
  • SuperRare: This one's all about a curated ERC‑721 network on Ethereum. It features community-run galleries called Spaces, auctions, and fixed platform economics, along with DAO governance and a public GraphQL API. SuperRare really shines when it comes to ensuring provenance and curatorial integrity, rather than just focusing on liquidity. If your project revolves around premium, single-edition art and top-notch curation, this is where you want to be. Learn more here.

1) Execution environment and chain strategy

  • Rarible is pretty versatile when it comes to blockchain support! It’s got a whole bunch of chains right off the bat, like Ethereum, Polygon, Base, Immutable X, Arbitrum, zkSync Era, and more--along with its own creator-focused RARI Chain. If you're looking to connect with users in gaming or low-fee EVMs, this flexibility is key. (help.rarible.com)
  • RARI Chain is set to go live on January 24, 2024, and it's built on Arbitrum Orbit L3 using Caldera. What’s cool is that it integrates royalties right into the sequencer/node level, making it tougher for people to bypass them. This means you’ll have enforceable royalties by design on that network. (rari.foundation)
  • Layer Leap, which kicked off on June 24, 2024, makes it super easy to bridge directly from L1 to L3 for Orbit chains. RARI Chain was one of the first to jump in, making it smoother for users to fund their wallets. (coinlive.com)
  • SuperRare runs on the Ethereum mainnet using open-source ERC-721 contracts. Every transaction is recorded on-chain and non-custodial, so they really focus on provenance and security over having multichain capabilities. (docs.superrare.com)

Engineering Insight

If your roadmap is eyeing multiple chains--whether it’s gaming, consumer experience, or specific partnerships--Rarible’s multichain protocol and the ability to deploy on RARI Chain can really speed things up for you. On the other hand, if your strategy is all about “Ethereum mainnet first” for brand identity and provenance, then SuperRare is definitely the way to go.


2) Order books and liquidity plumbing

  • The Rarible Protocol has your back with a shared order book that pulls together listings and bids from all the big players like OpenSea, Rarible, LooksRare, X2Y2, and SudoSwap. You can access this sweet setup through their API/SDK. Just a heads up, the aggregation rules have changed a bit during the royalty discussions of 2023. So, make sure to check out the current developer docs for how the aggregation works. Rarible has tweaked which sources they support when creator fees are ignored, so it’s a good idea to validate what you need at build time. (help.rarible.com)
  • The Rarible Order data model is pretty handy because it standardizes orders (think: id, maker/taker, make/take assets, platform enum). This means you can easily ingest, filter, and execute orders consistently, no matter which chains or platforms you’re using. (docs.rarible.org)
  • Now, if you're diving into SuperRare, know that they don't aggregate external order books. All the market action happens natively, which includes Buy-Now, Offers, and Auctions. Their auctions are on-chain and come with reserve prices and scheduled modes, plus they've got time-extension rules (like adding +15 minutes on those last-minute bids). So be ready for some excitement! (help.superrare.com)

Engineering Takeaway

If you need maximum liquidity right from the get-go, check out Rarible’s aggregated order book. It’s a great way to tackle that cold-start issue. Just make sure your royalty policy aligns with the sources you’re using. On the flip side, if you prefer a more curated, gallery-style approach to price discovery, SuperRare’s auction mechanics have proven to be reliable and effective.


3) Royalties: standards vs enforcement

  • Standards: The EIP‑2981 standard makes it easy to find out who gets royalties and how much from NFTs, but it's important to note that it doesn’t require payments. It’s up to marketplaces to decide if and how they want to handle payments. (eips.ethereum.org)
  • Rarible Protocol: This platform rolls with several royalty interfaces, including Rarible V1/V2 and EIP‑2981, and automatically pays creators when trades go down. If you're running a community marketplace, Rarible has documented some nifty wrappers and registry lookups to make sure royalties are enforced, even on those aggregated sudoswap orders, as long as the conditions are met. (docs.rarible.org)
  • RARI Chain: They’ve baked royalty enforcement right into their sequencer/node layer. This is a game-changer for businesses that rely on steady creator revenue. So, if that’s your vibe, pay attention! (caldera.xyz)
  • SuperRare: The way they handle creator economics is pretty straightforward at the marketplace level: for primary sales, it’s a split of 85% for the artist and 15% for the SuperRare DAO; for secondary sales, the artist gets 10%. Plus, there’s a 3% fee for the marketplace that buyers have to cover. Just a heads-up--off-market transactions (those happening outside the SuperRare protocol) aren’t guaranteed to pay out royalties, according to their terms of service. (help.superrare.com)

Engineering takeaway:

If you're looking to guarantee royalties in your marketplace and want some solid options to enforce them beyond just the usual UI standards, then Rarible combined with RARI Chain might be your best bet. It offers you a lot more tools to work with. On the flip side, if your approach is more about keeping royalties in a straightforward, premium single-venue experience, then SuperRare makes things simple and easy to manage.


4) Fees and monetization control

  • Rarible.com has rolled out a new fee structure that starts with a 7.5% fee for items priced under $100 and drops all the way down to just 0.5% for items over $4,000. Plus, they’ve added a sweet 0% fee option for those who lock a certain amount of RARI through the RARI Foundation flow--perfect for pros who are keeping an eye on those fees. Just be sure to check the current thresholds before diving in. (rarible.com)
  • If you're into no-code solutions, Rarible’s community marketplace is a great pick since it has a 0% platform fee. You get to decide on your own community fee, which goes directly to your treasury. And if you're after custom builds, those fees are negotiable. (help.rarible.com)
  • SuperRare has a straightforward approach: they charge buyers a 3% marketplace fee, which is separate from the primary and secondary splits mentioned earlier. (help.superrare.com)

Engineering Takeaway

If having P&L ownership of fees is super important for you--like if you need to direct fees to a DAO treasury or set up dynamic fee incentives--then Rarible’s builder/white-label model is the way to go. On the flip side, SuperRare doesn’t offer as much flexibility with fee programmability, and that’s part of its overall design.


5) APIs, SDKs, and data architecture

  • Rarible offers:

    • A multichain indexer and unified APIs for all kinds of stuff--items, collections, ownership, metadata (complete with CDN-backed media transformations), orders, and executable transactions. Check it out here.
    • A handy TypeScript SDK to help you with minting, listing, and buying across various chains. Plus, there’s an Execute API and detailed order models. They’ve got Uptime SLOs and a published audit for peace of mind. Dive into the details on GitHub.
    • Need to launch your own marketplace in a hurry? Their no-code marketplace builder and enterprise white-label solution (RaribleX) has got your back. You can kickstart a branded front-end in no time. Explore the options here.
  • SuperRare has:

    • A public GraphQL API that covers NFTs, events, sales, auctions, and users. It’s super useful for analytics, tracking price history, and managing gallery operations dashboards. Find the details here.
    • Documentation for DAO/Spaces and governance tools if your project depends on community-curated galleries. Get the scoop here.

Engineering Insight

Hey there! If you're working on a custom marketplace or thinking about embedding trading features into your app, you’ve got to check out Rarible’s SDK/Execute API and indexer. These tools can really cut down your development time by months!

On the flip side, if you’re diving into the curated art market--whether it's for participation or analysis--SuperRare’s GraphQL is definitely the way to go for accessing the right data.


6) Minting and metadata flows

  • Rarible:

    • Offers gasless “lazy minting” on Ethereum for ERC‑721 and ERC‑1155. This means NFTs are minted when they’re sold for the first time, with metadata stored on IPFS. It’s a cool option for those wanting to experiment, but keep in mind that items won’t be on-chain until someone buys them. (help.rarible.com)
    • You can set up collection royalties that are compatible with EIP‑2981 on both Ethereum and Polygon, which is pretty handy. (help.rarible.com)
  • SuperRare:

    • Started with shared minting contracts but then leveled up by adding “Series” contracts. This allows artists to create custom ERC‑721s under their own brand on SuperRare. Neat, right? (help.superrare.com)
    • They’re serious about curation: only whitelisted artists can mint on their marketplace. This is great for ensuring quality and keeping the brand safe. (help.superrare.com)

Engineering takeaway

Want to mint at scale, try out different drops, and tweak the user experience based on the blockchain? Rarible’s minting options have got you covered. But if you’re after tightly controlled, artist-sovereign contracts that come with a curated brand? SuperRare’s Series contracts and curation process are right in line with that vision.


7) Governance, curation, and community mechanics

  • SuperRare operates a DAO powered by the $RARE token, a multi-signature governance council (superraredao.eth), and community-approved Spaces. This governance setup takes care of curation and some network parameters. You can dive deeper into it here.
  • On the flip side, Rarible’s governance ecosystem is managed by the RARI Foundation and RARI DAO. This same foundation also kicked off RARI Chain along with sweet incentive programs like RARI Rewards for those who bid or mint. Check it out over here.

Engineering takeaway: If you're looking for a solid way to manage formal, token-governed curation outcomes--like running a gallery or a space--SuperRare has the tools you need. On the flip side, if your goal is to generate chain-level and marketplace-level incentives to boost liquidity, you'll want to check out Rarible's foundation programs.


8) Security and operational risk notes

  • Rarible's API and infrastructure keep you in the loop with audits and status updates. If your business needs to do its homework on vendors, you'll find the audit references and SLA tiers right here. (docs.rarible.org)
  • Back in July 2025, SuperRare faced a hiccup when their RARE Staking v2 contract was exploited, leading to a loss of about 11.9M RARE. The team responded quickly, fixing the issue and putting in place tougher verification and re-audit measures. While this incident didn’t affect the core marketplace custody model, it’s still important when considering governance and staking integrations. (messari.io)

Best Practice

When it comes to staking and treasury modules, it’s a good idea to think of them as different risk areas compared to your core marketplace escrow and settlement functions. Make sure to implement formal verification or conduct re-audits for any changes made after the initial audit. Plus, don’t forget to put some change management practices in place to control when you deploy updates.


9) Practical build patterns (with precise steps)

A) So, you’re looking to create a brand-owned, multichain marketplace that has enforced royalties and your own fee structure? Here’s what you need to do:

  • Go with Rarible API/SDK + Community Marketplace or check out RaribleX.
  • Here’s a quick rundown of the steps:

    1. Define your chains: You can either opt for Ethereum + Polygon to cover more ground, or focus on RARI Chain if you want sequencer-level royalties. For more info, check out this link: (help.rarible.com).
    2. Set up your marketplace: Use the builder (it’s 0% Rarible fee!) and make sure to set a community fee that goes straight to your DAO treasury. Learn more here: (help.rarible.com).
    3. Implement Execute API flows: Get your fee logic sorted out and double-check that your aggregated sources align with your royalty policy and legal requirements. Don't forget to keep a feature flag handy so you can easily turn specific sources on or off as your policies change. More details can be found here: (docs.rarible.org).
    4. Set EIP‑2981 royalties on your collections to ensure everyone’s on the same page across different markets. Check out how to do that here: (help.rarible.com).
    5. For a smoother user experience: If you want a fiat-like experience and quick onboarding, consider using Layer Leap. It helps simplify those Level 1 to Level 3 flows to RARI Chain and makes bridging way easier in your UI. More info can be found at this link: (coinlive.com).

Alright, so you’re diving into the world of the SuperRare ecosystem and want to set up a Space? Great choice! Here’s how to get started, using GraphQL for all your analytics, cataloging, and operational needs.

Steps:

  1. Apply to operate a Space
    First things first, you’ll need to apply for a Space. The DAO is the one that governs approvals, so keep an eye on the “Space Race.” Check out the details here.
  2. For artists, make your choice
    Decide if you want to mint on the shared SuperRare contract or go for a Series (sovereign) ERC-721. You can find more info on that here.
  3. Set your pricing
    Now it’s time to think about pricing. You can go with Buy-Now options or run Reserve Auctions with on-chain settlements. Just remember to model your revenue--Primary sales work on an 85/15 split, and you’ll want to include a 10% perpetual artist royalty, plus the buyer’s 3% fee. You can dive into the specifics here.
  4. Use the GraphQL endpoint for real-time tracking
    Finally, leverage that GraphQL endpoint to create real-time dashboards. This will help you keep tabs on auctions, bids, top collectors, and provenance trails. Check out the public API documentation here.

And that's it! You're all set to embark on your exciting journey in the SuperRare space.


10) Emerging best practices we’re implementing for clients in 2025

  • Consider using chain specialization for your business logic: If creator-royalty guarantees are key to your product, it's smart to deploy on RARI Chain. For high-value provenance, stick with Ethereum mainnet contracts. This two-pronged strategy is becoming pretty popular among brands. (rari.foundation)
  • Look at royalties as a full-stack issue:

    • Contract layer: EIP-2981 on collections. (eips.ethereum.org)
    • Protocol layer: Think about royalty registries and exchange integrations (like Rarible V2/EIP-2981 support). (docs.rarible.org)
    • Network layer: Ensure sequencer-level enforcement on RARI Chain when needed. (caldera.xyz)
  • Create an “aggregation policy switchboard” for your marketplace. This lets the product and legal teams quickly adjust sources when third-party policies change, like when external venues change their royalty practices. Rarible’s announcements and documentation show just how quickly things can shift--build with that in mind! (cryptotimes.io)
  • Keep staking and governance contracts separate from your marketplace’s funds flow. Any code changes after your audit should trigger a re-audit, and you should also widen your test coverage for upgradeable patterns. The SuperRare incident in 2025 is a big warning sign to heed. (messari.io)

11) Decision guide by requirement

Opt for Rarible whenever you're looking for:

  • A versatile, multichain marketplace setup that comes with SDKs and a handy aggregated order book.
  • The power to set your own fees (enjoy a 0% platform fee when using the no-code builder; plus, you can customize fee routing to direct funds to your treasury). (help.rarible.com)
  • The ability to secure royalties at the network level (thanks to RARI Chain). (rari.foundation)

Choose SuperRare when you're looking for:

  • Curated, one-of-a-kind fine art with market dynamics handled by DAO-governed Spaces.
  • On-chain reserve or scheduled auctions that come with straightforward and predictable economics (85/15 for primary sales; 10% for artist secondary; and a 3% buyer fee). (help.superrare.com)
  • Solid Ethereum-only provenance guarantees along with a public GraphQL for digging into gallery analytics. (docs.superrare.com)

12) Quick, concrete examples

  • Rarible Execute Flow (Conceptual):

    • Start by searching for orders through the API. You can filter by collection, price, and platform (like RARIBLE or OPEN_SEA, etc.).
    • Next, create the buy transaction using the Execute API, making sure to include your marketplace fee and the creator’s royalty parameters.
    • If you’re looking to target the RARI Chain, just double-check that your front-end wallet connection is compatible with Layer Leap for deposits. Also, don’t forget to have your UI clearly explain the sequencer-enforced royalties! (docs.rarible.org)
  • SuperRare analytics snapshot (GraphQL idea):

    • Check out the top auctions from the last 30 days, including the average hammer price and bid velocity for each Space. This info can really help with programming and deciding when to drop new pieces. Base URL: api.superrare.com/graphql. (help.superrare.com)

Final recommendations

  • Are you looking to create a brand-owned, scalable marketplace with options for fees, liquidity, and royalties? Check out Rarible Protocol! You can start with the no-code builder, move on to RaribleX when you're ready, and think about RARI Chain for some creator-friendly enforcement. (help.rarible.com)
  • If your vision is a curated fine-art hub or you want to set up a gallery featuring on-chain auctions and strict curation, then SuperRare’s Spaces and governance are the way to go. You’ll benefit from Ethereum-native provenance and straightforward, creator-friendly splits. (docs.superrare.com)

Rarible vs. SuperRare: A Closer Look at Two NFT Giants

So, let's dive into what makes Rarible and SuperRare tick.

Rarible is a multichain powerhouse that's all about that protocol-first approach. It's got an aggregated order book, handy SDKs, and even allows you to whip up a no-code or white-label marketplace. You can check out more details on their help page.

On the flip side, SuperRare operates on Ethereum and really prides itself on being a curated marketplace. It features cool things like Spaces, auctions, and DAO governance. Plus, they offer a public GraphQL API that developers can tap into.

In this post, we’ll break down the engineering trade-offs between these two platforms. We’ll touch on the different chains, how order routing works, royalties, fees, APIs, and even suggest some solid build patterns for both.

Like what you're reading? Let's build together.

Get a free 30-minute consultation with our engineering team.

7BlockLabs

Full-stack blockchain product studio: DeFi, dApps, audits, integrations.

7Block Labs is a trading name of JAYANTH TECHNOLOGIES LIMITED.

Registered in England and Wales (Company No. 16589283).

Registered Office address: Office 13536, 182-184 High Street North, East Ham, London, E6 2JA.

© 2026 7BlockLabs. All rights reserved.