Astra watches your outbound Roblox trades around the clock. When item values shift, it rescans everything and cancels any trade that turned into a loss, before the other side can accept it.
Astra is three cooperating processes and a Discord bot, wired together with one INI file. No dashboard, no babysitting.
Walks every open outbound trade, prices both sides against live data, and auto-declines anything below your tolerance. RAP, value, or both.
Polls Rolimons item data on a cooldown. The moment a value shifts, the values file is rewritten and dependent processes restart on the new numbers.
Launches and supervises Olympian and the Outbound Checker. If values change or a process dies, Astra kills, relaunches, and keeps going.
Access is bound to a SHA-256 of your machine UUID plus buyer ID, verified against a hosted whitelist on every launch. One machine, rebindable every 5 days.
Every cancelled trade fires a Discord embed with your value, their value, and exactly how much RAP or value Astra just saved you.
All behavior lives in Astra_Settings.ini: cooldowns, loss tolerances, scan modes. Sane floors are enforced so you can't rate-limit yourself into a ban.
The Discord bot bridges Shoppy.gg, the order database, and the whitelist server. From payment to a running, licensed copy of Astra is a two-command flow.
Every claim, rebind, and cooldown denial streams into a private ops channel. This is the real log.
The whole machine is tuned from one file. This is a real excerpt.
[ASTRA SETTINGS] # issued by Astra BOT on $buyer Buyer_ID = 42 # seconds between value scans (min 180) Value_Check_Cooldown = 240 [OUTBOUND CHECKER SETTINGS] Automatic_Outbound_Scan = true # value, rap, or both Outbound_Loss_Tolerance_Type = both Outbound_Loss_Tolerance_Rap_Amount = 0 Outbound_Loss_Tolerance_Value_Percent = 0 Outbound_Cancel_Equals = true
Onboarding happens entirely over Discord DM. Three commands, in order.
Walks you through the whole flow, screenshots included.
Verifies your purchase, grants the Astra role, and issues your buyer ID for the settings file.
Binds your license to this machine. Run Whitelist.exe to get the code. Rebind allowed every 5 days.
Grab access in the Discord, or read every line of the stack on GitHub.