★ · Questions
FAQ
01
What should I paste in the "job requirements" field?
Paste the requirements section (skills, experience needed). The full job description works too — but just the requirements gives sharper tailoring and uses fewer tokens, which means we don’t need a higher tip to cover compute.
02
Why a wallet?
Two reasons. One: I wanted a tool that doesn’t ask for your email or build a profile on you. The wallet IS the account. Two: USDC tips on Solana let me pay for the AI compute without a Stripe account, a billing dashboard, or any of the SaaS overhead.
03
What happens to my CV?
It’s in memory on our server for ~10 seconds while we call MiniMax (the LLM) and render the PDF. Then it’s gone. We don’t store it, log it, or train on it. The only thing that persists is the on-chain payment receipt (already public on Solana) and a per-wallet abuse counter.
04
Is the AI step really private?
The AI step uses MiniMax. They see your CV once per render — that’s unavoidable for any LLM-backed tool. We don’t pass any user identifier with the call.
05
How much should I tip?
$0.10 is the floor (covers our compute). $1 is the default. If I saved you 30 minutes of CV editing, $5 feels fair. If I saved you a job, decide for yourself.
06
Refund policy?
No automatic refunds. If you think you should get a refund — bad render, wrong template, whatever — email refund@phantomcv.xyz with the tx signature. I'll either retry it for free or refund.
07
Why Phantom only?
Simplicity for v0. The substrate (Wallet Standard) makes adding Solflare, Backpack, etc. easy later.