Snag the ultimate deal! The tooltip now shows the boldest trader offer and a flea-market price engineered for a perfectly inevitable sale.

Speed up your sales!
A remarkably convenient quick-sell add-on lurks in the Addon tab, waiting patiently for you to notice it. If patience is not your strong suit, you may bend spacetime and simply click here.
As many of you have seen in the recent announcements from the SPT developers on Discord about the changes with Tarkov 1.0, the long-term outlook for SPT and FIKA is uncertain. If you haven’t read their message yet, you can find it here:
https://discord.com/channels/875684761291599922/875706629260197908/1439239841895158022
FIKA will no longer be adding major new features, focusing instead on support and bug fixes for as long as SPT remains viable.
For my mod, I’ll be taking a similar approach: I’ll continue providing maintenance updates and fixing bugs, but I don’t currently plan to develop new large-scale features. The project has grown far beyond what I expected when I started it, and it has genuinely been great to read your feedback and turn it into improvements. Thank you for every comment and conversation on Discord.
The mod’s source code is available on GitHub, so if anyone wants to fork it and build new features on top of it, feel free - you have my blessing.
What does it do?
Imagine examining an item in Tarkov and having the game whisper gently into your ear:
“Here’s exactly how much money this thing is worth, who will buy it, and whether selling it is a brilliant idea or a catastrophic financial farce.”
That’s what SMTM does. It modifies the in-game tooltip to reveal:
- The trader who will pay you the most (because some traders appreciate your junk more than others)
- The flea market price required to achieve a 100% chance of sale
- Both price per slot and total price, helpfully highlighted so you don’t have to do arithmetic
- Optional inclusion of flea market taxes, for those who enjoy pain
Version 1.5.0+ adds color-coding based on the World of Warcraft rarity scheme - from poor (grey, sad, mildly apologetic) to legendary (orange, smug, expensive).
The server-side portion of the mod exposes an endpoint that politely hands the client mod the relevant backend configuration and flea prices.
Everything is configured through the BepInEx Configurator.
And yes, the mod is designed to whisper requests to the SPT server, not shout them.
Requirements
Practically none. If you can run SPT, you can run this.
Installation
If your SPT installation is normal (i.e. not a baroque cathedral of symbolic links and misplaced folders):
- Extract the contents of the
.zipor.7zstraight into your SPT directory. - When you’re done, you should see:
- C:\yourSPTfolder\BepInEx\plugins\com.swiftxp.spt.showmethemoney\SwiftXP.SPT.ShowMeTheMoney.Client.dll
- C:\yourSPTfolder\SPT\user\mods\com.swiftxp.spt.showmethemoney\SwiftXP.SPT.ShowMeTheMoney.Server.dll
If your client and server are separated like two star-crossed lovers:
Extract the BepInEx folder into the client.
Extract the user folder into the server.
Client:
- C:\yourSPTclient\BepInEx\plugins\com.swiftxp.spt.showmethemoney\SwiftXP.SPT.ShowMeTheMoney.Client.dll
Server:
- C:\yourSPTserver\SPT\user\mods\com.swiftxp.spt.showmethemoney\SwiftXP.SPT.ShowMeTheMoney.Server.dll
If you use the FIKA headless client:
Splendid news: Do not install anything there. Seriously, don’t. It will only cause complications, headaches, and possibly the rising of ancient eldritch forces. Add this mod to your Exclusions.json if you use Corter’s Mod Sync.
Configuration
Access the BepInEx Configurator (usually via F12 or F1) and behold:

