Delegate
  • Overview
  • Delegating a wallet
  • Comparison with Others
  • FAQ
  • Audits
  • Integrate In Your Project
    • Smart Contract Examples
    • Token Ownership Claiming
  • Upgrade to V2
    • V2 is a Separate Contract
    • V1 → V2 migration
    • Batching
    • Subdelegations
  • Advanced Use Cases
    • Shadow Delegation
  • Delegate Market
    • Overview
    • FAQ
  • Gaming
    • Delegate for Gaming
  • Technical Documentation
    • Delegate Registry
      • Contract Addresses
      • IDelegateRegistry.sol
    • Javascript SDK
      • Installation / Importing
      • Setup
      • Check Delegations
        • checkDelegateForAll
        • checkDelegateForContract
        • checkDelegateForERC721
        • checkDelegateForERC1155
        • checkDelegateForERC20
      • Fetch Delegations
      • Delegate/Revoke
        • delegateAll
        • delegateContract
        • delegateERC721
        • delegateERC1155
        • delegateERC20
    • REST API
      • v2
      • v1
  • Resources
    • Media Kit
    • Github
    • Twitter
    • Live Stats
  • V1 Registry (Legacy)
    • Technical Documentation
Powered by GitBook
On this page
  • Who's Using It?
  • What are the Features?
  • How does it work for normal crypto users?
  • How about smart contract wallets like Gnosis Safe or 4337?
  • How does it work for smart contract devs?
  • How does it work for frontend devs?
  • Comparison with Status Quo

Overview

What is DelegateRegistry, who's using it, and how you can use it

NextDelegating a wallet

Last updated 9 days ago

is the best solution to secure valuable onchain assets while still participating in NFT airdrop claims, ERC20 token governance, and more. Users link cold wallets with hot wallets, and then the hot wallet can act on behalf of the cold wallet, like crypto power-of-attorney. It can be incorporated into login flows, token-gated minting & claiming, gaming actions, DAO governance, and more. By integrating the registry, your product improves by (1) derisking new user acquisition from those who have already delegated; (2) making it safer and easier for existing users to interact with your app from hot/mobile wallets without risking security. Get in touch if you're interested in using!

Who's Using It?

We've seen 150+ project integrations onchain, and even more offchain. This is a list of highlights, not comprehensive. Analytics nerds can dive even deeper by looking at registry code integrations on . Unique usecases are bolded on their first appearance in the list.

Project
Summary
Description
Link

Azuki

Allowlisted minting

Directly enabled ~2000+ Elementals mints

OpenSea

Theft prevention

Introduced 3-hour hold period on transferred assets, using Delegate to wallet ownership

Yuga Labs HV-MTL

Gaming access

Mint HV-MTL from a hotwallet, then delegate gameplay rights to other addresses

Yuga Labs SewerPass

Gaming access

Mint Sewerpass from a hotwallet, then delegate gameplay rights to other addresses

Opepen

Tokengated reveal

Opepen holders can opt into a new set reveal with delegated wallet

Tokenproof

Event ticketing

Their offchain integration lets people claim event tickets/QR codes with a delegated wallet

EthPass/Moonpay

Event ticketing

Their offchain integration lets people claim event tickets/QR codes with a delegated wallet

ArtBlocks

Allowlisting platform minting

Their core drop allowlisting mechanic lets artists and friends mint using delegated wallets

Manifold

Allowlisting platform minting

Proves ownership of an allowlisted address

Premint

Allowlisting platform minting

Proves ownership of an allowlisted address

Braindrops

Allowlisting platform minting

Their core drop allowlisting mechanic lets artists and friends mint using delegated wallets

ForgottenRunes

NFT airdrop

Their Trick-Or-Treat experience gave an airdrop to cryptopunks, bored apes, and more

Nouns

Onchain governance

Users can pool nouns and take voting actions from a delegated wallet

InvisibleFriends

NFT airdrop

Their 3D drop gave a free claim to holders of the original collection

Phaver

Social media access control

Users can login to their crypto social with delegated wallets

Friendship Bracelets

NFT airdrop

Their airdrop gave a 2x free claim to artblocks holders

BendDAO

Utility access while in lending platform

Users keep utility access (discord chats, airdrop claims, etc) while using their NFT as collateral

ParaSpace

Utility access while in lending platform

Users keep utility access (discord chats, airdrop claims, etc) while using their NFT as collateral

Arcade

Utility access while in lending platform

Users keep utility access (discord chats, airdrop claims, etc) while using their NFT as collateral

Bitcoin Ordinals

Tokengated minting

