diff --git a/README.md b/README.md index 458390f..e4b7f8e 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ It offers a powerful feature set while keeping unnecessary complexity to a minim Smart Contracts can get notified automatically about any relevant events related to their assets. This enables them to make the assets an integral part of their game rather than just a static token. -- **Backing assets with Fungible Tokens** +- **Backing assets with Fungible Tokens (disabled in v2)** - Assets can be backed by standard fungible tokens (e.g. EOS / WAX). Those tokens can only be freed by burning the asset, thus allowing dapps to give their asset a guaranteed intrinsic value. + Native backing is deprecated. The `backasset` action fails on the v2 contract, so no new asset can be backed. Value already backed is unaffected. Burning an asset still credits its backed tokens to the burner's AtomicAssets token balance, which is claimed with the `withdraw` action as before; the burn itself does not transfer tokens. - **Powerful Trade Offers** diff --git a/resource/atomicassets.contracts.md b/resource/atomicassets.contracts.md index 29fe719..50c93f4 100644 --- a/resource/atomicassets.contracts.md +++ b/resource/atomicassets.contracts.md @@ -673,18 +673,16 @@ This action may only be called with the permission of {{owner}}. --- spec_version: "0.2.0" -title: Backs an asset with tokens -summary: '{{nowrap payer}} backs the asset with the ID {{nowrap asset_id}} with {{nowrap token_to_back}}' +title: Deprecated, always fails (formerly: backs an asset with tokens) +summary: '{{nowrap payer}} attempts to back the asset with the ID {{nowrap asset_id}}; native backing is deprecated and this action fails' icon: https://atomicassets.io/image/logo256.png#108AEE3530F4EB368A4B0C28800894CFBABF46534F48345BF6453090554C52D5 --- Description: