Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Advanced Topics

Deep dives into the technical details behind EGS.

Topics

  • Packed Token IDs - How 13 fields are encoded into a single felt252, the bit layout, storage optimization trade-offs, and client-side decoding
  • SRC5 Interface Discovery - How EGS uses Starknet's interface introspection standard, computing interface IDs, the complete ID table, and safe dispatch patterns