What PointsToken Does For You
PointsToken is a standard ERC20 that represents actual exchange points, 1:1. Unlike ST and EPT which reset each epoch, there’s one PointsToken per exchange that stacks across all epochs.| PointsToken | Exchange | Chain | Meaning |
|---|---|---|---|
| xPC | Pacifica | Solana | 1 xPC = 1 Pacifica point |
| xHL | Hyperliquid | Hyperliquid L1 | 1 xHL = 1 Hyperliquid point |
| xET | Extended | StarkNet | 1 xET = 1 Extended point |
How PointsTokens Are Minted
PointsTokens are only minted post-finalization. The path:- Epoch ends → strategy unwinds
- Final Points Oracle reports
totalPoints - Admin calls
finalize() - You call
claimPoints()on your EPT - Credits settled → gross points computed → redemption fee deducted → PointsTokens minted to your wallet
The Backing: Trust, Not Proof
Every PointsToken should correspond to a real exchange point in ArcX’s exchange account: This invariant is enforced by trust, not code. ArcX reportstotalPoints via its own oracle. There is no on-chain proof that the number is accurate. You are trusting ArcX to report points honestly, bridge airdrop tokens faithfully after TGE, and maintain 1:1 backing between PointsToken supply and real points held.
The biggest trust assumption in the protocol. Community members can retrospectively verify by cross-referencing post-TGE airdrop amounts with PointsToken supply. For the complete analysis (what exactly you’re trusting, what could go wrong, and how to verify), see Trust Model & Security.
Are PointsTokens safe if ArcX shuts down?
Are PointsTokens safe if ArcX shuts down?
PointsTokens are on-chain ERC20s. They stay in your wallet regardless. However, post-TGE redemption requires ArcX to bridge airdrop tokens into the Redemption Module. If ArcX ceases operations before TGE, that path is broken.
What happens if finalization never occurs?
What happens if finalization never occurs?
If an epoch is never finalized, EPT credits cannot be claimed and PointsTokens cannot be minted for that epoch. Users retain their ST and can redeem for the strategy’s USDC returns once finalization eventually happens, but their points exposure for that epoch is lost. You keep the USDC side (ST) but lose the points side (EPT cannot convert to PointsTokens without finalization reporting
totalPoints).Post-TGE Redemption
When an exchange conducts its TGE:- Exchange sends airdrop tokens to ArcX
- ArcX bridges them to Starknet
- Tokens deposited into the Redemption Module
- Conversion rate set:
redemptionRate = totalAirdropTokens / totalPointsTokenSupply - You burn PointsTokens → receive airdrop tokens
| Event | Action | Result |
|---|---|---|
| Batch 1: 50,000 PDX for 100,000 xPC supply | Burn 500 xPC | 250 PDX |
| Batch 2 (3 months later): rate rises to 0.8 | Burn remaining 500 xPC | 400 PDX |
What Drives PointsToken Price
| Factor | Effect | Mechanism |
|---|---|---|
| TGE timing | Closer TGE → ↑ price | Less time discounting |
| Expected airdrop generosity | More tokens/point → ↑ price | Exchange announcements |
| Exchange token price (post-TGE) | Direct link | xPC ≈ redemptionRate × PDX price |
| Supply growth | More epochs → more supply → potential dilution | New PointsTokens minted each epoch dilute existing holders’ share of the eventual airdrop, since the same airdrop pool is split across a larger PointsToken supply |
