Last reviewed 2026-08-16
Prop firms with no KYC
"No KYC" is usually marketing for "we have not got around to it", and that is worth being suspicious of. A firm that collects no identity and also holds your money in a company account has removed a check that was partly protecting it and left everything that was protecting you.
On this protocol there is no identity check because there is nothing for one to gate. Your wallet is your account. It buys the evaluation, it trades, and it receives the payout. No step in that chain requires knowing who you are, because no step in that chain is a human deciding whether to release funds.
That is the whole claim, and it is narrower than it sounds. Removing KYC does not remove the law that applies to you, and it does not mean the protocol is unregulated by wish. It means the payout path has no review desk in it.
Solana devnet, in test SOL — read from the settlement record at the last deploy, and every figure resolves to a transaction on the paying firm's page. Mainnet opens September 2026.
What the identity check was doing, and what replaces it
| Centralized firm | This protocol | |
|---|---|---|
| Proving the payee is the trader | Documents matched against the account holder. | The payout goes to the wallet that traded the account. There is no other address it can go to. |
| Catching one person on many accounts | Identity matching at signup. | Behavioural detection across firms: shared funding sources, mirrored positions, hedge rings. Documented in full. |
| Sanctions and jurisdiction screening | Checked against the documents you supplied. | Not performed on identity. Read the risk disclosure and the operator compliance posture before assuming this suits your situation. |
| When it is applied | Often at payout, which is the moment it costs you the most. | Never at payout. Integrity checks run continuously while you trade, not as a gate on the money. |
| Who can stall a withdrawal | A compliance reviewer, for as long as review takes. | Nobody. Delivery is a program instruction. |
What actually stops abuse without identity
The thing KYC was catching in this industry is rarely money laundering. It is one person running the same strategy across twenty accounts to convert a coin-flip into a paid one, or two accounts taking opposite sides of the same trade so one of them always passes.
Identity documents are a poor tool for that and everyone knows it, which is why firms also run behavioural detection. This protocol runs only the behavioural half: funding-source graphs, copy-trade correlation, hedge-ring detection across every firm on the protocol at once, with an escalating posture that tightens fast and relaxes slowly. Legitimate traders at multiple firms are an expected pattern and are not penalised for it.
It is worth being clear about the limit. Detection is probabilistic and identity is not. Dropping the identity check trades a small amount of certainty for removing the single most common way a payout gets stuck.
What no-KYC does not mean
It does not mean anonymous. Solana is a public ledger, and every trade, evaluation and payout tied to your wallet is permanently readable by anyone who knows the address. This is less private than a centralized firm, not more.
It does not mean the protocol has decided your local law does not apply to you. Whether you can use a funded-trading product where you live is your question to answer, and the risk disclosure says so in plain terms rather than burying it.
Read these before you decide it suits you
The two documents that state the limits, and the page describing what runs instead.
- Risk disclosureWhat an evaluation fee buys, what you can lose, and what is not guaranteed.
- Operator compliance postureWhat the operator controls and what the protocol controls, in the form a lawyer can read.
- How integrity detection worksThe detectors that replace the identity check, and what each one actually looks at.
Questions
- Will I be asked for ID before a payout?
- No. There is no identity step anywhere in the payout path, and no operator has the ability to add one, because delivery is an on-chain instruction rather than a setting in an admin panel.
- Can my account be frozen?
- An account can be frozen by the integrity engine while a detection is reviewed. Frozen means held, not seized: the balance stays yours and the reason is recorded, and the enforcement is publicly replayable rather than a message saying your account was closed.
- Is this legal where I live?
- That depends on where you live, and this is not legal advice. The risk disclosure and the operator compliance posture set out what the protocol does and does not do so you can get a real answer from someone qualified to give one.
