Ordinals Glossary

What is a recursive inscription?

A recursive inscription is an Ordinals inscription that references other inscriptions or ord endpoints instead of containing every asset directly inside one file.

This makes modular on-chain art possible. One inscription can load an image, script, trait data, or HTML fragment from another inscription, then assemble the final experience in the browser.

Recursion matters because it reduces duplication, enables composability, and lets creators build richer systems from smaller on-chain building blocks.

Why creators use recursive inscriptions

  • To reuse shared code or assets across many inscriptions.
  • To create generative or dynamic experiences from modular components.
  • To keep inscriptions more efficient than duplicating the same payload repeatedly.

What recursion can reference

  • Other inscription content
  • Ord endpoints such as rendered data routes
  • Parent-child structures and collection resources

Relevant tools