Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/automotive/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function AutomotivePage() {
<div style={{display:"flex",gap:10,marginTop:18,flexWrap:"wrap",justifyContent:"center",position:"relative",zIndex:10}}>
<a href="/demo-video" style={{fontFamily:"monospace",fontSize:10,fontWeight:700,letterSpacing:".1em",textDecoration:"none",padding:"10px 20px",borderRadius:6,background:blue,color:"#000"}}>▶ Watch Demo</a>
<a href="https://qron.space" target="_blank" rel="noreferrer" style={{fontFamily:"monospace",fontSize:10,fontWeight:700,letterSpacing:".1em",textDecoration:"none",padding:"10px 20px",borderRadius:6,border:`1.5px solid rgba(79,195,247,.3)`,color:blue}}>QRON Space ↗</a>
<a href="https://authichain.com/verify/AC-1829577CED8F6BFBB0BC667CDE33DF0E" target="_blank" rel="noreferrer" style={{fontFamily:"monospace",fontSize:10,fontWeight:700,letterSpacing:".1em",textDecoration:"none",padding:"10px 20px",borderRadius:6,border:`1.5px solid rgba(79,195,247,.3)`,color:blue}}>Live Verify ↗</a>
<a href="https://authichain.com/verify?id=AC-1829577CED8F6BFBB0BC667CDE33DF0E" target="_blank" rel="noreferrer" style={{fontFamily:"monospace",fontSize:10,fontWeight:700,letterSpacing:".1em",textDecoration:"none",padding:"10px 20px",borderRadius:6,border:`1.5px solid rgba(79,195,247,.3)`,color:blue}}>Live Verify ↗</a>
</div>

<style>{`
Expand Down
2 changes: 1 addition & 1 deletion app/blog/strainchain-cannabis-blockchain/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function BlogStrainChain() {
["The COA counterfeiting problem","Certificates of Analysis are the primary fraud vector in cannabis. A dispensary receives 100 units of 'Blue Dream' with a COA showing 24% THC. Without blockchain authentication, there is no way to confirm that COA is from an accredited lab and matches the actual product. StrainChain hashes the COA document and records it on-chain at lab certification. Any dispensary scan confirms the COA is unaltered."],
["METRC integration","METRC is the state tracking system used in California, Colorado, Nevada, and most other legal markets. StrainChain syncs with METRC to anchor blockchain records to state tracking tags. Every METRC transfer event is recorded on-chain — creating an immutable seed-to-sale history that no single party can alter."],
["How a StrainChain scan works","A consumer or dispensary employee scans the QRON AI QR code on the package. The blockchain confirms: (1) This is an authentic lot from the registered farm. (2) The COA hash matches the lab-certified document. (3) All METRC transfer events are intact. (4) No recall flags. (5) Art attribution is verified (Verde Studio, ArtGuard score). Total time: 2.1 seconds. Any smartphone. No app."],
["The packaging art becomes a collectible","The cannabis is consumed — but the QRON AI QR art on the packaging becomes a collectible NFT on OpenSea. The Voyage Bloom × Myles High collection demonstrates this: five pieces of cannabis-themed art, blockchain-authenticated, available for $480–$1,200. A new asset class born from a plant."],
["The packaging art becomes a collectible","The cannabis is consumed — but the QRON AI QR art on the packaging becomes a collectible NFT. The StrainChain Cannabis NFT Collection demonstrates this: five original pieces of cannabis-themed art, blockchain-authenticated, available for $480–$1,200. A new asset class born from a plant."],
["Get StrainChain for your dispensary","StrainChain is available at strainchain.io. COA verification, METRC sync, seed-to-sale blockchain, and QRON packaging art. Contact z@authichain.com for enterprise licensing."],
].map(([h,p])=>(<div key={h} style={{marginBottom:32}}><h2 style={{fontSize:22,fontWeight:800,color:"#e5e5e5",marginBottom:12}}>{h}</h2><p style={{fontSize:16,color:"rgba(255,255,255,.55)",lineHeight:1.85}}>{p}</p></div>))}
</main>
Expand Down
Loading
Loading