> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ERC-5643: Subscription NFT Standard

> ERC-5643 introduces a standardized interface for subscription-based NFTs, facilitating recurring revenue and time-bound memberships on the blockchain. This stan

# ERC-5643: Subscription NFT Standard

ERC-5643 introduces a standardized interface for subscription-based NFTs, facilitating recurring revenue and time-bound memberships on the blockchain. This stan

## Abstract

ERC-5643 introduces a standardized interface for subscription-based NFTs, facilitating recurring revenue and time-bound memberships on the blockchain. This standard allows creators to define subscription terms directly within the token contract, enabling automated renewal, cancellation, and expiration logic. By moving subscription management to the blockchain, ERC-5643 provides transparency and self-sovereignty for users while offering a predictable income model for content creators and service providers. The paper details the technical specifications, including the 'isExpired' and 'expiresAt' functions, which enable dApps and marketplaces to verify subscription status in real-time. This standard is positioned as a bridge between the traditional 'Software as a Service' (SaaS) business model and the decentralization of Web3, offering a scalable solution for managing digital content access and community memberships.

**Authors:** Bradley Allgood, Jason Smythe

**Publication:** Ethereum Improvement Proposals

**Publication date:** 2022-01-01

## Key findings

* ERC-5643 enables native on-chain management of recurring subscriptions.
* The standard provides transparency for both the creator and the subscriber regarding access rights.
* It simplifies the integration of paid membership models for decentralized applications.
* The expiration logic is verifiable and gas-efficient, allowing for seamless integration with existing wallet and marketplace infrastructure.

## Citation

Bradley Allgood, Jason Smythe (2022). ERC-5643: Subscription NFT Standard. Ethereum Improvement Proposals. [https://eips.ethereum.org/EIPS/eip-5643](https://eips.ethereum.org/EIPS/eip-5643)

## Related knowledge

* [“Hide the Wires”: Why Web3 Is Getting Invisible](/generated/v2/topics/hide-the-wires-why-web3-is-getting-invisible) — article
* [“Hide the Wires”: Why Web3 Is Getting Invisible](/generated/v2/topics/hide-the-wires-why-web3-is-getting-invisible) — related-article
* [Beacon Chain](/generated/v2/glossary/beacon-chain) — glossary
* [Beacon Chain](/generated/v2/glossary/beacon-chain) — related-glossary
* [Factory Contract](/generated/v2/glossary/factory-contract) — glossary
* [Factory Contract](/generated/v2/glossary/factory-contract) — related-glossary
* [Gas Price](/generated/v2/glossary/gas-price) — glossary
* [Gas Price](/generated/v2/glossary/gas-price) — related-glossary
* [LP Token](/generated/v2/glossary/lp-token) — glossary
* [LP Token](/generated/v2/glossary/lp-token) — related-glossary
* [Modifier](/generated/v2/glossary/modifier) — glossary
* [Modifier](/generated/v2/glossary/modifier) — related-glossary
* [RPC Endpoint](/generated/v2/glossary/rpc-endpoint) — glossary
* [RPC Endpoint](/generated/v2/glossary/rpc-endpoint) — related-glossary
* [The Future of Decentralized Identity: A Web3 Revolution in Data Ownership](/generated/v2/topics/the-future-of-decentralized-identity-a-web3-revolution-in-data-ownership) — article
* [The Future of Decentralized Identity: A Web3 Revolution in Data Ownership](/generated/v2/topics/the-future-of-decentralized-identity-a-web3-revolution-in-data-ownership) — related-article

***

**Canonical knowledge ID:** `research:erc-5643-subscription-nft-standard`
