46 | {title ?? url} 47 |
48 | {description && ( 49 |{description}
50 | )} 51 |{new URL(url).hostname}
52 |{content.text}
164 | )} 165 | {content?.link &&Connect to start posting placeholder updates.
222 |290 | Locked BSV 291 |
292 |297 | {formatNumber(tvl.toFixed(2))} 298 |
299 |0, 303 | ['text-red-400']: percentChange < 0, 304 | ['text-white/60']: percentChange === 0 305 | })} 306 | > 307 | {ready ? ( 308 | <> 309 | {formatNumber(((dayAgoTvl * percentChange) / 100).toFixed(2))} ( 310 | {percentChange.toFixed(2)}%) 311 | > 312 | ) : ( 313 | 'Updating…' 314 | )} 315 |
316 |319 | ${formatNumber((tvl * exchangeRate).toFixed(2))} 320 |
321 |0, 324 | ['text-red-400']: percentChange < 0, 325 | ['text-white/60']: percentChange === 0 326 | })} 327 | > 328 | {ready 329 | ? `$${formatNumber((((dayAgoTvl * percentChange) / 100) * exchangeRate).toFixed(2))}` 330 | : '—'} 331 |
332 |337 | Share of circulating supply 338 |
339 |340 | {ready ? ((tvl / totalCirculatingSupply) * 100).toFixed(2) : '—'}% 341 |
342 |Measured against 19.6M BSV total supply.
343 |67 | Powered by Yours 68 |
69 |73 | Yours Wallet ships a non-custodial, programmable wallet with real-time lock analytics, deep 74 | documentation, and production tooling so builders can launch Bitcoin-centric experiences faster. 75 |
76 |{value}
123 |124 | {label} 125 |
126 |{description}
127 |Builder toolkit
138 |142 | Everything from documentation and on-chain deployments to live sample applications—curated to keep 143 | your roadmap moving. 144 |
145 |{description}
163 | 169 |186 | Tell us where you’re headed and the Yours team will help map the wallet, analytics, and partnership 187 | motion to get you there faster. 188 |
189 | 195 |