From bb9e5c4a2c85f0bc805d1ab5d79847478fa30427 Mon Sep 17 00:00:00 2001 From: ItsKestrel Date: Fri, 12 Jul 2024 10:31:35 -0500 Subject: [PATCH 1/2] Update academy-offers.md added video content --- docs/academy/primitives/academy-offers.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/academy/primitives/academy-offers.md b/docs/academy/primitives/academy-offers.md index 0f604d5ce3..a47a9543dc 100644 --- a/docs/academy/primitives/academy-offers.md +++ b/docs/academy/primitives/academy-offers.md @@ -3,17 +3,21 @@ title: Offers slug: /academy-offers --- -In this lesson, we talk about Chia Offers and how it enables safe peer-to-peer trading. +In this lesson, we talk about Chia Offers and how they enables safe peer-to-peer trading. ## Learning objectives -- **Peer-to-peer trading**: Understand what offers are how they enable P2P trading. +- **Peer-to-peer trading**: Understand what offers are and how they enable P2P trading. - **Managing offer files**: Learn how to share, accept, and cancel offers. --- ## Content +
+ +
+ --- ## Script @@ -22,20 +26,20 @@ In this lesson, we talk about Chia Offers and how it enables safe peer-to-peer t Expand for the full script -0:00 -Chia Offers are how assets can be traded between two parties directly peer-to-peer safely and securely. They can be used to trade any combination of assets including XCH, CATs, and NFTs. When an offer is accepted, the trade happens atomically, meaning the entirety of the trade settles simulatenously with no counterparty risk. +0:00 +Chia Offers are used to trade assets between two parties safely and securely in a direct, peer-to-peer transaction. They can be used to trade any combination of assets including XCH, CATs, and NFTs. 0:20 -The creator of an offer specifies the assets they wish to offer as well as the assets they wish to receive. An offer file is then created, represented as a string of characters containing an uncompleted and partially signed spend bundle. The creator can they share this offer file through any means, including email, QR code, and offer file exchanges such as dexie. +When an offer is accepted, the trade happens atomically, meaning the entirety of the trade settles simultaneously with no counterparty risk. The creator of an offer specifies the assets they wish to offer as well as the assets they wish to receive. 0:40 -Anyone that sees an offer file and wants to accept the trade can sign and complete the other side of the spend bundle and submit it to the blockchain to be settled atomically. When trading NFTs with offers, creator royalties are also enforced -- no marketplace or escrow needed! +An offer file is then created, represented as a string of characters containing an incomplete and partially signed spend bundle. The creator can then share this offer file through any means, such as email, QR code, and offer file exchange services. Anyone that sees an offer file and wants to accept the trade can do so by signing and completing the other side of the spend bundle and submit it to the blockchain to be settled atomically. 1:00 -If a creator wishes to cancel an existing offer, they can simply spend any of the assets offered to invalidate it. This can be done manually or in the GUI with the "Cancel on blockchain" function. Offers can also be set to automatically expire after a certain amount of time if nobody takes it. +Assets with smart contracts attached such as NFTs that include creator royalties are also enforced. If a creator wishes to cancel an existing offer, they can simply spend any of the assets offered to invalidate it. 1:20 -The way Chia has enabled truly peer-to-peer trading with offer files is unique and introduces a new way to create safe and decentralized liquid markets for assets on the Chia blockchain. +Offers can also be set to automatically expire after a certain amount of time if nobody takes it. Offer files allow for true peer-to-peer transactions, introducing a new way to create safe and decentralized liquid markets for assets on the Chia blockchain. From 5b9860f37039de5c11a69c896609696c80839b68 Mon Sep 17 00:00:00 2001 From: ItsKestrel Date: Mon, 15 Jul 2024 10:47:58 -0500 Subject: [PATCH 2/2] prettier fix --- docs/academy/primitives/academy-offers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/academy/primitives/academy-offers.md b/docs/academy/primitives/academy-offers.md index a47a9543dc..b0a9c77ce6 100644 --- a/docs/academy/primitives/academy-offers.md +++ b/docs/academy/primitives/academy-offers.md @@ -27,10 +27,10 @@ In this lesson, we talk about Chia Offers and how they enables safe peer-to-peer Expand for the full script 0:00 -Chia Offers are used to trade assets between two parties safely and securely in a direct, peer-to-peer transaction. They can be used to trade any combination of assets including XCH, CATs, and NFTs. +Chia Offers are used to trade assets between two parties safely and securely in a direct, peer-to-peer transaction. They can be used to trade any combination of assets including XCH, CATs, and NFTs. 0:20 -When an offer is accepted, the trade happens atomically, meaning the entirety of the trade settles simultaneously with no counterparty risk. The creator of an offer specifies the assets they wish to offer as well as the assets they wish to receive. +When an offer is accepted, the trade happens atomically, meaning the entirety of the trade settles simultaneously with no counterparty risk. The creator of an offer specifies the assets they wish to offer as well as the assets they wish to receive. 0:40 An offer file is then created, represented as a string of characters containing an incomplete and partially signed spend bundle. The creator can then share this offer file through any means, such as email, QR code, and offer file exchange services. Anyone that sees an offer file and wants to accept the trade can do so by signing and completing the other side of the spend bundle and submit it to the blockchain to be settled atomically.