Making Your Submission
You will need 10 TIG to make a submission. It will be deducted from your Available Fee Balance. You can top up your balance on the Main Dashboard by selecting Top-Up TIG on the sidebar.
For testnet, use the Testnet Dashboard. You can request for Testnet TIG on Base Sepolia Testnet using the TIG faucet.
Once you have tested and compiled your algorithm, you can make your submission by heading over to the Submission page under the Innovation tab.
Make sure that your submission is a valid Rust file (.rs)
and adheres to the listed requirements. Select the file and click on Submit Algorithm.
ℹ️
Note:
- Submissions are final and CANNOT BE MODIFIED after they are made.
- Be sure to adhere to the Notes for Developing Algorithms.
- It is highly recommended to first compile your algorithm into WASM and test its performance with
tig-worker
. - It is highly recommended to check if the CI can compile your algorithm.