Share Your Wins Feed
Updated May 22, 2026 · 1 min read
How get_share_your_wins surfaces closed winning trades, the fields it returns, and why a trade might not appear in the feed.
get_share_your_wins is an MCP tool that returns recently closed positions across the user base that are eligible for social sharing - filtered to wins above a PnL threshold. The Senpi app uses it to surface notable trades in the "Share your wins" feed.
Returned fields
trader, asset, direction, entry price, exit price, leverage, realized PnL, and a share-friendly summary.
If a user's trade isn't appearing in the feed, the most likely reasons are:
- PnL was below the share threshold.
- The position is still open - only closed positions qualify.
- The trade is too old to be in the recent window.
Senpi Arena
Share wins, climb the leaderboard, earn rewards.
Related articles
Audit Tools: Reviewing Agent Decisions
List, inspect, and query agent decision logs with the MCP audit tools, plus local runtime commands that skip the MCP round-trip.
Senpi Skills Library
Open-source Senpi trading skills for scanning and momentum: list them, use the runtime for exits, and migrate legacy Python via the playbook.