Prove token ownership before using an ETH-BTC bridge to mint an ordinal version

Nakamigos

NFT airdrop

Free Cloaks to Nakamigos holders

CollabLand

Discord access

Connect a hot wallet to access tokengated Discord channels

Vulcan

Discord access

Connect a hot wallet to access tokengated Discord channels

What are the Features?

  • Fully Onchain

  • Fully Enumerable

    We provide onchain methods to get a complete list of all delegations for both cold and hot wallets. No event parsing needed. This greatly simplifies integration efforts for both smart contract and frontend developers.

  • Fully Independent

    There are zero external dependencies or admin/governance control, so the attack surface is locked down and the registry can deployed on any EVM chain of your choice.

  • Fully Immutable

    There are zero admin powers. Because governance is an attack vector, there should be none of it in a neutral trustless delegation standard. The standard is designed to be as flexible as possible, but upgrades are always possible by deploying a new registry with different functionality.

  • Fully Verifiable

    By using vanity addresses for CREATE2 deployment, the contract can be permissionlessly deployed at the same 14-leading-zeros address across multiple chains. This makes it easier for end users to verify that they’re interacting with the correct contract.

How does it work for normal crypto users?

How about smart contract wallets like Gnosis Safe or 4337?

Since the registry does not rely on offchain signatures and instead exclusively uses `msg.sender` for authentication, it works just as well for smart contract wallets as it does for externally-owned-accounts (EOAs) like Metamask/Rabby/Rainbow.

How does it work for smart contract devs?

Writing a smart contract? Follow the instructions in Smart Contract Examples. Import the the IDelegateRegistry.sol interface to interact with the deployed registry address found in Contract Addresses. You'll query the registry to see if a delegated address has permissions to act on behalf of another.

How does it work for frontend devs?

Use the JavaScript SDK or HTTP REST API found in Setup to fetch a list of incoming and outgoing delegations for a connected wallet.

Comparison with Status Quo

There are no offchain signatures floating around a hidden relay network. This gives users important assurances that what you see is what you get. Attack vectors like the OpenSea are prevented.

You’ll use to assign a hotwallet delegate for your coldwallet vault - that's it. The delegate has permission to claim airdrops or other utility on behalf of the vault, but it cannot touch anything within the vault. The granular permissioning lets you assign a delegate for either (1) everything; (2) a specific contract; (3) a specific token. For fungible ERC20/1155 tokens you'll be prompted to enter a specific token amount to delegate; for nonfungible ERC721/1155 tokens you'll be prompted to enter a specific token id to delegate.

For Gnosis Safe, for using WalletConnect. WalletConnect should also work for other smart contract wallet types.

stale listings problem
https://delegate.xyz/
follow the instructions here
https://twitter.com/0xfoobar/status/1673426478636183554
https://twitter.com/opensea/status/1621276759932149761
https://twitter.com/ParaX_ai/status/1674221397424603137
https://twitter.com/0xfoobar/status/1615392203152424973
https://twitter.com/jalil_eth/status/1653382501916655623
https://twitter.com/tokenproof/status/1596291355176628224
https://twitter.com/ethpass/status/1626255759876169728
https://etherscan.io/address/0x0711a9767a41290d7f52714204618345c584f450#code
https://twitter.com/manifoldxyz/status/1628875214988926979
https://twitter.com/premint/status/1625284660782850048
https://etherscan.io/address/0x5ec433aaf1d0ea1f7a22f5bf02ab00bdbd5c2ccc
https://etherscan.io/address/0xD52c79d897a24c275729112C3C5ea813b5703f88#code
https://etherscan.io/address/0xbe5e6de0d0ac82b087baaa1d53f145a52efe1642
https://etherscan.io/address/0x49c36afa15c7fdbd57ce3d61d80f39b6615a76ef#code
https://twitter.com/phaverapp/status/1687445533151870976
https://etherscan.io/address/0x942bc2d3e7a589fe5bd4a5c6ef9727dfd82f5c8a
https://twitter.com/BendDAO/status/1689317782226182160
https://twitter.com/Xeer/status/1644613530363269124
https://twitter.com/Arcade_xyz/status/1620524688094154753
https://etherscan.io/address/0x165f848f980309f6147b8adfc8589cc35c587ca7#code
https://twitter.com/delegatedotxyz/status/1704902425276989831
https://twitter.com/Collab_Land_/status/1623087015289040896
https://twitter.com/VulcanAuth/status/1623813363229761536
delegate.xyz
Codeslaw
Sample smart contract integration
Contract interaction with DelegateRegistry for Solidity devs