Propr Copy Trading: Sending Signals Into a Hyperliquid Prop Account
Most crypto prop firms hand you a web terminal and wish you luck. If you want software to trade the account, you end up driving a browser and hoping the page layout does not change next Tuesday. Propr went the other way. It is a prop firm built on Hyperliquid, and it ships an API. That one decision changes what is possible with a funded crypto account, and it is why Propr is now a destination platform in Trade Dispensary.
Propr is a crypto prop firm whose accounts execute on Hyperliquid. Its published rules place no restriction on bots, and permit copying an external source into a Propr account. On copying between several of your own Propr accounts its Rules page and its Terms of Service directly contradict each other, and the Terms are the ones that bind you. It connects with a plain API key, so there is no browser session and no wallet signing. Three of its anti-farming clauses can still be tripped by a badly configured copier, and this post walks through each one. Everything here was read from the Propr rulebook or measured against a live Propr account on 19 September 2026.
Trading perpetual futures carries substantial risk and you can lose the money you put in. Copy trading multiplies whatever the source account does, losses included. Prove any setup on a demo or evaluation account before you let it place orders on a funded one. Nothing here is financial advice, and prop firm rules change, so treat the quotes below as a snapshot and check the current terms yourself.
What is Propr, and how is it different from a normal crypto prop firm?
Propr is a proprietary trading firm that funds traders to trade perpetual futures on Hyperliquid, a decentralised exchange with an on-chain order book. You pay for an evaluation, you hit a profit target without breaching the drawdown rules, and you get a funded account. What makes it unusual is that the account is reachable over an API, so software can trade it directly.
The commercial terms, from the published rulebook: traders keep 80% of profits, payouts are requested on demand and settled in USDC with a $20 minimum and 24 hour processing, and you may hold up to an aggregate funded balance of $300,000 across accounts.
The evaluation shapes are worth knowing before you point anything at one, because the drawdown type decides how much a copied strategy can breathe:
| Evaluation | Profit target | Max drawdown | Daily loss limit |
|---|---|---|---|
| 1-Step Classic | 10% | 6% static | 3% |
| 1-Step Turbo | 9% | 3% static | 3% |
| 1-Step Pro | 12% | 5% static | 3% |
| 2-Step | 5% then 10% | 8% trailing | 5% |
The trailing drawdown on the 2-Step follows your high water mark and stops trailing once it reaches the starting balance. If you have traded futures evaluations this will feel familiar. If you have not, the practical effect is that a strategy which gives back most of an open profit can fail an account that never actually lost money, which is the single most common way a copied strategy dies on a funded account.
There are no minimum trading days, no consistency rule and no restriction on news trading or weekend holding. Compare that with the consistency rules that most futures firms now apply, where a single good day can block a payout, and it is a noticeably looser rulebook.
Does Propr allow copy trading and trading bots?
Bots, yes, without qualification. Section 14 of the rulebook lists the EA and bot restriction as "None. Automated trading is permitted." Copy trading needs more care, because Propr publishes two documents that do not agree.
The same section 14 lists the copy trading restriction as "None. Copy trading is permitted, including between your own Propr accounts." Annex 2 of the Terms of Service says the opposite, listing "Copy trading between your own Accounts: Running identical or mirror trades across multiple Accounts you control" among the prohibited anti-farming activities, and adding that "Each account must be traded independently. Copy trading from an external, non-Propr account into a single Account is permitted." Both were read on 19 September 2026.
Where a marketing-side rules page and a signed agreement conflict, the agreement is the one enforced. So the defensible reading is the narrow one: one external source into one Propr account. If you want to run several Propr accounts from the same source, get it confirmed by Propr in writing first rather than relying on the looser sentence.
The second half of that copy trading line is the part worth pausing on. Across the industry, bans on automation have largely gone away, but restrictions on running one strategy across several accounts have not. The usual pattern in 2026 is that firms separate copying your own accounts from copying somebody else's, permit the first and ban the second, and a good number restrict both. Propr sits at the permissive end on automation, but its Terms put own-account copying on the prohibited list like most of the industry. We cover where the industry line usually falls in our guide to what prop firms actually allow when copying between accounts.
Automation is not merely tolerated here either. Propr publishes a REST API with Python and JavaScript SDKs and markets itself at algorithmic traders and AI agents, which is a different posture from a firm that permits bots but gives you no way to run one.
The three Propr rules a trade copier can break without you noticing
This is the section that actually matters, and it is the one nobody writes. A permissive rulebook is not the same as a rulebook you cannot breach. Section 15 lists prohibited conduct, and three of those clauses can be tripped by software doing exactly what you configured it to do.
1. Opposing positions across two Propr accounts. The rule prohibits "opening opposing positions on the same instrument across two or more Propr accounts." Nobody sets out to do this. It happens when two accounts are fed slightly differently. A reverse rule on one account, a net-exposure setting enabled on one and not the other, or two accounts following sources that disagree will all produce a long on one Propr account and a short on the other. The firm cannot see your intent, only the pattern.
2. Hedging against an external exchange. The rule prohibits "opening opposing positions on external exchanges to hedge against Propr positions." Copying one source into a Propr account and a Bybit account at the same time is fine, because they point the same way. Reverse one of them, or run an inverse strategy on the exchange account, and you have built the thing the clause describes. The clause does not care that the two accounts were set up months apart for unrelated reasons.
3. Latency arbitrage and tick sniping. The rule prohibits "exploiting delays between Propr's price feed and Hyperliquid execution." Copiers sell speed, and fast execution is a perfectly good reason to use one. But there is a line between wanting your order to arrive promptly and building a strategy whose entire edge is the gap between two price sources. The first is execution quality. The second is the thing being banned.
None of this is specific to our software. It applies to anyone routing automated orders into a Propr account, whether that is a copier, a bot written against the SDK, or one of the AI agents Propr says are already trading there. The practical advice is dull and effective: point every Propr account at the same source, in the same direction, with the same settings, and keep reversal logic away from them entirely.
What we measured on a live Propr account
Documentation tells you what a platform intends. Trading it tells you what it does. These three behaviours came from placing real orders on a Propr account on 19 September 2026, and all three change how a copier has to be written.
Propr nets, it does not hedge. There is one position per instrument. A buy against an open short reduces that short rather than opening a second position beside it. If your source runs a grid or hedging strategy that holds both sides at once, the two legs will cancel on the destination and you will end up flat while the source is still in the trade. That is the platform behaving correctly, not a copying failure.
An oversell clamps to flat, and still reports a full fill. Send an order larger than the open position and the account goes flat rather than reversing, which is the safe outcome. The catch is that the order response still reports the full requested quantity as filled. If you are writing against the API yourself, read the position afterwards to learn what happened. Do not trust the order to tell you.
Closing a position cancels its brackets for you. After a close, the resting stop and target were gone with no cleanup call. Useful to know, and mildly hazardous, because code that dutifully cancels the brackets after closing will be cancelling orders that no longer exist and needs to treat that as success rather than an error.
How does a copier connect to Propr?
With an API key and nothing else. You paste a Propr API key into the destination account, load the list of accounts on that key, and choose the challenge attempt you want to trade. There is no browser session, no wallet connection and no message signing.
That is a bigger deal than it sounds. Browser-driven destinations exist because some firms give you a web platform and no API, and they work, but they need a real browser running and they break when a vendor reorganises the page. Signed APIs bring a different problem: the signature usually covers a timestamp, so a machine whose clock has drifted gets every request rejected while the rest of the platform looks perfectly healthy. A plain key header has neither failure mode.
One genuine gotcha. Every challenge attempt gets its own account id. Fail an evaluation, buy another, and the id you configured months ago now points at a dead account. Nothing errors loudly, the orders just stop landing somewhere useful. Pick the account from a live list rather than pasting an id you copied out of a browser URL, and re-check it after any new attempt.
Which symbol should the alert use?
Crypto perpetuals use the bare ticker: BTC, ETH, SOL. The HIP-3 markets, which is where the equity, commodity, FX and index perpetuals live, use a prefix instead, in the form xyz:AAPL, xyz:GOLD or xyz:SP500.
In practice your source is unlikely to speak that dialect. A TradingView alert will typically say BTCUSDT or BTC/USDT because that is how the chart is named, and an MT5 or Telegram source will have its own conventions again. The sane approach is for the copier to normalise the common variants down to the Propr market, so you do not have to maintain a symbol table by hand, and to refuse an order it cannot resolve rather than guess.
Setting up a Propr destination
- Create an API key in your Propr account.
- Add a destination account in Trade Dispensary, choose Propr, and paste the key.
- Click Load accounts and pick the challenge attempt you want to trade. Set the margin mode and leverage while you are there.
- Add a copy rule linking your source to the new destination. One rule per destination, so a single source can fan out to Propr and your other accounts at once.
- Set the per-account risk limits. Propr already enforces a daily loss limit and a drawdown floor, and it will fail the account when you hit them, so a local guard that flattens the account first is worth the five minutes.
Then run it on the evaluation, not on a funded account, until you have watched it handle an entry, a stop move and an exit.
Where Propr sits next to the other crypto destinations
| Destination | Connects via | Partial exits | Stop and target |
|---|---|---|---|
| Propr | API key | Yes | Resting on the server |
| Bybit | API key and secret | Yes | Attached to the order |
| Breakout | Local browser session | No, full exit only | Managed locally |
The pattern holds everywhere: a destination that gives you an API can scale out of a position, and one that gives you a web page cannot. If your strategy takes partial profits, that row decides which crypto account it belongs on.
The short version
Propr is the rare prop firm that treats automation as the point rather than a loophole, and its rulebook says so without hedging. It permits bots outright, permits an external source to drive a Propr account, and hands you an API key instead of a browser to babysit. Copying between several of your own Propr accounts is the one thing to avoid, because the Terms class it as farming whatever the Rules page says.
The work is not in getting connected. It is in not tripping the three anti-farming clauses with a configuration you thought was harmless: opposing positions across two Propr accounts, hedging against an outside exchange, and strategies built on the gap between two price feeds. Keep every Propr account pointed at one source, in one direction, and that whole category of problem disappears.
Trade Dispensary runs on your own machine, copies from Telegram, MT5, TradingView, NinjaTrader, cTrader and TopstepX, and now sends to Propr alongside every other destination. It is a one-time purchase with no monthly fee. See the full feature list or buy a licence.
Before you connect anything to a funded account: trading perpetual futures carries substantial risk and losses can exceed what you expect. A copier multiplies the source in both directions, so a poor source gets worse rather than better. Run it on an evaluation or demo account until you have seen it handle a full trade cycle, and read the current Propr rules yourself rather than trusting a snapshot of them in a blog post.
Frequently asked questions
Does Propr allow copy trading?
Copying an external, non-Propr source into a single Propr account is permitted. Copying between several Propr accounts you control is not, and two Propr documents disagree about it. The Rules page lists the copy trading restriction as "None. Copy trading is permitted, including between your own Propr accounts." Annex 2 of the Terms of Service lists "Copy trading between your own Accounts" as prohibited farming and states that each account must be traded independently. Both were read on 19 September 2026. The Terms are the binding agreement, so the safe reading is one Propr account per source, and ask Propr directly before relying on the looser wording.
Does Propr allow trading bots and EAs?
Yes. The rulebook lists the EA and bot restriction as "None. Automated trading is permitted." Propr publishes a REST API with Python and JavaScript SDKs, and promotes itself as being built for algorithms and AI agents, so automation is the intended way to use it rather than a tolerated edge case.
Can a trade copier break Propr rules by accident?
Yes, in three specific ways. Propr prohibits opening opposing positions on the same instrument across two or more Propr accounts, prohibits hedging a Propr position against an external exchange, and prohibits strategies whose edge is the delay between the Propr price feed and Hyperliquid execution. A reverse rule, an inconsistent net-exposure setting, or two accounts fed by sources that disagree can each produce the first two without you intending it.
Do Propr accounts hedge or net?
They net. There is one position per instrument, so a buy against an existing short reduces that short rather than opening a second position alongside it. Measured on a live Propr account on 19 September 2026, an order larger than the open position clamps the account to flat rather than reversing it, although the order still reports the full requested quantity as filled. Read the position to find out what happened, not the order.
What symbols does Propr use?
Crypto perpetuals use the bare ticker, so BTC, ETH and SOL rather than BTCUSDT. The HIP-3 markets that cover stocks, commodities and indices use a prefix instead, in the form xyz:AAPL, xyz:GOLD or xyz:SP500. A copier should normalise the common exchange-style variants so an alert written for another venue still reaches the right Propr market.
What happens to my stop and target when a Propr position closes?
They are cancelled automatically. Measured on a live account, closing a position left no resting orders behind, so there is nothing to sweep up afterwards. That is worth knowing if you are writing against the API yourself, because code that tries to cancel the brackets after the close will be cancelling orders that no longer exist.
Does connecting Propr to a copier need a crypto wallet?
No. Propr authenticates with an ordinary API key sent as a header. There is no wallet connection, no seed phrase and no transaction signing involved in placing an order through it, which is a meaningful difference from trading Hyperliquid directly. It also means there is no browser session that can quietly expire mid-session.
Tags:
Share this post
Related Posts
Continue learning about copy trading with these related articles: