2:I[75001,[],""] 3:I[9596,[],""] 4:I[83453,["575","static/chunks/575-5a246ccadcf411fa.js","418","static/chunks/418-f3b6d2f154485d8f.js","998","static/chunks/app/docs/layout-c4230139aed5d08b.js"],"default",1] 5:I[5520,["575","static/chunks/575-5a246ccadcf411fa.js","913","static/chunks/913-95a4bf8751887fd7.js","319","static/chunks/319-a605e396582267ab.js","114","static/chunks/114-54f34015d309a9f8.js","654","static/chunks/654-8e46d05deaba89c2.js","395","static/chunks/395-2e55d845c3f0b2f3.js","185","static/chunks/app/layout-0fe9fc7be6bfdac9.js"],"Providers"] 0:["oSNFCr-VaZMgs1L9AoMiI",[[["",{"children":["docs",{"children":["faq",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",{"children":["docs",{"children":["faq",{"children":["__PAGE__",{},[["$L1",[["$","h1",null,{"className":"mb-3 font-display text-3xl font-bold tracking-tight text-cream","children":"FAQ & Risks"}],["$","p",null,{"className":"mb-8 text-base leading-relaxed text-muted","children":"Answers about custody, security assumptions, fee structures, and the sharp edges of trading tokenized stocks on-chain."}],["$","h2",null,{"className":"mb-3 mt-10 font-display text-xl font-semibold text-cream","children":"Does Longbow ever hold my funds?"}],["$","p",null,{"className":"mb-4 text-sm leading-relaxed text-muted","children":["No. Orders are stored as intents; tokens stay in your wallet until the keeper executes, at which point the contract pulls exactly",["$","code",null,{"className":"rounded bg-white/10 px-1.5 py-0.5 text-[13px] text-cream","children":"amountIn"}],", swaps, and pays out to you in the same transaction block. There is no vault, no deposit, no withdrawal locks."]}],["$","h2",null,{"className":"mb-3 mt-10 font-display text-xl font-semibold text-cream","children":"Why does my order execute at a slightly different price than the trigger price?"}],["$","p",null,{"className":"mb-4 text-sm leading-relaxed text-muted","children":"This happens due to the separation of the **trigger check** and **swap settlement**:"}],["$","ul",null,{"className":"mb-4 list-disc space-y-1.5 pl-5 text-sm leading-relaxed text-muted marker:text-neon","children":[["$","li",null,{"children":[["$","strong",null,{"className":"text-cream","children":"Trigger Check"}]," — The condition checks the **Chainlink oracle price** (e.g., TSLA crosses below $262.00). Keepers can only submit executions once this trigger holds."]}],["$","li",null,{"children":[["$","strong",null,{"className":"text-cream","children":"Swap Settlement"}]," — The actual token trade executes inside the **Uniswap V2 pool**. If the pool lacks liquidity or contains price imbalance relative to the oracle, the swap price will include price impact, resulting in a slightly different execution rate."]}]]}],["$","p",null,{"className":"mb-4 text-sm leading-relaxed text-muted","children":["To prevent adverse executions, always supply a realistic ",["$","code",null,{"className":"rounded bg-white/10 px-1.5 py-0.5 text-[13px] text-cream","children":"minAmountOut"}]," slippage guard!"]}],["$","h2",null,{"className":"mb-3 mt-10 font-display text-xl font-semibold text-cream","children":"What happens during a stock split or stock dividend?"}],["$","p",null,{"className":"mb-4 text-sm leading-relaxed text-muted","children":"Robinhood Chain handles corporate actions via the **ERC-8056 standard**:"}],["$","ul",null,{"className":"mb-4 list-disc space-y-1.5 pl-5 text-sm leading-relaxed text-muted marker:text-neon","children":[["$","li",null,{"children":["The token's issuer updates the ",["$","code",null,{"className":"rounded bg-white/10 px-1.5 py-0.5 text-[13px] text-cream","children":"uiMultiplier()"}]," to reflect splits (e.g. updating the multiplier from 1.0 to 3.0 during a 3-for-1 split). This automatically triples user balances."]}],["$","li",null,{"children":"The Chainlink price feed is total-return adjusted, meaning it will immediately reflect the post-split price."}],["$","li",null,{"children":"Active limit orders placed before the split remain active but use the pre-split trigger values. It is highly recommended to **cancel and replace** active orders during splits to align with new valuations."}]]}],["$","h2",null,{"className":"mb-3 mt-10 font-display text-xl font-semibold text-cream","children":"How are keepers incentivized and who pays them?"}],["$","p",null,{"className":"mb-4 text-sm leading-relaxed text-muted","children":"Executing orders incurs L2 transaction gas fees. To reward keepers, a minor incentive is deducted from the output swap proceeds or added to the input swap. Since L2 transaction fees on Robinhood Chain are fractional (under $0.01), keeper bots remain highly profitable even with small execution incentives."}],["$","h2",null,{"className":"mb-3 mt-10 font-display text-xl font-semibold text-cream","children":"What am I trusting?"}],["$","ul",null,{"className":"mb-4 list-disc space-y-1.5 pl-5 text-sm leading-relaxed text-muted marker:text-neon","children":[["$","li",null,{"children":[["$","strong",null,{"className":"text-cream","children":"The Contract"}]," — ~200 lines, open-source, covered by Foundry tests. Verify and read it before granting approvals."]}],["$","li",null,{"children":[["$","strong",null,{"className":"text-cream","children":"Chainlink Feeds"}]," — Triggers check price feeds published on L2."]}],["$","li",null,{"children":[["$","strong",null,{"className":"text-cream","children":"Uniswap V2 Pairs"}]," — Swaps execute against public V2 liquidity pools."]}],["$","li",null,{"children":[["$","strong",null,{"className":"text-cream","children":"Not the Keeper"}]," — Keepers are permissionless. They cannot redirect swap proceeds to other accounts because the contract hardcodes that output tokens go strictly to the order owner."]}]]}],["$","h2",null,{"className":"mb-3 mt-10 font-display text-xl font-semibold text-cream","children":"How should I size my allowance?"}],["$","p",null,{"className":"mb-4 text-sm leading-relaxed text-muted","children":["Approve only what an order needs: ",["$","code",null,{"className":"rounded bg-white/10 px-1.5 py-0.5 text-[13px] text-cream","children":"amountIn"}]," for a limit order, or ",["$","code",null,{"className":"rounded bg-white/10 px-1.5 py-0.5 text-[13px] text-cream","children":"amountIn × runs"}]," for DCA schedules. You can revoke approvals at any time by calling approve with a 0 amount."]}],["$","h2",null,{"className":"mb-3 mt-10 font-display text-xl font-semibold text-cream","children":"Known Risks"}],["$","div",null,{"className":"mb-5 rounded-xl border p-4 text-sm leading-relaxed border-gold/40 bg-gold/10 text-gold","children":[["$","strong",null,{"children":"Thin Liquidity."}]," Stock tokens on L2 route official order flow through UniswapX (RFQ) or V3 pools. Public V2 pools used by Longbow may experience shallow liquidity. Check reserves and price impact before placing large orders, and always set a slippage guard."]}],["$","ul",null,{"className":"mb-4 list-disc space-y-1.5 pl-5 text-sm leading-relaxed text-muted marker:text-neon","children":[["$","li",null,{"children":[["$","strong",null,{"className":"text-cream","children":"Weekend Gap"}]," — Traditional stock markets close on weekends, while on-chain pools continue trading 24/7. Stock token prices can drift into premium/discount gaps during weekends, which snap back when NYSE/NASDAQ opens on Monday."]}],["$","li",null,{"children":[["$","strong",null,{"className":"text-cream","children":"Oracle Pauses"}]," — Feeds are paused during major corporate restructurings (",["$","code",null,{"className":"rounded bg-white/10 px-1.5 py-0.5 text-[13px] text-cream","children":"oraclePaused() = true"}],"). Execution is suspended until oracle resumes."]}],["$","li",null,{"children":[["$","strong",null,{"className":"text-cream","children":"Sequencer Downtime"}]," — In early phases, L2 sequencers may halt. The contract checks uptime and enforces a 1-hour grace period restart cooldown to prevent frontrunning."]}]]}]],null],null],null]},[null,["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children","docs","children","faq","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[null,["$","$L4",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children","docs","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}],"params":{}}]],null],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/f55723d0ee21179d.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_f367f3 __variable_dd5b2f","children":["$","body",null,{"className":"font-sans","children":["$","$L5",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]}]],null],null],["$L6",null]]]] 6:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Longbow Docs — FAQ & Risks"}],["$","meta","3",{"name":"description","content":"Wall Street closes, the chain doesn't. Longbow tracks the gap between on-chain stock prices and real quotes on Robinhood Chain — non-custodial limit orders & DCA, keeper-executed through Uniswap V2. Nock. Draw. Loose."}],["$","meta","4",{"property":"og:title","content":"Longbow — Wall Street closes. The chain doesn't."}],["$","meta","5",{"property":"og:description","content":"The gap terminal for tokenized stocks: on-chain price vs real quote, live — with non-custodial limit & DCA orders keepers execute through Uniswap V2."}],["$","meta","6",{"property":"og:image","content":"https://longbowtrade.xyz/brand/og.png"}],["$","meta","7",{"property":"og:image:width","content":"1200"}],["$","meta","8",{"property":"og:image:height","content":"630"}],["$","meta","9",{"property":"og:image:alt","content":"Longbow"}],["$","meta","10",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","11",{"name":"twitter:site","content":"@longbowtrade"}],["$","meta","12",{"name":"twitter:title","content":"Longbow — Wall Street closes. The chain doesn't."}],["$","meta","13",{"name":"twitter:description","content":"The gap terminal for tokenized stocks: on-chain price vs real quote, live — with non-custodial limit & DCA orders keepers execute through Uniswap V2."}],["$","meta","14",{"name":"twitter:image","content":"https://longbowtrade.xyz/brand/og.png"}],["$","link","15",{"rel":"icon","href":"/favicon.ico","type":"image/x-icon","sizes":"48x48"}],["$","link","16",{"rel":"icon","href":"/brand/favicon.svg","type":"image/svg+xml"}],["$","link","17",{"rel":"icon","href":"/brand/favicon-32.png","sizes":"32x32","type":"image/png"}],["$","link","18",{"rel":"icon","href":"/brand/icon-192.png","sizes":"192x192","type":"image/png"}],["$","link","19",{"rel":"apple-touch-icon","href":"/brand/apple-touch-icon.png"}]] 1:null