Capsule Docs
  • Introduction
  • Protocol Overview
    • Packaging and Shipping
      • Capsule Redemption Page
      • Capsule Relay
      • Example Integration
    • Use Cases
      • Compromised Address
      • Gasless Pickup
      • Gate Shipments
      • Time Locking Shipments
      • Walletless Pickup
      • Whitelisted Shipment
      • Wrong Address
    • Future
      • Capsule Invoice
      • Capsule Network
      • Lightning Bridging
    • Developer Walkthroughs
      • PostOffice.sol
      • Code Examples
        • Conditional Redemption
        • Conditional Shipment
        • Shipment POAPs
        • Whitelisted Redemption
  • Collaboration
    • Advertising
    • Partnership
  • Economics
    • Fee Structure
  • CapsuleNFT
    • Overview
      • Types of Capsule NFTs
      • Capsule Collections
        • Metamaster
        • Lockability
        • Private/Public
        • Collection Examples
        • Official Capsule Collections
    • Developer Walkthroughs
      • Developer Overview
      • Contracts
        • Capsule.sol
        • CapsuleFactory.sol
        • CapsuleMinter.sol
        • Testnets
          • Ethereum - Goerli
      • Developer - Mint a Capsule NFT
      • Developer - Redeem a Capsule NFT
      • Developer - Create a Capsule Collection
      • Developer - Managing a Capsule Collection
    • Use Cases
      • For Artists
      • For DeFi
      • For Gaming
    • Examples
      • Dollar Store Kids
    • Comparison to ERC-998
  • Additional Resources
    • FAQ
    • Official Links
    • Brand Kit
    • Legal
      • Terms of Use
      • Privacy Policy
      • Cookie Policy
      • CCPA Notice
      • Risks
    • Security
  • Send Feedback
    • Report a Bug
    • Contact Us
Powered by GitBook
On this page
  1. Protocol Overview
  2. Use Cases

Gate Shipments

PreviousGasless PickupNextTime Locking Shipments

Last updated 1 year ago

The above figure displays an example of a user at address 0x…1 (Bob) attempting to send assets to user 0x…3 (Carl). Carl is an employee at Bob’s company - Bob issues a specific asset to all of his co-workers - a KEY NFT. Carl’s specific NFT is ID #23, and Bob wants to ensure that once Carl has received his Key he will be able to receive his company asset pack. Potentially, Bob might send the KEY #23 to Carl through CPaS.

Upon creation of the Capsule Shipment, Bob specifies to send his Capsuled assets to 0x…3 (Carl) – and Bob has also attached a password. Without Carl properly owning KEY #23, Carl is unable to properly accept this shipment and receive his company asset pack. Bob may be waiting until Carl has properly passed onboarding, or anything of the sort. In the case where Carl does not join the company, Bob can simply cancel the shipment and receive Carl’s company asset pack back.

Thankfully, Carl does pass onboarding, and receives his KEY #23 through a separate transaction through CPaS. As such, Carl simply accepts the package holding KEY #23 in his wallet and receives his Capsuled asset pack.

This example speaks to a company-security setup, but this can easily be mapped alongside NFT collections and community giveaways, where assets are given away to specific ID holders.


If this interests you view our developer examples of and .

Conditional Redemption
Conditional Shipment