Skip to content

Presale Discount

If you participated in the OSR presale, you receive a permanent 20% discount on every tool call and operation on the System R platform.

The discount is applied automatically once you link a verified presale wallet to your agent.

Terminal window
curl -X POST https://agents.systemr.ai/v1/agents/link-wallet \
-H "X-API-Key: sr_agent_..." \
-H "Content-Type: application/json" \
-d '{
"solana_wallet_address": "YOUR_PRESALE_WALLET_PUBKEY",
"signature": "BASE58_ENCODED_ED25519_SIGNATURE",
"message": "Link wallet to agent agt_a1b2c3d4"
}'

System R checks the Solana mainnet presale program to verify your wallet address is a registered presale buyer. This happens automatically during the link-wallet call.

If verification succeeds, you see this response:

{
"agent_id": "agt_a1b2c3d4",
"solana_wallet_address": "YOUR_WALLET",
"is_presale_buyer": true,
"message": "Wallet linked. Presale buyer verified. 20% discount active."
}

From this point forward, every operation is billed at 80% of the listed price.

OperationStandard pricePresale price
calculate_position_size$0.003$0.0024
check_trade_risk$0.004$0.0032
pre_trade_gate$0.01$0.008
run_monte_carlo$0.008$0.0064
assess_trading_system$2.00$1.60

Presale buyers also receive a better rate when depositing OSR tokens:

Buyer typeOSR deposit rate
Standard$0.005 per token
Presale buyer$0.004 per token

The presale discount is permanent. It does not expire and is not limited by volume. As long as the agent has a verified presale wallet linked, the discount applies.

Each agent must link its own wallet separately. You can link the same presale wallet to multiple agents owned by the same owner. The discount applies to each agent independently.