Atoma testnet parameters:

ResourceID
Package ID0xfa971724b5fb14c2ffc9a959b81cce4d85d457da27e29f793e12428ed71bb922
DB Object ID0xe0b1d6458f349d4bc71ef119694866f1d6ee6915b43f8cc05a5d44a49e3e1f0f
USDC Faucet Token0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29

Prerequisites

  1. Clone the Atoma CLI repository:
git clone https://github.com/atoma-network/atoma-contracts
cd atoma-contracts/sui/

Register node

./dev/cli db register-node \
  --package "0xfa971724b5fb14c2ffc9a959b81cce4d85d457da27e29f793e12428ed71bb922"

Subscribe to Task

Available tasks:

Task Small IDModel Name
1unsloth/Llama-3.2-1B-Instruct
2meta-llama/Llama-3.1-405B-FP8
3neuralmagic/Meta-Llama-3.1-405B-Instruct-FP8
5intfloat/multilingual-e5-large-instruct
6black-forest-labs/FLUX.1-schnell
7meta-llama/Llama-3.3-70B-Instruct
  1. Subscribe to Task
ParameterDescription
task-small-idThe Task small id, referring to a specific task on Atoma
price-per-compute-unitThe price to which the node is willing to be paid for its compute
max-num-compute-unitsThe maximum number of compute units that a node is willing to sell per Stack, the higher the better
./dev/cli db subscribe-node-to-task \
  --package "0xfa971724b5fb14c2ffc9a959b81cce4d85d457da27e29f793e12428ed71bb922" \
  --task-small-id 1 \
  --price-per-compute-unit 1 \
  --max-num-compute-units 10000000