{"id":15935,"date":"2022-04-01T00:14:00","date_gmt":"2022-04-01T00:14:00","guid":{"rendered":"https:\/\/hederav2stg.wpenginepowered.com\/blog\/smart-contract-rent-is-coming-to-hedera\/"},"modified":"2026-02-03T18:37:11","modified_gmt":"2026-02-03T23:37:11","slug":"smart-contract-rent-is-coming-to-hedera","status":"publish","type":"post","link":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/","title":{"rendered":"Smart contract rent is coming to Hedera"},"content":{"rendered":"<div class=\"body-text BodyCopy mb-40 style-1\">\n<p> <strong><em>Smart contract expiry and auto renewal are currently disabled. Smart contracts will not be charged auto renewal fees or expire. <\/em><\/strong><\/p>\n<p><\/p>\n<p>Since <a href=\"https:\/\/hedera.com\/hh_whitepaper_v2.1-20200815.pdf\" target=\"_blank\">Hedera&#8217;s whitepaper<\/a>, the network has focused on building an economically sustainable and increasingly decentralized network. Transaction fees and storage fees have always been a part of this equation. <\/p>\n<p>In the coming months,\u00a0Hedera will begin charging renewal fees for smart contracts as denoted on our <a href=\"https:\/\/hedera.com\/roadmap\" target=\"_blank\">public roadmap<\/a>. The renewal fee will be defined by the state size the smart contract keeps.\u00a0 <\/p>\n<p>Smart contract state storage fees, commonly referred to as charging rent, are an oft-discussed topic for layer 1 networks and advocated by <a href=\"https:\/\/www.coindesk.com\/markets\/2018\/03\/27\/vitalik-wants-you-to-pay-to-slow-ethereums-growth\/\" target=\"_blank\">Vitalik<\/a>, Leemon, and others.\u00a0As part of <a href=\"https:\/\/hips.hedera.com\/hip\/hip-16\" target=\"_blank\">HIP-16: Entity Auto Renewal<\/a> and its small update<a href=\"https:\/\/hips.hedera.com\/hip\/hip-372\" target=\"_blank\"> HIP-372: Entity Auto-Renewals and Expiry Window<\/a>, we\u2019re pushing progress to pioneer smart contract rent. <\/p>\n<p>In this post, we want to help Solidity smart contract developers and the users who interact with them\u00a0understand how this may impact their design and use of smart contracts.<\/p>\n<h4 class=\"color-ultraviolet\"><strong>How does a smart contract pay rent?<\/strong><\/h4>\n<p>There are two ways in which a smart contract on Hedera\u00a0will be able to pay for its renewal fees. <\/p>\n<ol>\n<li>Self funded. Renewal fees are paid by\u00a0the\u00a0hbar held by the smart contract.<\/li>\n<li>[Not yet enabled] External funded. Hbars from a defined Hedera account are able to pay a smart contract&#8217;s renewal fees.<\/li>\n<\/ol>\n<p>At the time of this writing, and when renewal fees are first switched on,\u00a0the second option to use funds directly from a Hedera account\u00a0will not be enabled.\u00a0We can however deploy our smart contract to have a payable function,  more on this later. <\/p>\n<h4 class=\"color-ultraviolet\"><strong>What happens if we don\u2019t pay?<\/strong><\/h4>\n<p>As covered in more detail in <a href=\"https:\/\/hips.hedera.com\/hip\/hip-16\" target=\"_blank\">HIP-16<\/a>, your smart contract, consistent with all Hedera entities has a status lifecycle from Active to Removed. This lifecycle looks as follows:<\/p>\n<figure><img decoding=\"async\" alt=\"Entity renewal lifecycle\" data-image=\"1344461\" src=\"https:\/\/hedera.com\/wp-content\/uploads\/2022\/04\/entity-renewal-life-cycle.png\"\/><figcaption> The lifecycle of a Hedera entity<\/figcaption><\/figure>\n<p>All entities can move through these stages. Once your active smart contract   reaches its <em>expirationTime<\/em> the network will attempt to renew the contract by charging it the renewal fee based on the contract\u2019s set  <em>autorenewPeriod<\/em>.  This period, per HIP-372 can be set to a max of  8000001 seconds (~92 days) and a minimum of 2592000 seconds (~30 days).<\/p>\n<p>If this auto-renewal attempt fails, the entity turns to expired status and begins its grace period.  This is the period in which an entity, our smart contract in this case is disabled, but not yet removed from the ledger and thus able to still be renewed. Although yet to be determined, Hedera will offer a generous grace period to remove some immediate worry. The example offered in HIP-16 is a 30 day grace period.<\/p>\n<p>Once the grace period expires, the network removes the entity, meaning it is permanently removed from the ledger. To get a more complete view of the proposed implementation read <a href=\"https:\/\/hips.hedera.com\/hip\/hip-16\" target=\"_blank\">HIP-16<\/a>.<\/p>\n<h4 class=\"color-ultraviolet\"><strong>Designing for the long, immutable haul<\/strong><\/h4>\n<p>Most Solidity developers will aim to deploy an immutable, trustless, and composable smart contract. The code is law, as they say. And this code can often be used by other applications or smart contracts\u00a0without the worry of it being modified or removed from the network. <\/p>\n<p>Charging rent, or having renewal fees for smart contracts presents itself with important considerations as you both code and interact with smart contracts. Factors to consider may be:<\/p>\n<ul>\n<li>How much human intervention is ok to be relied on?<\/li>\n<li>Is it acceptable to\u00a0encourage the community, or perhaps a DAO governing the contracts to fund the contracts via a treasury? <\/li>\n<li>Is that trust model strong enough or do we need the contract to be fully self-funding without requiring any outside, responsible parties, at all?<\/li>\n<\/ul>\n<p>The right answer may ultimately depend on your use case. To help, we put together a few basic\u00a0economic models to consider with\u00a0Solidity examples. <\/p>\n<p><strong>Donation-based<\/strong><\/p>\n<p>The simplest. Rely on the community to dedicate hbar to the smart contract on an\u00a0ongoing basis. This could be facilitated by the creator of the contract, a community of active users, or a DAO treasury account.<\/p>\n<p>In Hedera&#8217;s current implementation, it is important to add a function to your Solidity file like the transfer below. This will perhaps be less relevant once an external account can pay renewal fees as mentioned above.\u00a0<\/p>\n<\/div>\n<div class=\"hedera-code-window\" style=\"background-image:url('https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg');padding:24px;border-radius:8px;margin:24px 0;\">\n<p>  <!-- Hidden image so WP All Import downloads this background image into Media Library --><br \/>\n  <img decoding=\"async\" src=\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg\" alt=\"code window background\" style=\"display:none;\" \/><\/p>\n<div class=\"code-window-header\">\n<div class=\"code-window-title\"><\/div>\n<div class=\"code-window-body\"><\/div>\n<\/p><\/div>\n<pre><code class=\"language-javascript\">\/\/ Transfer hbar to the contract without a specified fee\n\nfunction transfer() public payable {\n        \/\/ pay the contract\n        payMe(msg.value);\n }\n<\/code><\/pre>\n<\/div>\n<div class=\"body-text BodyCopy mb-40 style-1\">\n<p><strong>Flat, per usage-fee<\/strong><\/p>\n<p>Your smart contract\u00a0could implement an additional hbar transfer that is required for each function call. In this scenario, the\u00a0end-user calling the contract would have to provide a fixed amount of hbars\u00a0as part of the transaction. \u00a0<\/p>\n<\/div>\n<div class=\"hedera-code-window\" style=\"background-image:url('https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg');padding:24px;border-radius:8px;margin:24px 0;\">\n<p>  <!-- Hidden image so WP All Import downloads this background image into Media Library --><br \/>\n  <img decoding=\"async\" src=\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg\" alt=\"code window background\" style=\"display:none;\" \/><\/p>\n<div class=\"code-window-header\">\n<div class=\"code-window-title\"><\/div>\n<div class=\"code-window-body\"><\/div>\n<\/p><\/div>\n<pre><code class=\"language-javascript\">\/\/ Require a flat hbar fee in return for successful execution\n\nfunction fixedFunding() public payable {\n\n        require(msg.value == 200000000, \u201cfunction fee is 2h\u201d);\n        \/\/ do something here in exchange for the 2h\n\n        \/\/ pay the contract\n        payMe(msg.value);\n    }\n\n<\/code><\/pre>\n<\/div>\n<div class=\"body-text BodyCopy mb-40 style-1\">\n<p>The potential dilemma with a per usage model is if the smart contract sees declining or sporadic usage, it may run into times of being short on rent. If\u00a0demand tapers off, the contract\u00a0could be forced to transition to being a donation-based or community-supported economic model. For this reason, it may be beneficial to, by default, add a donation function to any contract you deploy.<strong><br \/><\/strong><\/p>\n<p><strong>Dynamic fee<\/strong><br \/>To reward early adopters and better cover any unforeseen future rent costs, it may be beneficial to charge a dynamic amount for use. Perhaps an\u00a0increasing amount of hbar based upon the contract\u2019s state size or similar. <\/p>\n<p>In this basic example, we keep a count of the number of times we\u2019ve minted a token and have our contract\u2019s associated hbar fee based upon this figure.<\/p>\n<\/div>\n<div class=\"hedera-code-window\" style=\"background-image:url('https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg');padding:24px;border-radius:8px;margin:24px 0;\">\n<p>  <!-- Hidden image so WP All Import downloads this background image into Media Library --><br \/>\n  <img decoding=\"async\" src=\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/CodeSnippetBackground-scaled.jpg\" alt=\"code window background\" style=\"display:none;\" \/><\/p>\n<div class=\"code-window-header\">\n<div class=\"code-window-title\"><\/div>\n<div class=\"code-window-body\"><\/div>\n<\/p><\/div>\n<pre><code class=\"language-javascript\">\/\/ Dynamically calculate the contract hbar fee\n\nfunction mint() public payable {\n        mintCount = mintCount + 1;\n        mintCost = mintCount * 100000000;\n\n        require(msg.value >= mintCost, \u201cfee too low\u201d);\n\n        \/\/ pay the contract\n        payMe(msg.value);\n    }\n<\/code><\/pre>\n<\/div>\n<div class=\"body-text BodyCopy mb-40 style-1\">\n<h4 class=\"color-ultraviolet\">Further explorations <\/h4>\n<p>There is a lot to unpack when it comes to smart contracts renewal fees or rent. As a developer, it\u2019s critical to understand how it may affect your smart contract\u2019s existence on the ledger and therefore usage.<\/p>\n<p>In your early experimental phase a good, safe option may be to have public payable functions for donations and more usage-based fees. As smart contracts become more commonplace on Hedera, and rent becomes a necessity on other networks, it\u2019ll be interesting to see what models emerge.  <\/p>\n<p>A few additional challenges and opportunities to consider may be:<\/p>\n<p>With a fixed in USD fee price, how does a smart contract respond to a highly volatile HBAR price? An oracle price feed or our Hedera precompiled contract could offer a way to update the contract based on an exchange rate, for instance. <\/p>\n<p>As staking on Hedera starts to be made available in the coming months, could a smart contract proxy stake its controlled funds, and would that cover its rent?\u00a0<\/p>\n<p>As the Hedera ecosystem and broader Solidity smart contract community better explore the ramifications of state storage rent and renewal fees\u00a0there will no doubt be\u00a0many more creative\u00a0economic models. For those starting to deploy the first smart contracts on the Hedera mainnet be mindful of these changes coming and consider the right model for your contract and hopeful community.\u00a0<\/p>\n<p>Stay tuned for more details, timing, and fees\u00a0surrounding a smart contract\u2019s renewal fees, which will be the first of all Hedera entities to eventually pay their fair share. If you have questions<a href=\"http:\/\/hedera.com\/discord\"> join us in discord<\/a> or contribute enhancements as a HIP.\u00a0<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>All Hedera entities will require renewal fees. Solidity smart contracts are the first. Get to know the lifecycle of entities and your options to design self-sustaining Solidity smart contracts. <\/p>\n","protected":false},"author":10,"featured_media":18080,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[1],"tags":[45],"ppma_author":[43],"class_list":["post-15935","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-technical"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Smart contract rent is coming to Hedera | Hedera<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Smart contract rent is coming to Hedera | Hedera\" \/>\n<meta property=\"og:description\" content=\"All Hedera entities will require renewal fees. Solidity smart contracts are the first. Get to know the lifecycle of entities and your options to design self-sustaining Solidity smart contracts.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/\" \/>\n<meta property=\"og:site_name\" content=\"Hedera\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-01T00:14:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-03T23:37:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Hedera Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/\"},\"author\":{\"name\":\"Hedera Team\",\"@id\":\"https:\/\/hedera.com\/#\/schema\/person\/2dc6146f9f20a44d3de58c834d52e9f4\"},\"headline\":\"Smart contract rent is coming to Hedera\",\"datePublished\":\"2022-04-01T00:14:00+00:00\",\"dateModified\":\"2026-02-03T23:37:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/\"},\"wordCount\":1163,\"publisher\":{\"@id\":\"https:\/\/hedera.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001.jpeg\",\"keywords\":[\"technical\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/\",\"url\":\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/\",\"name\":\"Smart contract rent is coming to Hedera | Hedera\",\"isPartOf\":{\"@id\":\"https:\/\/hedera.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001.jpeg\",\"datePublished\":\"2022-04-01T00:14:00+00:00\",\"dateModified\":\"2026-02-03T23:37:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#primaryimage\",\"url\":\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001.jpeg\",\"contentUrl\":\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001.jpeg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hedera.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Smart contract rent is coming to Hedera\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hedera.com\/#website\",\"url\":\"https:\/\/hedera.com\/\",\"name\":\"Hedera\",\"description\":\"Hello future\",\"publisher\":{\"@id\":\"https:\/\/hedera.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hedera.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hedera.com\/#organization\",\"name\":\"Hedera\",\"url\":\"https:\/\/hedera.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hedera.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/09\/hedera_logo.png\",\"contentUrl\":\"https:\/\/hedera.com\/wp-content\/uploads\/2025\/09\/hedera_logo.png\",\"width\":500,\"height\":375,\"caption\":\"Hedera\"},\"image\":{\"@id\":\"https:\/\/hedera.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Smart contract rent is coming to Hedera | Hedera","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/","og_locale":"en_US","og_type":"article","og_title":"Smart contract rent is coming to Hedera | Hedera","og_description":"All Hedera entities will require renewal fees. Solidity smart contracts are the first. Get to know the lifecycle of entities and your options to design self-sustaining Solidity smart contracts.","og_url":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/","og_site_name":"Hedera","article_published_time":"2022-04-01T00:14:00+00:00","article_modified_time":"2026-02-03T23:37:11+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001.jpeg","type":"image\/jpeg"}],"author":"Hedera Team","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#article","isPartOf":{"@id":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/"},"author":{"name":"Hedera Team","@id":"https:\/\/hedera.com\/#\/schema\/person\/2dc6146f9f20a44d3de58c834d52e9f4"},"headline":"Smart contract rent is coming to Hedera","datePublished":"2022-04-01T00:14:00+00:00","dateModified":"2026-02-03T23:37:11+00:00","mainEntityOfPage":{"@id":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/"},"wordCount":1163,"publisher":{"@id":"https:\/\/hedera.com\/#organization"},"image":{"@id":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#primaryimage"},"thumbnailUrl":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001.jpeg","keywords":["technical"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/","url":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/","name":"Smart contract rent is coming to Hedera | Hedera","isPartOf":{"@id":"https:\/\/hedera.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#primaryimage"},"image":{"@id":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#primaryimage"},"thumbnailUrl":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001.jpeg","datePublished":"2022-04-01T00:14:00+00:00","dateModified":"2026-02-03T23:37:11+00:00","breadcrumb":{"@id":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#primaryimage","url":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001.jpeg","contentUrl":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001.jpeg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/hedera.com\/blog\/smart-contract-rent-is-coming-to-hedera\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hedera.com\/"},{"@type":"ListItem","position":2,"name":"Smart contract rent is coming to Hedera"}]},{"@type":"WebSite","@id":"https:\/\/hedera.com\/#website","url":"https:\/\/hedera.com\/","name":"Hedera","description":"Hello future","publisher":{"@id":"https:\/\/hedera.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hedera.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hedera.com\/#organization","name":"Hedera","url":"https:\/\/hedera.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hedera.com\/#\/schema\/logo\/image\/","url":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/09\/hedera_logo.png","contentUrl":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/09\/hedera_logo.png","width":500,"height":375,"caption":"Hedera"},"image":{"@id":"https:\/\/hedera.com\/#\/schema\/logo\/image\/"}}]}},"featured_image_src":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001-600x400.jpeg","featured_image_src_square":"https:\/\/hedera.com\/wp-content\/uploads\/2025\/12\/smart-contract-rent-blog.001-600x600.jpeg","author_info":{"display_name":"Hedera Team","author_link":"https:\/\/hedera.com\/blog\/author\/hedera-team\/"},"authors":[{"term_id":43,"user_id":10,"is_guest":0,"slug":"hedera-team","display_name":"Hedera Team","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/7ed01931dc9498365746508c4ca49ed0507ef65e04e0b82ffe88c50ef9242b1d?s=96&d=mm&r=g","0":null,"1":"","2":"","3":"","4":"","5":"","6":""}],"_links":{"self":[{"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/posts\/15935","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/comments?post=15935"}],"version-history":[{"count":0,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/posts\/15935\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/media\/18080"}],"wp:attachment":[{"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/media?parent=15935"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/categories?post=15935"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/tags?post=15935"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/hedera.com\/wp-json\/wp\/v2\/ppma_author?post=15935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}