Share Your Strategy
The share card renders one strategy’s track record as a single branded image: its market, its return, its trade count, and a small performance chart, laid out for a screenshot. Download it, copy it, post it straight to X, or copy a boost link tied to the referral program.
The card shows results only; it does not contain the strategy logic. To hand someone the actual strategy so they can load and run it, use Export and Import Strategies instead. The comparison table at the bottom of this page covers the differences.
Open the share card
Go to your strategies list
Open the strategies overview, where each strategy you have built or deployed appears as a row.
Click the Share button
Each row carries a Share button. Click it to open the share modal for that strategy.
The card renders from a snapshot
The modal builds the image from the strategy’s current stats, ready to customize and export.
What the card shows
The card shows:
- Market the strategy trades, and the owner display name.
- Strategy name, falling back to
Strategy #{id}when the strategy has no name yet. - An optional description.
- A status label:
LIVEwhile the strategy is running,FINISHEDonce it has wrapped. - ROI % as the large accent number, signed, or a muted dash when there is nothing to report yet.
- USD PnL, shown only when you turn on the Show USD PnL toggle.
- The trade count (“N trades”) and a runtime figure (for example, “3d live”).
- A small performance chart of the strategy’s equity over its run.
Customize before you export
The modal lets you shape the card before it leaves your screen:
- Display name (up to 32 characters).
- Strategy name, with a toggle to show or hide it, editable up to 64 characters.
- Description, with a toggle to show or hide it, editable up to 160 characters.
- Accent color, either Gold or Pool.
- Show USD PnL, a toggle that adds or removes the dollar PnL line.
Turn off what you would rather not broadcast. Hiding the USD PnL line, for instance, lets you show the percentage return without publishing your position size.
The four actions
Once the card looks right, four buttons decide where it goes:
- Download saves the card as a PNG (
synchronicity-strategy-{id}.png) to your device. - Copy image writes the PNG to your clipboard so you can paste it anywhere. If your browser blocks image copies, it downloads the file instead and tells you so.
- Share on X copies the image to your clipboard, then opens the X compose window in a new tab. Paste the card into the post. The compose window is prefilled with default text: “Check out my automated trading strategy on @SynchronicityHQ”. When you have a boost code, the text instead appends your boost link, “Use my boost code for a fee discount and early admission:” followed by the link.
- Copy boost link copies your personal boost link to the clipboard on its own, so you can drop it into a message without posting a card at all.
The boost link
The boost link is your entry point into the referral program: a trader who signs up through it moves up the waitlist faster and joins your referral network, and they get a discount on their own fees. From then on you earn a share of the net fees their trading generates.
So a share card posted with your boost link does two things at once: it shows your track record and invites the next trader in.
Share card vs JSON export
The share card and the JSON export do different jobs:
| Share card | JSON export | |
|---|---|---|
| What it produces | A branded image of the results | The full strategy graph as text |
| What the recipient gets | A picture to look at | A strategy they can load and run |
| Includes the trade logic | No | Yes, every node and connection |
| Carries a boost link | Yes | No |
| Use it to | Post a result, recruit a referral | Hand someone the actual strategy |
Reach for the share card when you want to show a track record and bring someone in. Reach for export when you want the recipient to open the strategy on their own canvas and deploy it themselves.