Presale Discount
How it works
Section titled “How it works”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.
Activation steps
Section titled “Activation steps”1. Link your wallet
Section titled “1. Link your wallet”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" }'2. Automatic verification
Section titled “2. Automatic verification”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.
3. Discount active
Section titled “3. Discount active”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.
Pricing examples
Section titled “Pricing examples”| Operation | Standard price | Presale 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 |
OSR deposit discount
Section titled “OSR deposit discount”Presale buyers also receive a better rate when depositing OSR tokens:
| Buyer type | OSR deposit rate |
|---|---|
| Standard | $0.005 per token |
| Presale buyer | $0.004 per token |
Persistence
Section titled “Persistence”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.
Multiple agents
Section titled “Multiple agents”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.