Network
EVM
Aztec
Info

You could get a "Apprentice" Role by executing this

curl -s -X POST -H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"node_getL2Tips","params":[],"id":67}' \
http://localhost:8080 | jq -r ".result.proven.number"

then you can see a result from it, then replace THE_RESULT with the output you have seen above

curl -s -X POST -H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"node_getArchiveSiblingPath","params":["THE_RESULT","THE_RESULT"],"id":67}' \
http://localhost:8080 | jq -r ".result"

You will see the Sync Proof which Copy the result, then you can go to https://discord.com/channels/1144692727120937080/1367196595866828982 (opens in a new tab) Type /operator start and fill those accordingly

Congratulations, the Apprentice role has been assigned!