> ## Documentation Index
> Fetch the complete documentation index at: https://anchoragedigital-docs-swig-highlight.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Blog

> Concept exploration, design pieces, and deeper dives from the VisualSign team.

<Icon icon="rss" /> [Subscribe](/blog/rss.xml) · Posts are tagged by chain, theme, and audience. Each entry below is a stub — click through for the full essay.

<Update label="2026-06-18 — Highlight: composable visualization and the Swig smart wallet" tags={["Solana", "Architecture", "Wallet API"]}>
  Swig is a Solana smart wallet whose Sign instructions wrap other instructions. Its preset renders the nested intent by recursively delegating to the whole preset registry, so one integration covers every protocol Swig can wrap. This highlight walks through the compose mechanism, the coverage it buys, the signing UX, and how nested untrusted input stays bounded. [Read the full post](/blog/2026-06-18-swig-composability).
</Update>

<Update label="2026-05-13 — Composable by design: how Solana presets stack" tags={["Solana", "Architecture", "Contributors"]}>
  Adding a new protocol to VisualSign rarely touches existing code. The recent Solana preset wave is a useful proof point: 17 presets across nine protocols shipped without changes to existing decoders or the core parser. This post walks through the three composition primitives — the built-in IDL parser, protocol-specific preset overlays, and a build-time registry — and why adding a preset rarely means changing existing code. [Read the full post](/blog/2026-05-13-composable-solana-presets).
</Update>
