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.

Property
Type
Required
Description

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

Version
Changes
Backward Compatible

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

References

Last updated