From 36f6fdc425530ce4ff57a194ab2e2d1b2e29aaab Mon Sep 17 00:00:00 2001 From: ANtutov Date: Thu, 27 Nov 2025 10:52:24 +0200 Subject: [PATCH] docs(tokens): add cross-links to ERC-6909 and ERC-4626 --- docs/modules/ROOT/pages/tokens.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/tokens.adoc b/docs/modules/ROOT/pages/tokens.adoc index 217c5e04756..7ffc22ff722 100644 --- a/docs/modules/ROOT/pages/tokens.adoc +++ b/docs/modules/ROOT/pages/tokens.adoc @@ -29,3 +29,5 @@ You've probably heard of the ERC-20 or ERC-721 token standards, and that's why y * xref:erc20.adoc[ERC-20]: the most widespread token standard for fungible assets, albeit somewhat limited by its simplicity. * xref:erc721.adoc[ERC-721]: the de-facto solution for non-fungible tokens, often used for collectibles and games. * xref:erc1155.adoc[ERC-1155]: a novel standard for multi-tokens, allowing for a single contract to represent multiple fungible and non-fungible tokens, along with batched operations for increased gas efficiency. +* xref:erc6909.adoc[ERC-6909]: minimal multi-token standard with account-based balances. +* xref:erc4626.adoc[ERC-4626]: tokenized vault standard for yield-bearing assets.