@@ -786,13 +786,21 @@ const builtForUseCards = [
786786 eyebrow : "Walrus Memory" ,
787787 heading : "Remember verified context so agents recall it later." ,
788788 highlights : [ "Remember" , "recall" ] ,
789- body : "Sync the certified context into Walrus Memory. Agents recall the pointer and re-fetch the real artifact, keyed by blobId."
789+ body : "Sync the certified context into Walrus Memory. Agents recall the pointer and re-fetch the real artifact, keyed by blobId." ,
790+ image : {
791+ src : "/illustrations/walrus-memory-recall-black-walrus.png" ,
792+ alt : "A solid-black walrus worker stores only a blobId pointer in Walrus Memory so agents can recall and re-fetch the real artifact."
793+ }
790794 } ,
791795 {
792796 eyebrow : "Onchain provenance" ,
793797 heading : "Artifacts can be sealed with onchain Walrus proof." ,
794798 highlights : [ "onchain" , "certified" , "Walrus" ] ,
795- body : "Tar the bundle, store it on Walrus through Tatum, and keep a verifiable blobId and digest for every run."
799+ body : "Tar the bundle, store it on Walrus through Tatum, and keep a verifiable blobId and digest for every run." ,
800+ image : {
801+ src : "/illustrations/onchain-proof-black-walrus.png" ,
802+ alt : "A solid-black walrus worker seals a tar bundle through Tatum and Walrus storage, producing a certified blobId and digest receipt."
803+ }
796804 }
797805] ;
798806const storageLayers = [
0 commit comments