What is my token actually tied to?
What is my token actually tied to?
Is the token backed by real cards or NFTs?
Is the token backed by real cards or NFTs?
Is the supply fixed? Can the team mint more?
Is the supply fixed? Can the team mint more?
Why doesn't the token price exactly equal the index?
Why doesn't the token price exactly equal the index?
What happens if the oracle is manipulated?
What happens if the oracle is manipulated?
max_funding_bps_per_day) and shift CDP draw/repay pricing until
the TWAP recovers, and a print that deviates too far from the TWAP trips the
circuit breaker and freezes the market instead of
entering the index. There is no redemption-against-pooled-money mechanism for
a manipulated price to drain.What happens if the price feed (the relayer) goes down?
What happens if the price feed (the relayer) goes down?
index_last_ts on the market account shows its
age. Past max_index_age_secs, the on-chain staleness
guard stops trusting the last value:
new shorts, withdrawals against debt, funding, and liquidations are rejected
with IndexStale until a fresh push lands. Trading, repaying debt, and adding
collateral keep working, so the market degrades to a safe mode rather than
trapping anyone.Who is the counterparty to my long?
Who is the counterparty to my long?
Can I redeem the token for a card or an NFT?
Can I redeem the token for a card or an NFT?
index / mark EMA units of tokens), or
return that much token value and take a copy out of escrow. There is no fixed
tokens-per-item rate and no redemption queue; withdrawals are first-come
while escrowed copies last, and a market whose escrow is empty is back to
pure synthetic exposure until someone deposits.Why is collateral SOL only?
Why is collateral SOL only?
What does it mean when a market is frozen?
What does it mean when a market is frozen?
Is there a commas token?
Is there a commas token?
How are fees taken and who gets them?
How are fees taken and who gets them?
curve_fee_bps on the curve,
amm_fee_bps on the AMM) that accrues inside the market vault and is
withdrawable by the admin via withdraw_fees. At graduation,
insurance_share_bps of the curve raise can seed the market’s insurance
fund; the launch convention sets it to zero so the full raise lands in
the pool.
There are no fees on opening or closing shorts beyond normal trading.What chains does commas run on?
What chains does commas run on?
Is commas live?
Is commas live?
How is this different from fractionalized NFTs or a 404 token?
How is this different from fractionalized NFTs or a 404 token?

