{"id":11546,"date":"2025-10-25T10:10:56","date_gmt":"2025-10-25T08:10:56","guid":{"rendered":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/"},"modified":"2025-10-25T10:10:56","modified_gmt":"2025-10-25T08:10:56","slug":"why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip","status":"publish","type":"post","link":"https:\/\/lewu.es\/en\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/","title":{"rendered":"Why Transaction Simulation Is the Secret Weapon Your Web3 Wallet Shouldn&#8217;t Skip"},"content":{"rendered":"<p>Whoa! This popped into my head on a Tuesday afternoon while I was signing off a messy batch of trades. My instinct said: there has to be a better way than hopping between block explorers and hope. Initially I thought simulation was just for devs, but then I watched a friend blow a slippage-filled trade and lost a chunk of ETH. Actually, wait\u2014let me rephrase that: simulation matters for anyone who cares about predictable outcomes on-chain.<\/p>\n<p>Here&#8217;s the thing. Transaction simulation isn&#8217;t magic. It is a disciplined step that models gas, reverts, and token flows before you hit confirm. For DeFi users juggling swaps, bridged assets, and layered approvals, these simulations are safety checks that reduce surprise. On one hand simulation shows you the exact state transition th<\/p>\n<h1>Why Transaction Simulation Changed How I Use Web3 Wallets (and Why You Should Care)<\/h1>\n<p>Whoa! I remember the first time I watched a failed swap eat my gas fee. It felt like getting nicked in the parking lot\u2014annoying, avoidable, and oddly personal. At first I blamed the DEX. Then I blamed the mempool. Actually, wait\u2014let me rephrase that: I blamed my own absentmindedness more than anything. My gut said there had to be a better way to preview what a transaction will actually do before I hit \u00abconfirm\u00bb.<\/p>\n<p>Here&#8217;s the thing. Transaction simulation isn&#8217;t juice or window dressing. It&#8217;s tactical intelligence. It lets you run a mental rehearsal of the exact EVM steps before committing real funds. On one hand, you save on dumb mistakes like slippage gone wild or token approvals that grant unlimited allowances. On the other hand, it surfaces subtle logic bugs in smart contracts that can otherwise swallow your capital. Hmm&#8230; my instinct said this would be niche, but it turned out to be broadly useful.<\/p>\n<p>Short version: simulation gives you a sandbox that mirrors mainnet state. Medium version: it reveals reverts, gas estimation errors, state-dependent logic, front-running risks, and\u2014even more importantly\u2014whether a contract call will do exactly what the UI promises. Long version: when you can see the sequence of low-level calls, token transfers, and storage changes, you get actionable signals about counterparty risk, malicious wrapper contracts, and unintended tokenomics, which are the sort of things a plain UI never shows because it would scare half the users away.<\/p>\n<p>Okay, so check this out\u2014wallets that simulate can intercept a transaction and run it against a fork of the chain. They then show a detailed breakdown. That matters. And I&#8217;m biased, but tools that do this well feel like bringing a surgeon&#8217;s flashlight into a dark operating room.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/rabby.in\/assets\/uploaded\/setting\/IMG-20220506-WA00181-removebg-preview1658755577.png\" alt=\"Screenshot of a simulated transaction showing gas, token transfers, and contract calls\" \/><\/p>\n<h2>Where simulation actually helps (real examples)<\/h2>\n<p>Whoa! Front-running checks first. Many trades look safe until you simulate and see an internal swap with a path that drains liquidity. Medium detail: simulations show the exact route a router will take, and whether it will hit a malicious liquidity pool. Longer thought: because routers can route through multiple pools and contracts might implement arbitrary fallback logic, seeing the simulated internal transfers helps you spot a sandwiched path that eats your position and pivots fees to a malicious actor, which is something a basic slippage slider can&#8217;t catch.<\/p>\n<p>Approvals are next. Really? Yes. Simulations reveal whether an \u00abapprove\u00bb call is for a single amount or uses an unlimited allowance. They will also indicate when a contract tries to re-approve or chain approvals into another contract. My experience: avoiding unlimited approvals has saved me from more headaches than I care to admit. Also, approvals chained inside multi-call transactions are a red flag more often than not.<\/p>\n<p>Contract logic surprises. Whoa! Some \u00abharmless\u00bb functions call into third-party bridges. Simulating those calls shows you cross-contract behavior. Medium explanation: a contract might silently transfer tokens, mint derivative assets, or burn collateral based on on-chain oracles that you didn&#8217;t inspect. Longer line of thought: catching that during simulation means you can opt out, supply a different call, or re-evaluate the trade without being stuck with a mysterious new token in your wallet.<\/p>\n<h2>How a Web3 wallet can make simulation usable (not just available)<\/h2>\n<p>Whoa! Usability matters. Simulation data is noisy by default. A wallet should summarize and surface the most relevant things\u2014failed conditions, non-obvious token transfers, allowance escalations, gas spikes, and external calls to unknown contracts. Medium: it should also provide color on whether a destination contract is widely used, verified, and audited. Longer: ideally this comes with contextual education\u2014one-click deep dives and concise warnings\u2014so users aren&#8217;t left wondering whether a flagged item is actually catastrophic or just mildly concerning.<\/p>\n<p>Here&#8217;s what bugs me about many wallets: they dump low-level logs without telling you what to do next. I want a wallet that says \u00abThis call will increase allowance to unlimited \u2014 consider changing this\u00bb or \u00abThis swap includes a risky route through unknown LP \u2014 simulate alternative slippage.\u00bb Something practical, not just cryptic bytes.<\/p>\n<p>Security integrations are crucial. For example, runtime sandboxing that prevents malicious bytecode from manipulating the wallet&#8217;s UI. Also, transaction signing should be decoupled from transaction broadcasting\u2014meaning you confirm the simulation outcomes, sign locally, and then the wallet should optionally delay or queue broadcasts for additional checks. On one hand, this adds friction. On the other hand, it saves tears and gas fees when a swap goes sideways.<\/p>\n<h2>Portfolio tracking + simulation = a surprisingly powerful combo<\/h2>\n<p>Whoa! Portfolio tracking isn&#8217;t just about balances. Medium detail: when your wallet tracks historical simulations, you get an audit trail showing why your holdings changed. Longer thought: combining simulated preflight checks with portfolio analytics reveals whether a strategy is losing because of market timing or because of repeated inefficient transactions\u2014like multiple approvals, constant rebalancing with high gas, or leaking tokens to protocol fees that look small per transaction but add up over time.<\/p>\n<p>I&#8217;m biased toward wallets that prioritize on-chain context. For instance, seeing your historical gas spend per contract or average slippage on specific token pairs helps you make decisions about using limit orders vs market. Also, having quick toggles to re-run a previous transaction against a fresh fork is insanely helpful when migrating strategies or debugging failures.<\/p>\n<p>Something felt off about my own process until I started archiving simulations. Now I can point to exact past misconfigurations rather than vague feelings of \u00abI must&#8217;ve done something wrong.\u00bb That kind of forensic clarity is worth the extra seconds at the confirmation screen.<\/p>\n<h2>Why Rabby matters in this space<\/h2>\n<p>Whoa! Rabby lands in the sweet spot for power users who still want clean UX. They offer simulation-focused flows and security-first tooling that reduce cognitive overhead. I&#8217;m not giving endorsements lightly\u2014I&#8217;m saying that having a wallet which integrates transaction replay, easy-to-read simulation output, and clear allowance controls changes how you interact with DeFi. You can check it out at <a href=\"https:\/\/rabby-web.at\/\">rabby<\/a> if you&#8217;re curious.<\/p>\n<p>Initially I thought simulation was for auditors. But then I realized most users can use it daily to avoid dumb losses. Actually, wait\u2014let me rephrase: it&#8217;s for anyone who wants to stop losing gas to preventable mistakes.<\/p>\n<div class=\"faq\">\n<h2>Frequently asked questions<\/h2>\n<div class=\"faq-item\">\n<h3>What exactly does a simulation show?<\/h3>\n<p>It shows a dry-run of the EVM execution for your transaction: gas estimation, internal calls, token transfers, events, and whether the transaction would revert under current state. It can also surface off-path effects like changes to allowances or interactions with unexpected contracts.<\/p>\n<\/div>\n<div class=\"faq-item\">\n<h3>Is simulation always accurate?<\/h3>\n<p>No. Network state can change between simulation and broadcast. Miners\/validators may reorder or include transactions that change outcomes. But simulations massively reduce uncertainty by catching deterministic failures and obvious logic issues.<\/p>\n<\/div>\n<div class=\"faq-item\">\n<h3>Does simulation add latency?<\/h3>\n<p>Slightly. But it&#8217;s negligible compared to the time and cost of a failed transaction. Many wallets run local or remote forks quickly, and the added delay is worth the reliability.<\/p>\n<\/div>\n<\/div>\n<p><!--wp-post-meta--><\/p>","protected":false},"excerpt":{"rendered":"<p>Whoa! This popped into my head on a Tuesday afternoon while I was signing off a messy batch of trades. My instinct said: there has to be a better way than hopping between block explorers and hope. Initially I thought simulation was just for devs, but then I watched a friend blow a slippage-filled trade [&hellip;]<\/p>","protected":false},"author":14,"featured_media":0,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-11546","post","type-post","status-publish","format-standard","hentry","category-general"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Why Transaction Simulation Is the Secret Weapon Your Web3 Wallet Shouldn&#039;t Skip<\/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:\/\/lewu.es\/en\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why Transaction Simulation Is the Secret Weapon Your Web3 Wallet Shouldn&#039;t Skip\" \/>\n<meta property=\"og:description\" content=\"Whoa! This popped into my head on a Tuesday afternoon while I was signing off a messy batch of trades. My instinct said: there has to be a better way than hopping between block explorers and hope. Initially I thought simulation was just for devs, but then I watched a friend blow a slippage-filled trade [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lewu.es\/en\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/\" \/>\n<meta property=\"og:site_name\" content=\"Lewu\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/lewusummercamp\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-25T08:10:56+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/rabby.in\/assets\/uploaded\/setting\/IMG-20220506-WA00181-removebg-preview1658755577.png\" \/>\n<meta name=\"author\" content=\"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/\"},\"author\":{\"name\":\"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f\",\"@id\":\"https:\/\/lewu.es\/#\/schema\/person\/ec3d08a174031bc218567d79565eb6fe\"},\"headline\":\"Why Transaction Simulation Is the Secret Weapon Your Web3 Wallet Shouldn&#8217;t Skip\",\"datePublished\":\"2025-10-25T08:10:56+00:00\",\"dateModified\":\"2025-10-25T08:10:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/\"},\"wordCount\":1324,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/lewu.es\/#organization\"},\"image\":{\"@id\":\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/rabby.in\/assets\/uploaded\/setting\/IMG-20220506-WA00181-removebg-preview1658755577.png\",\"articleSection\":[\"General\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/\",\"url\":\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/\",\"name\":\"Why Transaction Simulation Is the Secret Weapon Your Web3 Wallet Shouldn't Skip\",\"isPartOf\":{\"@id\":\"https:\/\/lewu.es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/rabby.in\/assets\/uploaded\/setting\/IMG-20220506-WA00181-removebg-preview1658755577.png\",\"datePublished\":\"2025-10-25T08:10:56+00:00\",\"dateModified\":\"2025-10-25T08:10:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#primaryimage\",\"url\":\"http:\/\/rabby.in\/assets\/uploaded\/setting\/IMG-20220506-WA00181-removebg-preview1658755577.png\",\"contentUrl\":\"http:\/\/rabby.in\/assets\/uploaded\/setting\/IMG-20220506-WA00181-removebg-preview1658755577.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lewu.es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why Transaction Simulation Is the Secret Weapon Your Web3 Wallet Shouldn&#8217;t Skip\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lewu.es\/#website\",\"url\":\"https:\/\/lewu.es\/\",\"name\":\"Lewu\",\"description\":\"Cursos y campamentos de ingl\u00e9s o espa\u00f1ol para extranjeros\",\"publisher\":{\"@id\":\"https:\/\/lewu.es\/#organization\"},\"alternateName\":\"Lewu\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lewu.es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lewu.es\/#organization\",\"name\":\"Lewu\",\"alternateName\":\"Lewu\",\"url\":\"https:\/\/lewu.es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/lewu.es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lewu.es\/wp-content\/uploads\/2019\/10\/lOGO-Lewu-NUEVO-3.jpg\",\"contentUrl\":\"https:\/\/lewu.es\/wp-content\/uploads\/2019\/10\/lOGO-Lewu-NUEVO-3.jpg\",\"width\":879,\"height\":879,\"caption\":\"Lewu\"},\"image\":{\"@id\":\"https:\/\/lewu.es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/lewusummercamp\/\",\"https:\/\/www.instagram.com\/lewulearnandenjoywithus\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/lewu.es\/#\/schema\/person\/ec3d08a174031bc218567d79565eb6fe\",\"name\":\"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f\",\"url\":\"https:\/\/lewu.es\/en\/author\/annna_fairy\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why Transaction Simulation Is the Secret Weapon Your Web3 Wallet Shouldn't Skip","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:\/\/lewu.es\/en\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/","og_locale":"en_GB","og_type":"article","og_title":"Why Transaction Simulation Is the Secret Weapon Your Web3 Wallet Shouldn't Skip","og_description":"Whoa! This popped into my head on a Tuesday afternoon while I was signing off a messy batch of trades. My instinct said: there has to be a better way than hopping between block explorers and hope. Initially I thought simulation was just for devs, but then I watched a friend blow a slippage-filled trade [&hellip;]","og_url":"https:\/\/lewu.es\/en\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/","og_site_name":"Lewu","article_publisher":"https:\/\/www.facebook.com\/lewusummercamp\/","article_published_time":"2025-10-25T08:10:56+00:00","og_image":[{"url":"http:\/\/rabby.in\/assets\/uploaded\/setting\/IMG-20220506-WA00181-removebg-preview1658755577.png"}],"author":"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#article","isPartOf":{"@id":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/"},"author":{"name":"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f","@id":"https:\/\/lewu.es\/#\/schema\/person\/ec3d08a174031bc218567d79565eb6fe"},"headline":"Why Transaction Simulation Is the Secret Weapon Your Web3 Wallet Shouldn&#8217;t Skip","datePublished":"2025-10-25T08:10:56+00:00","dateModified":"2025-10-25T08:10:56+00:00","mainEntityOfPage":{"@id":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/"},"wordCount":1324,"commentCount":0,"publisher":{"@id":"https:\/\/lewu.es\/#organization"},"image":{"@id":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#primaryimage"},"thumbnailUrl":"http:\/\/rabby.in\/assets\/uploaded\/setting\/IMG-20220506-WA00181-removebg-preview1658755577.png","articleSection":["General"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/","url":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/","name":"Why Transaction Simulation Is the Secret Weapon Your Web3 Wallet Shouldn't Skip","isPartOf":{"@id":"https:\/\/lewu.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#primaryimage"},"image":{"@id":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#primaryimage"},"thumbnailUrl":"http:\/\/rabby.in\/assets\/uploaded\/setting\/IMG-20220506-WA00181-removebg-preview1658755577.png","datePublished":"2025-10-25T08:10:56+00:00","dateModified":"2025-10-25T08:10:56+00:00","breadcrumb":{"@id":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#primaryimage","url":"http:\/\/rabby.in\/assets\/uploaded\/setting\/IMG-20220506-WA00181-removebg-preview1658755577.png","contentUrl":"http:\/\/rabby.in\/assets\/uploaded\/setting\/IMG-20220506-WA00181-removebg-preview1658755577.png"},{"@type":"BreadcrumbList","@id":"https:\/\/lewu.es\/why-transaction-simulation-is-the-secret-weapon-your-web3-wallet-shouldn-t-skip\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lewu.es\/"},{"@type":"ListItem","position":2,"name":"Why Transaction Simulation Is the Secret Weapon Your Web3 Wallet Shouldn&#8217;t Skip"}]},{"@type":"WebSite","@id":"https:\/\/lewu.es\/#website","url":"https:\/\/lewu.es\/","name":"Lewu","description":"Cursos y campamentos de ingl\u00e9s o espa\u00f1ol para extranjeros","publisher":{"@id":"https:\/\/lewu.es\/#organization"},"alternateName":"Lewu","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lewu.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/lewu.es\/#organization","name":"Lewu","alternateName":"Lewu","url":"https:\/\/lewu.es\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/lewu.es\/#\/schema\/logo\/image\/","url":"https:\/\/lewu.es\/wp-content\/uploads\/2019\/10\/lOGO-Lewu-NUEVO-3.jpg","contentUrl":"https:\/\/lewu.es\/wp-content\/uploads\/2019\/10\/lOGO-Lewu-NUEVO-3.jpg","width":879,"height":879,"caption":"Lewu"},"image":{"@id":"https:\/\/lewu.es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/lewusummercamp\/","https:\/\/www.instagram.com\/lewulearnandenjoywithus\/"]},{"@type":"Person","@id":"https:\/\/lewu.es\/#\/schema\/person\/ec3d08a174031bc218567d79565eb6fe","name":"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f","url":"https:\/\/lewu.es\/en\/author\/annna_fairy\/"}]}},"_links":{"self":[{"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/posts\/11546","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/comments?post=11546"}],"version-history":[{"count":0,"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/posts\/11546\/revisions"}],"wp:attachment":[{"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/media?parent=11546"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/categories?post=11546"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/tags?post=11546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}