Skip to main content

Webdeeds: Digital Tradeables Without Blockchain Bullshit

Blockchain promised decentralization, security, and freedom. But outside Bitcoin, it's mostly hype. Blockchains were invented to solve one clear problem: resisting government interference in money. Most blockchains these days are just a complicated, costlier version of PayPal.

NFTs? They're glorified IOUs, dependent entirely on custodians. The blockchain doesn't secure your videogame skin NFT; the issuer does. If the game shuts down or refuses to acknowledge your ownership, your "asset" evaporates. Blockchain hasn't fundamentally changed that.

The NFT Lie

Bitcoin thrives because there's no central custodian. NFTs always have one. That makes NFTs securities, not decentralized assets. You're paying a premium for blockchain promises that don't deliver.

Introducing Webdeeds

Webdeeds are digital collectibles and tradeables done right. No blockchain. No token pre-sales, No false decentralization promises. Just clear, secure ownership verified by a straightforward server.

Why Webdeeds?

  • True Peer-to-peer Transactions: Instant, secure asset transfers through direct exchanges of secrets. No intermediaries. No blockchain.
  • Scalable and Instant: Millions of transactions per second. Less than 50ms per transfer. No expensive consensus overhead.
  • Dead-Simple API: One HTTP API. Simple, affordable, effective.
  • No False Promises: Ownership and custodial risks are explicit. You know exactly what you're getting.

Not Convinced?

That's fine. Webdeeds proves you can have secure, peer-to-peer tradeable digital assets without blockchains or cryptocurrencies. Next time a greedy AAA game company sells you blockchain hype, show them Webdeeds.

Real-World Example: Videogame Skin with Webdeeds

  1. Minting: Game company creates a unique skin:

    POST /v1/mint
    {
    "metadata": "Legendary Sword Skin - Flamebringer",
    "outputs": ["+1.PLACEHOLDER.initialSecret"]
    }

    Response:
    {
    "itemId": "deed_SKIN456",
    "outputs": ["+1.deed_SKIN456.initialSecret"]
    }
  2. Distribution: You receive a skin secret securely out-of-band from a friend over Signal or maybe from a third-party marketplace—it doesn't matter.

  3. Ownership: Swap secrets via API, establishing clear ownership:

    POST /v1/swap
    {
    "inputs": ["+1.deed_SKIN456.initialSecret"],
    "outputs": ["+1.deed_SKIN456.yourUniqueSecret"]
    }

    Response:
    { "success": true }
  4. Usage: In-game, present your secret. Verified instantly, your skin unlocks and is usable immediately.

Ready to Get Started?

Webdeeds requires no signup, no complicated onboarding, and no gatekeepers. Our API is public and ready right now. Just start minting and swapping.

Go to the docs

Digital trading simplified. No blockchain, no bullshit.