{"id":3377,"date":"2024-10-07T10:34:49","date_gmt":"2024-10-07T10:34:49","guid":{"rendered":"https:\/\/omniatech.io\/pages\/?p=3377"},"modified":"2024-10-08T12:10:36","modified_gmt":"2024-10-08T12:10:36","slug":"omnia-protocol-nodes-staking-governance-apy","status":"publish","type":"post","link":"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/","title":{"rendered":"OMNIA Protocol Nodes Staking &#8211; Governance, APY and source code"},"content":{"rendered":"<span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\"><\/span> <span class=\"rt-time\">3<\/span> <span class=\"rt-label rt-postfix\">min read<\/span><\/span>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-1024x576.png\" alt=\"\" class=\"wp-image-3386\" srcset=\"https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-1024x576.png 1024w, https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-300x169.png 300w, https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-768x432.png 768w, https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-1536x864.png 1536w, https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-2048x1152.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>First things first &#8211; if you don&#8217;t know what staking on nodes is about within OMNIA Protocol ecosystem, start <a href=\"http:\/\/blog.omniatech.io\/registering-nodes-faq\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<p>For more details on how you can start staking on OMNIA Dashboard, read this <a href=\"https:\/\/omniatech.io\/pages\/omnia-managed-nodes-for-staking\/\" target=\"_blank\" rel=\"noreferrer noopener\">article<\/a>.<br><br>Staking contract has been deployed on BSC Mainnet network, the only authorized portal to perform staking on BSC Mainnet is our <a href=\"https:\/\/app.omniatech.io\" target=\"_blank\" rel=\"noreferrer noopener\">OMNIA Dashboard.<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Staking contract &#8211; security profile<\/strong><\/h3>\n\n\n\n<p>Security sits at the forefront of our efforts, reflected not only in the security enforcing features we integrate in our RPC product, but also in our actions to ensure that on-chain logic is audited by independent third party experts.<br><br>The staking contract makes no exception to this rule, and this is why we worked together with CertiK, to audit the staking contract and also to review the <a href=\"https:\/\/skynet.certik.com\/projects\/omnia-protocol\" target=\"_blank\" rel=\"noreferrer noopener\">security profile<\/a> of our project on the <a href=\"https:\/\/skynet.certik.com\/projects\/omnia-protocol\" target=\"_blank\" rel=\"noreferrer noopener\">Skynet Dashboard<\/a>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Source code<\/strong><\/h3>\n\n\n\n<p>The entire source code of the staking contract can be found both in our Github <a href=\"https:\/\/github.com\/omniaprotocol\/staking-contract\/tree\/main\" target=\"_blank\" rel=\"noreferrer noopener\">staking-contract<\/a> repository and in BscScan explorer <a href=\"https:\/\/bscscan.com\/address\/0xd9b4861a9beded254834791b1232c1458563de04#code\" target=\"_blank\" rel=\"noreferrer noopener\">contract page<\/a>.<br><br>The on-chain staking consists in multiple contracts and libraries:<br>     &#8211; <strong>Multisig Admin <\/strong>( <a href=\"https:\/\/bscscan.com\/address\/0xc0b8b9a76a1ca9a7b338ce779fc5961dcc132ba7#code\" target=\"_blank\" rel=\"noreferrer noopener\">0xc0b8b9a76a1ca9a7b338ce779fc5961dcc132ba7<\/a> ) &#8211; this is a Gnosis Safe multisig wallet to ensure quorum based control (2 out of 3) for all admin functions. The multisig admin can&#8217;t directly change the staking and can only do so through the timelock admin contract (see below).<br>     &#8211; <strong>Timelock Admin<\/strong> ( <a href=\"https:\/\/bscscan.com\/address\/0xbf4054ea9031feb8e45207abd46542607550b745\" target=\"_blank\" rel=\"noreferrer noopener\">0xBF4054Ea9031feb8e45207AbD46542607550B745<\/a> ) &#8211; this represents the timelock contract, based on the TimelockController from OpenZeppelin governance templates, that ensures industry best practices when it comes to admin related functions. It will only accept transactions from the Multisig Admin wallet.<br>     &#8211; <strong>StakingUtils Library<\/strong> ( <a href=\"https:\/\/bscscan.com\/address\/0x4f99bd51cddeb68bcfc14137181b6ed5be33330f#code\" target=\"_blank\" rel=\"noreferrer noopener\">0x4f99bd51CdDEb68Bcfc14137181b6ed5BE33330f<\/a> ) &#8211; this library is re-used by the <em>StakingSettings<\/em> and <em>Staking<\/em> contracts. It contains data structures and various utility functions that perform yield related computations.<br>     &#8211; <strong>StakingSettings<\/strong> ( <a href=\"https:\/\/bscscan.com\/address\/0xa45c82e50afd1b3af0adf6e35b07459e7357d3ab#code\" target=\"_blank\" rel=\"noreferrer noopener\">0xA45c82E50AfD1B3Af0AdF6E35b07459E7357D3Ab<\/a> ) &#8211; this contains all the settings used within the Staking contract, from min\/max RPS to NFT related APY boost and APY-performance curve parameters.<br>    &#8211;  <strong>Staking <\/strong>( <a href=\"https:\/\/bscscan.com\/address\/0xd9b4861a9beded254834791b1232c1458563de04#code\" target=\"_blank\" rel=\"noreferrer noopener\">0xD9B4861a9bedEd254834791b1232C1458563de04<\/a> ) &#8211; this is the implementation contract that contains the main logic of staking, claming and unstaking, leveraging the settings and utility functions from contracts above.<br>    &#8211; <strong>Transparent UUPS proxy<\/strong> ( <a href=\"https:\/\/bscscan.com\/address\/0x11e570bc0a080805da4d2da5bdf925ac3affab64#code\" target=\"_blank\" rel=\"noreferrer noopener\">0x11e570bc0a080805da4d2da5bdf925ac3affab64<\/a> ) &#8211; this is the proxy that will be used as entry point in all Staking on-chain logic, thus implementing the transparent UUPS proxy pattern.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Governance<\/strong><\/h3>\n\n\n\n<p>The Multisig Admin is controlled by a 2-out-of-3 quorum, and the designated admins are :<br>    &#8211; Multisig Admin 1 : 0x25Ef471B08C61462F721e75204F139e4a23a5e7E<br>    &#8211; Multisig Admin 2:  0x78a416e785EC460c71B4dd2dd382eCEa43686013<br>    &#8211; Multisig Admin 3:  0x8408b137cF7b36A778dd2e1692DeB489C57A7067<br><br>The above admins need to cooperate in order to produce valid transactions towards the <em>timelock contract<\/em>.<\/p>\n\n\n\n<p>The <em>timelock contract <\/em>is the only way to perform changes within the staking contract, but only after a series of proposal &amp; execute actions that require at least 48h between these two operations. <br><br>Each proposal\/execute transaction requires to be issued from the Multisig Admin wallet , thus requiring 2 out of 3 admin signatures. <\/p>\n\n\n\n<p>This setup ensures that whenever a new change is pending, the community has at least 48h to see the proposal on-chain before it actually executes and produces effects.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Smart contract audit <\/strong><\/h3>\n\n\n\n<p>Once the final audit report will be redacted, it will be available both on <a href=\"https:\/\/skynet.certik.com\/projects\/omnia-protocol\" target=\"_blank\" rel=\"noreferrer noopener\">CertiK&#8217;s Skynet dashboard<\/a> and on our official channels.<\/p>\n\n\n\n<p><strong><em>Disclaimer:&nbsp;<\/em><\/strong><em> Nothing in this article shall be deemed to constitute a prospectus of any sort, or an invitation, or a solicitation for investment, nor does it in any way pertain to an offering, invitation, or solicitation of an offer to purchase any security, ownership right, stake, share, future revenue, company participation, or other equivalent rights in any jurisdiction. Information in this document also does not constitute a recommendation by any person to purchase tokens, currencies, or any other cryptographic assets; neither the Project has authorized any person to provide any recommendations of such kind<\/em>.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p><span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\"><\/span> <span class=\"rt-time\">3<\/span> <span class=\"rt-label rt-postfix\">min read<\/span><\/span> First things first &#8211; if you don&#8217;t know what staking on nodes is about within OMNIA Protocol ecosystem, start here. For more details on how you can start staking on OMNIA Dashboard, read this article. Staking contract has been deployed on BSC Mainnet network, the only authorized portal to perform staking on BSC Mainnet is [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":3386,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[799,818,42],"tags":[],"class_list":["post-3377","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-community","category-tap-game","category-web3"],"acf":[],"wbAuthor":{"name":"Omnia Team","link":"https:\/\/omniatech.io\/pages\/author\/omniaprotocol\/"},"wbDate":"Oct 7, 2024","wbCategories":{"space":"<a href=\"https:\/\/omniatech.io\/pages\/category\/community\/\" rel=\"category tag\">Community<\/a> <a href=\"https:\/\/omniatech.io\/pages\/category\/community\/tap-game\/\" rel=\"category tag\">Tap Game<\/a> <a href=\"https:\/\/omniatech.io\/pages\/category\/web3\/\" rel=\"category tag\">Web3<\/a>","coma":"<a href=\"https:\/\/omniatech.io\/pages\/category\/community\/\" rel=\"category tag\">Community<\/a>, <a href=\"https:\/\/omniatech.io\/pages\/category\/community\/tap-game\/\" rel=\"category tag\">Tap Game<\/a>, <a href=\"https:\/\/omniatech.io\/pages\/category\/web3\/\" rel=\"category tag\">Web3<\/a>"},"wbComment":0,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>OMNIA Protocol Nodes Staking - Governance, APY and source code - OMNIA<\/title>\n<meta name=\"description\" content=\"OMNIA Protocol performs security audit with CertiK for the staking solution.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OMNIA Protocol Nodes Staking - Governance, APY and source code - OMNIA\" \/>\n<meta property=\"og:description\" content=\"OMNIA Protocol performs security audit with CertiK for the staking solution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/\" \/>\n<meta property=\"og:site_name\" content=\"OMNIA\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-07T10:34:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-08T12:10:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking.png\" \/>\n\t<meta property=\"og:image:width\" content=\"6400\" \/>\n\t<meta property=\"og:image:height\" content=\"3600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Omnia Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Omnia Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/\",\"url\":\"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/\",\"name\":\"OMNIA Protocol Nodes Staking - Governance, APY and source code - OMNIA\",\"isPartOf\":{\"@id\":\"https:\/\/omniatech.io\/pages\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking.png\",\"datePublished\":\"2024-10-07T10:34:49+00:00\",\"dateModified\":\"2024-10-08T12:10:36+00:00\",\"author\":{\"@id\":\"https:\/\/omniatech.io\/pages\/#\/schema\/person\/5265002cadcebfc0cfca31054160d57d\"},\"description\":\"OMNIA Protocol performs security audit with CertiK for the staking solution.\",\"breadcrumb\":{\"@id\":\"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/#primaryimage\",\"url\":\"https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking.png\",\"contentUrl\":\"https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking.png\",\"width\":6400,\"height\":3600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/omniatech.io\/pages\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OMNIA Protocol Nodes Staking &#8211; Governance, APY and source code\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/omniatech.io\/pages\/#website\",\"url\":\"https:\/\/omniatech.io\/pages\/\",\"name\":\"OMNIA\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/omniatech.io\/pages\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/omniatech.io\/pages\/#\/schema\/person\/5265002cadcebfc0cfca31054160d57d\",\"name\":\"Omnia Team\",\"url\":\"https:\/\/omniatech.io\/pages\/author\/omniaprotocol\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"OMNIA Protocol Nodes Staking - Governance, APY and source code - OMNIA","description":"OMNIA Protocol performs security audit with CertiK for the staking solution.","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:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/","og_locale":"en_US","og_type":"article","og_title":"OMNIA Protocol Nodes Staking - Governance, APY and source code - OMNIA","og_description":"OMNIA Protocol performs security audit with CertiK for the staking solution.","og_url":"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/","og_site_name":"OMNIA","article_published_time":"2024-10-07T10:34:49+00:00","article_modified_time":"2024-10-08T12:10:36+00:00","og_image":[{"width":6400,"height":3600,"url":"https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking.png","type":"image\/png"}],"author":"Omnia Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Omnia Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/","url":"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/","name":"OMNIA Protocol Nodes Staking - Governance, APY and source code - OMNIA","isPartOf":{"@id":"https:\/\/omniatech.io\/pages\/#website"},"primaryImageOfPage":{"@id":"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/#primaryimage"},"image":{"@id":"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/#primaryimage"},"thumbnailUrl":"https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking.png","datePublished":"2024-10-07T10:34:49+00:00","dateModified":"2024-10-08T12:10:36+00:00","author":{"@id":"https:\/\/omniatech.io\/pages\/#\/schema\/person\/5265002cadcebfc0cfca31054160d57d"},"description":"OMNIA Protocol performs security audit with CertiK for the staking solution.","breadcrumb":{"@id":"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/#primaryimage","url":"https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking.png","contentUrl":"https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking.png","width":6400,"height":3600},{"@type":"BreadcrumbList","@id":"https:\/\/omniatech.io\/pages\/omnia-protocol-nodes-staking-governance-apy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/omniatech.io\/pages\/"},{"@type":"ListItem","position":2,"name":"OMNIA Protocol Nodes Staking &#8211; Governance, APY and source code"}]},{"@type":"WebSite","@id":"https:\/\/omniatech.io\/pages\/#website","url":"https:\/\/omniatech.io\/pages\/","name":"OMNIA","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/omniatech.io\/pages\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/omniatech.io\/pages\/#\/schema\/person\/5265002cadcebfc0cfca31054160d57d","name":"Omnia Team","url":"https:\/\/omniatech.io\/pages\/author\/omniaprotocol\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking.png",6400,3600,false],"thumbnail":["https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-150x150.png",150,150,true],"medium":["https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-300x169.png",300,169,true],"medium_large":["https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-768x432.png",768,432,true],"large":["https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-1024x576.png",1024,576,true],"1536x1536":["https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-1536x864.png",1536,864,true],"2048x2048":["https:\/\/omniatech.io\/pages\/wp-content\/uploads\/2024\/10\/OMNIA-Protocol-Nodes-Staking-2048x1152.png",2048,1152,true]},"uagb_author_info":{"display_name":"Omnia Team","author_link":"https:\/\/omniatech.io\/pages\/author\/omniaprotocol\/"},"uagb_comment_info":0,"uagb_excerpt":"3 min read First things first &#8211; if you don&#8217;t know what staking on nodes is about within OMNIA Protocol ecosystem, start here. For more details on how you can start staking on OMNIA Dashboard, read this article. Staking contract has been deployed on BSC Mainnet network, the only authorized portal to perform staking on&hellip;","mfb_rest_fields":["wbAuthor","wbDate","wbCategories","wbComment","yoast_head","yoast_head_json","uagb_featured_image_src","uagb_author_info","uagb_comment_info","uagb_excerpt"],"_links":{"self":[{"href":"https:\/\/omniatech.io\/pages\/wp-json\/wp\/v2\/posts\/3377"}],"collection":[{"href":"https:\/\/omniatech.io\/pages\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/omniatech.io\/pages\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/omniatech.io\/pages\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/omniatech.io\/pages\/wp-json\/wp\/v2\/comments?post=3377"}],"version-history":[{"count":3,"href":"https:\/\/omniatech.io\/pages\/wp-json\/wp\/v2\/posts\/3377\/revisions"}],"predecessor-version":[{"id":3388,"href":"https:\/\/omniatech.io\/pages\/wp-json\/wp\/v2\/posts\/3377\/revisions\/3388"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/omniatech.io\/pages\/wp-json\/wp\/v2\/media\/3386"}],"wp:attachment":[{"href":"https:\/\/omniatech.io\/pages\/wp-json\/wp\/v2\/media?parent=3377"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/omniatech.io\/pages\/wp-json\/wp\/v2\/categories?post=3377"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/omniatech.io\/pages\/wp-json\/wp\/v2\/tags?post=3377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}