Here you can also summon fresh flea market prices from the server. This is particularly handy if you’re using SPT-LiveFleaPrices, which updates prices regularly but not telepathically.
Just to be clear: Triggering this does not cause LiveFleaPrices itself to contact the celestial flea-market-gods. It simply fetches whatever your SPT server already knows.
Remarks
- Changes to trader price markups (e.g., via SVM) are automatically accounted for.
- Multiple languages are supported, but if something looks as if it was spat out by a malfunctioning Babel Fish, leave a comment. Disabling color-coding may help.
Known compatibility
- SPT-LiveFleaPrices ≥ v2.0.1 (DrakiaXYZ)
- UIFixes ≥ v5.0.5 (Tyfon)
- ODT’s Item Info ≥ v2.0.2 (kobethuy)
- Note: ODT’s Item Info has Opinions™ about how color-coding should work. It may overwrite item-name color, but price colors remain intact.
Planned features/changes
- … (imagine a gentle, wistful sigh here)
Known problems
- A friend of mine occasionally experiences a stuck tooltip when using the flea-tax toggle. I have investigated this thoroughly and discovered that… I still have no idea why it happens.
- Some weapons feature suffixes like “Carbine.” These sometimes refuse to participate in color-coding. Possibly out of spite.
Problems that may occur
- Traders added by other mods may or may not play nicely with the price system.
- The flea-tax toggle exists to maintain peace between tooltip-altering mods. If something goes wrong, let me know.
(Last updated Nov 17, 2025 — SMTM v2.5.1)
-
How do I install SMTM?
- Extract the folders into your SPT directory. If that sounds too simple, consult the installation section above.
-
How do I configure SMTM?
- Press F12 or F1. A configuration window will appear, as if summoned from a parallel dimension.
-
Is there a quick-sell addon?
- Yes! It has its own tab. It is quite proud of this.
-
No price information appears. What now?
- Check your installation. Reinstall if confused. Also, please don’t use WinRAR to extract
.7zfiles. It sometimes mangles them like a clumsy Vogon.
- Check your installation. Reinstall if confused. Also, please don’t use WinRAR to extract
-
No flea market prices?
- You must unlock the flea market unless you enable “Always show flea market price.” If prices are missing entirely, the server component is probably not installed correctly.
-
I get SSL errors. Help?
- Unlikely to be SMTM’s fault. SSL in Tarkov behaves like a paranoid toaster. Seek help on the SPT Discord.
-
Why do flea prices differ from the average?
- Because:
- SMTM shows the 100% sell-chance price, not the average.
- It updates flea data every 5 minutes to avoid server overload.
- Live Flea Prices may cause sudden market lurches.
- The flea market is fundamentally chaotic, briefly capable of holding an opinion, and possibly drunk.
- Because:
-
Displayed flea prices seem wildly wrong. Why?
- Check your settings (SPT, SVM, SMTM, etc.). If still wrong, report details: item, expected vs shown price, screenshots, logs, the alignment of Jupiter, etc.
-
Armor plates don’t affect flea price. Why?
- Because SPT 4.0.4 also ignores plate value in its sell-chance logic. SMTM 2.5.0 can display plate value separately. SPT 4.0.5 may fix this.
-
Key remaining-uses don’t affect the price. Why?
- SPT 4.0.4 bug. A 1/40 key and a 40/40 key sell for the same amount. SMTM mimics SPT’s logic. SPT 4.0.5 fixed this bug. Update for SMTM (2.5.1) is available.
Support & Feature Requests
I maintain this in my spare time, between bouts of existential dread and tea.
Please be patient.
Why this mod exists
My friends and I play SPT co-op via FIKA.
We used another price-display mod that turned our poor little VServer into a molten puddle of lag.
Requests flooded in like panicked bureaucrats. The server begged for mercy.
So I built a new plugin. This one. Designed to be gentle, efficient, and unlikely to ignite anything.
It worked splendidly, so I shared it.
Shout-out to the SPT team and all modders.
You’re brilliant, bewildering, and beloved.
Released Monday at 10:36 PM
This release is not compatible with SPT 3.11.x. This release requires version 4.0.5 or higher of SPT.
Changes in this release:
- SPT 4.0.5 fixed the issue of keys forgetting their own durability on the flea-market, which had led to prices of an alarmingly surreal nature. SMTM 2.5.1 now also accounts for key durability.
26.48 KB
2.3K Downloads
| View AddonsReleased Nov 10, 8:00 PM
This release is not compatible with SPT 3.11.x.
This release requires version 4.0.4 (40087) of SPT.
This is the biggest overhaul of my mod to date.
Changes in this release:
Flea prices:
- Item quality is now taken into account for the displayed flea prices (it has already been considered for trader prices for a long time).
- SPT 4.0.4 improved the weapon sell chance calculation. This change is now also taken into account by my mod. “Gone” are the days when you had to dismantle a weapon to make a good profit.
- Displayed flea prices are now aimed at achieving a 100% sell chance (or whatever maximum sell chance you have set in your SPT configuration).
- In my mod, the calculation is not always 100% accurate, but achieving that would require sending more requests to the server, which would defeat the original purpose of the mod: avoiding bombarding the server with requests.
- When using the “Live Flea Prices” mod, the inaccuracy of the prices can increase, but again: improving this would require sending more requests to the server.
- The “Flea price multiplicand” you can configure in the F12 options is applied after my mod calculates a flea price that targets a 100% sell chance.
- Flea market configuration is now taken into account:
- Base sell chance
- Maximum sell chance
- Sell multiplier
- Item price multipliers
- The sales value of removable armor plates is now displayed for armor and armored rigs (this can be toggled on or off in the F12 options).
Other changes:
- Integrated a potential fix to prevent item prices from being displayed on the raid-end health screen.
A recommendation: Always remove armor plates before selling armor or armored rigs. Unlike weapon mods, these are not yet considered when SPT calculates the sale chance of armor or armored rigs.
My mod and ODT’s Item Info (by kobethuy) are compatible with each other. However:
- ODT’s color coding works differently from the color coding in my mod.
- ODT will overwrite the color coding for the item name, but the color coding of the displayed prices in the tooltip will remain unchanged.
So I recommend setting the “Color coding mode” to Price when you install ODT’s Item Info alongside my mod.
I’ve spent almost a week testing the changes every evening, but there are so many items in EFT that it’s not easy to check every single one. If you find anything that’s highly inaccurate, please let me know in the comments.
22.28 KB
2.9K Downloads
| View AddonsReleased Oct 30, 2:00 PM
This release is not compatible with SPT 3.11.x. This release requires version 4.0.2 of SPT.
If you use the quick-sell companion mod, please update it to at least version 2.1.0.
Changes in this release:
- The flea market prices will only be displayed once the flea market has been unlocked – i.e. once the minimum level has been reached.
- There is now an option called ‘Show flea price despite not unlocked’ in the configuration. This allows you to force the flea market prices to always be displayed, even if you have not yet unlocked the flea market.
22.13 KB
403 Downloads
| View AddonsReleased Oct 30, 12:14 AM
This release is not compatible with SPT 3.11.x. This release requires version 4.0.2 of SPT.
If you use the quick-sell companion mod, please update it to at least version 2.1.0.
Changes in this release:
-
Flea market prices displayed are now more accurate when using the ‘Live Flea Prices’ mod and the item in question has significant price fluctuations on the live flea market. I can’t promise that they will always be 100% accurate. 100% accuracy would mean that I would have to send more requests to the SPT server, and the whole point of the mod was to put as little strain on the SPT server as possible. :D
-
Adjusted how flea market prices are retrieved from the SPT-Server (technically speaking: Task.Run replaced with Unity.Coroutine).
21.27 KB
1.1K Downloads
Released Oct 26, 10:08 PM
This release is not compatible with SPT 3.11.x. This release requires version 4.0.2 of SPT.
Changes in this release:
- The displayed flea-prices are the base-prices the SPT-Server is using to generate flea-offers now.
When using “Live Flea Prices” by DrakiaXYZ: Items with high price fluctuations (usually rarely bought weapon mods) can still be a bit in-accurate. I’m working on a solution for this for future versions.
Shout-out to the SPT-Team for fixing this bug so quickly with SPT 4.0.2:
- Fixed flea offers being generated with incorrect prices on server start and not reverting to correct price until offer expires and is replaced
22.51 KB
2.3K Downloads
Released Oct 20, 7:59 PM
This release is not compatible with SPT 3.11.x
Changes in this release:
- Fixed an issue that prevented the quick-sell companion mod from working with the multi-select feature from the UIFixes mod.
Please also update the quick-sell companion mod, if you use it.
Created by swiftxp
433 Downloads
Compatible Mod Versions:
Turbo-charge your sales! A charming little SMTM add-on that shuffles inventory into buyers’ hands at worrying speed.
Details
-
GUID
com.swiftxp.spt.showmethemoney
-
Category
-
License
-
Source Code
-
Latest Version VirusTotal Results
-
Fika Compatible Version Available
cant use doors Fika+Show Me The Money
Hi! Just want to mention me and my friends really like this mod and enjoy how helpful it is for trying to sell items! That being said, recently I set up a FIKA Headless server and the tool only showed trader prices and not flea prices even if I manually changed the F12 menu config setting. I went against the rules and downloaded the SPT folder to my headless server and that got the flea market prices to start showing up again. I am also using this mod with the Live Flea Prices.
In particular when I didn’t have this downloaded to my headless server the client would make a request for the price which would go unhandled by the server. This may be due to some configuration I have or something but still wanted to mention it in case anyone else has a similar problem. Again, great mod and have really enjoyed it!
Also, if you want me to delete this let me know.
Also as you work on 2.4.0 It appears when i dissasemble a gun the price of the receiver and parts go up for reason. Selling whole gun was 400K after i dissasembled it the main part receiver and trigger were selling for 800K. Thanks for the all the work.
I think you broke the flea market values for everything that goes into the scav junk box with your latest update
It doesn’t work with Fika… :(
A small request: I would like to add a binding key to disable and enable the price display function at any time.The reason for this request is that in the post-death healing interface, when I hover my mouse over the fatal head wound, a bug occurs: it not only shows that a bullet hit my head, but also displays the price of the bullet (or perhaps head protection gear?), which is absurd.
That mod is awesome. I used LootValue beforehand, and switched into this most likely because the faster update and the better look. However it can be confusing. If flea market is locked behind a higher level and I can’t access it just yet, the flea price is still shown and I think it would be better to hide it. I use SVM to lock the flea market above level 50 and LootValue showed only the trader price in that case.
Hey, I noticed that the displayed prices are almost always higher than what’s actually in my flea (sometimes significantly). For example, I tried selling some compensator for the 110k this mod showed, because there were no offers I could base my price off of. Later, there were offers - for 20k. I had Live Flea Prices installed, but removed it a while ago … so I don’t think that’s a likely cause for this. Since I don’t see many mentions of something like that here, it’s probably a skill issue on my end, but do you have any concrete idea where I could start searching for causes?