These are free technical services and public labs. The exchange is noncustodial and testnet-first.
Nothing here is a hosted wallet, a brokerage, or an audited mainnet financial product.
manticore-exchange-v0.1.0
Manticore Asset Exchange
Noncustodial Evrmore marketplace. Each trader runs a local companion against their own Core wallet.
A public relay publishes signed offers and carries ciphertext. Both legs settle in
one Evrmore transaction, signed independently. No deposit addresses, no pooled
balances, no platform-held escrow.
Semantic search is local LSA over the public catalog — not a cloud model. Public graph edges are
maker assertions, not proof of ownership. Default network is testnet. Mainnet stays fail-closed
unless an operator deliberately accepts unaudited risk.
GET /healthz
GET /api/config
GET /api/search?q=&mode=hybrid
GET /api/graph
GET /api/analytics
GET /api/offers/:id
Run the 0.1.0 tree locally with Node 22+. Open the companion on loopback only
(127.0.0.1:3210). Never put wallet RPC credentials on a public host.
Local-first P2P development infrastructure: libp2p, CRDTs, WASM agents, Ports, DIDs, MLS.
The public product lives at peerweave.com; notes and the teleidoscope kernel live on this site.