{"id":991,"date":"2025-10-26T12:02:17","date_gmt":"2025-10-26T12:02:17","guid":{"rendered":"https:\/\/eolais.cloud\/?p=991"},"modified":"2025-10-26T12:02:35","modified_gmt":"2025-10-26T12:02:35","slug":"simple-analogy-the-neighborhood-garden-club","status":"publish","type":"post","link":"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/","title":{"rendered":"Simple Analogy: The Neighborhood Garden Club"},"content":{"rendered":"\n<p>Imagine you and your neighbors want to start a community garden on an empty lot.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Traditional Club:<\/strong>\u00a0You&#8217;d have a president, a treasurer, and meetings. The treasurer holds the money, and you vote by a show of hands. The president has the final say. This can lead to disputes: &#8220;Did the treasurer really spend $100 on seeds?&#8221; or &#8220;I wasn&#8217;t at the meeting, so my vote didn&#8217;t count!&#8221;<\/li>\n\n\n\n<li><strong>The DAO Version:<\/strong>\u00a0Now, imagine the garden club runs on transparent, unbreakable rules.\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>The Rulebook (Smart Contract):<\/strong>\u00a0The rules are written in a special, locked book that everyone can see but no one can change. The rules state: &#8220;To spend $100, we need a majority vote. The money will be released automatically if the vote passes.&#8221;<\/li>\n\n\n\n<li><strong>Membership Tokens:<\/strong>\u00a0Instead of a membership card, you get a\u00a0<strong>Garden Token<\/strong>. One token = one vote. If you have 5 tokens, you get 5 votes.<\/li>\n\n\n\n<li><strong>The Transparent Treasury (Treasury):<\/strong>\u00a0All the club&#8217;s money is in a clear glass safe (the blockchain). Everyone can see exactly how much is inside at all times.<\/li>\n\n\n\n<li><strong>Proposals &amp; Voting:<\/strong>\u00a0You want to buy a new shed. You create a proposal: &#8220;Spend $500 from the treasury on a shed.&#8221; Everyone with a Garden Token votes on the proposal using their phone.<\/li>\n\n\n\n<li><strong>Automatic Execution:<\/strong>\u00a0The vote passes! The smart contract automatically pays the $500 directly to the shed company. No need to trust a treasurer , the pre-programmed rules executed the will of the group.<\/li>\n<\/ol>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>This is a DAO:<\/strong>&nbsp;A garden club governed by transparent, automatic rules, where every token-holding member has a direct say.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Sample DAO Application: &#8220;PixelArt DAO&#8221;<\/h3>\n\n\n\n<p>Let&#8217;s create a simple, concrete example of what a DAO application would look like.<\/p>\n\n\n\n<p><strong>1. The Purpose:<\/strong><br>A community that collectively commissions and owns digital art. Members propose artists, vote on which pieces to buy, and jointly own the resulting NFT. If the NFT is later sold, all members share the profit.<\/p>\n\n\n\n<p><strong>2. How It Works (The User&#8217;s Experience):<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Step 1: Join.<\/strong>\u00a0You go to the PixelArt DAO website and connect your crypto wallet. To become a full member, you buy (or are granted) 10\u00a0<strong>PIXEL<\/strong>\u00a0tokens.<\/li>\n\n\n\n<li><strong>Step 2: Browse the Gallery.<\/strong>\u00a0You see the collection of NFTs the DAO already owns.<\/li>\n\n\n\n<li><strong>Step 3: View Proposals.<\/strong>\u00a0You check the &#8220;Proposals&#8221; tab. You see:\n<ul class=\"wp-block-list\">\n<li><strong>Proposal #42:<\/strong>\u00a0&#8220;Commission famous digital artist &#8216;BeepLite&#8217; to create a new piece for 5 ETH.&#8221;<\/li>\n\n\n\n<li><strong>Proposal #43:<\/strong>\u00a0&#8220;Sell our &#8216;CryptoPunk #1234&#8217; NFT. Current offers are 50 ETH.&#8221;<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Step 4: Vote.<\/strong>\u00a0You read the discussion, think selling the CryptoPunk is a good idea, and cast your 10 votes (from your 10 PIXEL tokens) for\u00a0<strong>&#8220;YES&#8221; on Proposal #43<\/strong>. The voting lasts for 3 days.<\/li>\n\n\n\n<li><strong>Step 5: Execution.<\/strong>\u00a0The vote passes! The smart contract automatically executes the sale. The 50 ETH from the sale now sits in the DAO&#8217;s shared treasury, visible to all. As a token holder, the value of your PIXEL tokens has just increased because the DAO is now richer.<\/li>\n<\/ul>\n\n\n\n<p><strong>3. The Underlying Technology (The &#8220;How&#8221;):<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>A Smart Contract on Ethereum<\/strong>\u00a0(or another blockchain) holds the core logic:\n<ul class=\"wp-block-list\">\n<li><code>function createProposal(string description, uint amount)<\/code><\/li>\n\n\n\n<li><code>function vote(uint proposalId, bool support)<\/code><\/li>\n\n\n\n<li><code>function executeProposal(uint proposalId)<\/code><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>A Front-end Website<\/strong>\u00a0(like a normal web app) that you interact with. This website simply talks to the smart contract on the blockchain.<\/li>\n\n\n\n<li><strong>A Crypto Wallet<\/strong>\u00a0(like MetaMask) that proves your identity and holds your PIXEL tokens.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Summary Table: Garden Club vs. PixelArt DAO<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Feature<\/th><th>Neighborhood Garden Club (Analogy)<\/th><th>PixelArt DAO (Real Application)<\/th><\/tr><\/thead><tbody><tr><td><strong>Purpose<\/strong><\/td><td>Manage a community garden<\/td><td>Collectively own digital art NFTs<\/td><\/tr><tr><td><strong>Membership<\/strong><\/td><td>Garden Token<\/td><td>PIXEL Governance Token<\/td><\/tr><tr><td><strong>Rules<\/strong><\/td><td>Locked, transparent rulebook<\/td><td>Smart Contract on the Blockchain<\/td><\/tr><tr><td><strong>Treasury<\/strong><\/td><td>Money in a clear glass safe<\/td><td>Crypto funds in a public wallet<\/td><\/tr><tr><td><strong>Decision<\/strong><\/td><td>&#8220;Buy a new shed for $500&#8221;<\/td><td>&#8220;Sell our CryptoPunk for 50 ETH&#8221;<\/td><\/tr><tr><td><strong>Voting<\/strong><\/td><td>Casting tokens via phone app<\/td><td>Signing a transaction with your wallet<\/td><\/tr><tr><td><strong>Execution<\/strong><\/td><td>Safe automatically pays the company<\/td><td>Smart contract automatically executes the trade<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>In essence, a DAO application is a user-friendly website that wraps around a powerful, trustless smart contract, allowing people to coordinate and manage shared resources and goals without a central leader.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Imagine you and your neighbors want to start a community garden on an empty lot. This is a DAO:&nbsp;A garden club governed by transparent, automatic rules, where every token-holding member has a direct say. Sample DAO Application: &#8220;PixelArt DAO&#8221; Let&#8217;s create a simple, concrete example of what a DAO application would look like. 1. The [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"on","ocean_gallery_id":[],"footnotes":""},"categories":[8],"tags":[],"class_list":["post-991","post","type-post","status-publish","format-standard","hentry","category-blockchain","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Simple Analogy: The Neighborhood Garden Club - Future Knowledge<\/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:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Simple Analogy: The Neighborhood Garden Club - Future Knowledge\" \/>\n<meta property=\"og:description\" content=\"Imagine you and your neighbors want to start a community garden on an empty lot. This is a DAO:&nbsp;A garden club governed by transparent, automatic rules, where every token-holding member has a direct say. Sample DAO Application: &#8220;PixelArt DAO&#8221; Let&#8217;s create a simple, concrete example of what a DAO application would look like. 1. The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/\" \/>\n<meta property=\"og:site_name\" content=\"Future Knowledge\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-26T12:02:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-26T12:02:35+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/eolais.cloud\/#\/schema\/person\/33c4c6a8180d2be14d8a664a8addb9d1\"},\"headline\":\"Simple Analogy: The Neighborhood Garden Club\",\"datePublished\":\"2025-10-26T12:02:17+00:00\",\"dateModified\":\"2025-10-26T12:02:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/\"},\"wordCount\":649,\"publisher\":{\"@id\":\"https:\/\/eolais.cloud\/#organization\"},\"articleSection\":[\"Web3 - Blockchain - NFT\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/\",\"url\":\"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/\",\"name\":\"Simple Analogy: The Neighborhood Garden Club - Future Knowledge\",\"isPartOf\":{\"@id\":\"https:\/\/eolais.cloud\/#website\"},\"datePublished\":\"2025-10-26T12:02:17+00:00\",\"dateModified\":\"2025-10-26T12:02:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eolais.cloud\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Simple Analogy: The Neighborhood Garden Club\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eolais.cloud\/#website\",\"url\":\"https:\/\/eolais.cloud\/\",\"name\":\"Future Knowledge\",\"description\":\"Future Knowledge\",\"publisher\":{\"@id\":\"https:\/\/eolais.cloud\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eolais.cloud\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eolais.cloud\/#organization\",\"name\":\"Future Knowledge\",\"url\":\"https:\/\/eolais.cloud\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eolais.cloud\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eolais.cloud\/wp-content\/uploads\/2025\/06\/Untitled-design.png\",\"contentUrl\":\"https:\/\/eolais.cloud\/wp-content\/uploads\/2025\/06\/Untitled-design.png\",\"width\":1472,\"height\":832,\"caption\":\"Future Knowledge\"},\"image\":{\"@id\":\"https:\/\/eolais.cloud\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/eolais.cloud\/#\/schema\/person\/33c4c6a8180d2be14d8a664a8addb9d1\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eolais.cloud\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/87f974e7730934d5b3fc85bd20956cdb4b3182c2ecccfa67c47e7d9345fe48a4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/87f974e7730934d5b3fc85bd20956cdb4b3182c2ecccfa67c47e7d9345fe48a4?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/eolais.cloud\"],\"url\":\"https:\/\/eolais.cloud\/index.php\/author\/admin_idjqjwfo\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Simple Analogy: The Neighborhood Garden Club - Future Knowledge","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:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/","og_locale":"en_US","og_type":"article","og_title":"Simple Analogy: The Neighborhood Garden Club - Future Knowledge","og_description":"Imagine you and your neighbors want to start a community garden on an empty lot. This is a DAO:&nbsp;A garden club governed by transparent, automatic rules, where every token-holding member has a direct say. Sample DAO Application: &#8220;PixelArt DAO&#8221; Let&#8217;s create a simple, concrete example of what a DAO application would look like. 1. The [&hellip;]","og_url":"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/","og_site_name":"Future Knowledge","article_published_time":"2025-10-26T12:02:17+00:00","article_modified_time":"2025-10-26T12:02:35+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/#article","isPartOf":{"@id":"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/"},"author":{"name":"admin","@id":"https:\/\/eolais.cloud\/#\/schema\/person\/33c4c6a8180d2be14d8a664a8addb9d1"},"headline":"Simple Analogy: The Neighborhood Garden Club","datePublished":"2025-10-26T12:02:17+00:00","dateModified":"2025-10-26T12:02:35+00:00","mainEntityOfPage":{"@id":"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/"},"wordCount":649,"publisher":{"@id":"https:\/\/eolais.cloud\/#organization"},"articleSection":["Web3 - Blockchain - NFT"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/","url":"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/","name":"Simple Analogy: The Neighborhood Garden Club - Future Knowledge","isPartOf":{"@id":"https:\/\/eolais.cloud\/#website"},"datePublished":"2025-10-26T12:02:17+00:00","dateModified":"2025-10-26T12:02:35+00:00","breadcrumb":{"@id":"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eolais.cloud\/index.php\/2025\/10\/26\/simple-analogy-the-neighborhood-garden-club\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eolais.cloud\/"},{"@type":"ListItem","position":2,"name":"Simple Analogy: The Neighborhood Garden Club"}]},{"@type":"WebSite","@id":"https:\/\/eolais.cloud\/#website","url":"https:\/\/eolais.cloud\/","name":"Future Knowledge","description":"Future Knowledge","publisher":{"@id":"https:\/\/eolais.cloud\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eolais.cloud\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/eolais.cloud\/#organization","name":"Future Knowledge","url":"https:\/\/eolais.cloud\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eolais.cloud\/#\/schema\/logo\/image\/","url":"https:\/\/eolais.cloud\/wp-content\/uploads\/2025\/06\/Untitled-design.png","contentUrl":"https:\/\/eolais.cloud\/wp-content\/uploads\/2025\/06\/Untitled-design.png","width":1472,"height":832,"caption":"Future Knowledge"},"image":{"@id":"https:\/\/eolais.cloud\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/eolais.cloud\/#\/schema\/person\/33c4c6a8180d2be14d8a664a8addb9d1","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eolais.cloud\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/87f974e7730934d5b3fc85bd20956cdb4b3182c2ecccfa67c47e7d9345fe48a4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/87f974e7730934d5b3fc85bd20956cdb4b3182c2ecccfa67c47e7d9345fe48a4?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/eolais.cloud"],"url":"https:\/\/eolais.cloud\/index.php\/author\/admin_idjqjwfo\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/eolais.cloud\/index.php\/wp-json\/wp\/v2\/posts\/991","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eolais.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eolais.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eolais.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eolais.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=991"}],"version-history":[{"count":1,"href":"https:\/\/eolais.cloud\/index.php\/wp-json\/wp\/v2\/posts\/991\/revisions"}],"predecessor-version":[{"id":992,"href":"https:\/\/eolais.cloud\/index.php\/wp-json\/wp\/v2\/posts\/991\/revisions\/992"}],"wp:attachment":[{"href":"https:\/\/eolais.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=991"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eolais.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=991"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eolais.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=991"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}