ODIN Trade Network
ODIN Trade Network
The ODIN trade network enables counterparty discovery between traders. It is accessed by Origination (buy-side) and Merchant (sell-side) agents.
Trader Profile
Each trader has ONE profile, co-managed by Origination (buy-side) and Merchant (sell-side):
{ "TraderProfile": { "profile_id": "string", "company_name": "string", "jurisdiction": "string", "tier": "free | premium", "buy_side": { "managed_by": "origination_agent", "commodities_sought": [...] }, "sell_side": { "managed_by": "merchant_agent", "commodities_available": [...] }, "verified_history": { "trades_completed": "integer", "payment_on_time_pct": "number", "documentary_compliance_pct": "number", "verification_badge": "none | bronze | silver | gold" } }}MCP Tools
odin_network/publish_profile
Updates the trader’s buy-side or sell-side profile section.
odin_network/search_counterparties
Queries the network for matching profiles. Results are anonymized until introduction is accepted.
odin_network/express_interest
Sends a structured expression of interest to a matched profile.
odin_network/accept_introduction
Accepts a mutual introduction, revealing identities. Requires human approval.
odin_network/get_market_signals
Aggregated, anonymized intelligence from network activity patterns.
Network Tiers
| Feature | Free | Premium |
|---|---|---|
| Profile creation | Yes | Yes |
| Basic discovery | Yes | Yes |
| Introductions/month | 5-10 | Unlimited |
| Searches/day | 20 | Unlimited |
| Verified badge | Earned | Earned + priority |
| Advanced filtering | No | Yes |
| Featured listings | No | Yes |