IGS Solutions
Solution Schema Reference
IGS Solutions define the standardized format for solver execution proposals, enabling deterministic validation and ranking.
https://json-schema.org/draft-07/schema#
Schema Overview
The IGS Solution schema is intentionally minimal, containing only essential information for solver transaction submission to Intenus routers.
solver_address
string
Sui address of the solver submitting this transaction
tx_bytes
string
Serialized transaction bytes (base64 or hex encoded)
Schema Evolution
Version Compatibility
1.0.0
Initial release
N/A
Future
Potential additions
Yes (additive only)
Extension Strategy
While the current schema is minimal by design, future extensions will:
Add optional fields only
Maintain backward compatibility
Use semantic versioning
Provide migration guides
Learn More
IGS Core - Primitive types
Solutions Concept - High-level overview
Pre-ranking Engine - Validation process
References
Last updated