diff --git a/content/docs/stacks/clarity/functions/stx-burn.mdx b/content/docs/stacks/clarity/functions/stx-burn.mdx index 596b6115..4dd1ba9c 100644 --- a/content/docs/stacks/clarity/functions/stx-burn.mdx +++ b/content/docs/stacks/clarity/functions/stx-burn.mdx @@ -1,6 +1,6 @@ --- title: stx-burn? -description: Burning STX from a principal's account in Clarity smart contracts. +description: Burn STX from a principal's account in Clarity smart contracts. --- ## Function Signature @@ -70,4 +70,4 @@ This example demonstrates: ## Conclusion -The `stx-burn?` function is a fundamental tool for burning STX from a principal's account in Clarity smart contracts. It allows developers to implement logic that requires reducing the circulating supply of STX, ensuring data integrity and simplifying STX burning operations. When used effectively, `stx-burn?` enhances the reliability and maintainability of your smart contract code by providing a clear and concise way to handle STX burning operations. +The `stx-burn?` function is a fundamental tool for burning STX from a principal's account in Clarity smart contracts. It allows you to implement logic that requires reducing the circulating supply of STX, ensuring data integrity and simplifying STX burning operations. When used effectively, `stx-burn?` enhances the reliability and maintainability of your smart contract code by providing a clear and concise way to handle STX burning operations.