@airblock2026/plugin-bit-monk-signal
v1.0.0
Published
Bit Monk Signal — bottom/top market-timing signals for 8 markets (crypto, US/KR stocks, commodities, FX, macro, Seoul & Dubai property) via x402 pay-per-call MCP endpoints.
Maintainers
Readme
@airblock2026/plugin-bit-monk-signal
Bottom/top market-timing signals for 8 markets in your ElizaOS agent — crypto, US & Korea stocks, commodity futures, FX, inflation & Fed liquidity, Seoul apartments and Dubai property.
Ask "is BTC-USD at a bottom?" or "which commodities are most oversold?" and your agent answers with a verdict (strong_buy … strong_sell) and a -100..+100 score, aggregated from a locked technical-indicator engine across weekly and monthly timeframes.
Install
elizaos plugins add @airblock2026/plugin-bit-monk-signalOr add to your character file:
{
"name": "MyAgent",
"plugins": ["@airblock2026/plugin-bit-monk-signal"]
}Actions
| Action | Cost | What it does |
|---|---|---|
| BIT_MONK_INTRO | free | What the service covers, live sample, pricing. No key needed. |
| BIT_MONK_GET_SIGNAL | paid | Bottom/top verdict + score for one asset (auto-detects market & symbol). |
| BIT_MONK_SCAN_MARKET | paid | Rank a whole market — most oversold or most overheated right now. |
Markets & symbols
| Market | Universe | Example |
|---|---|---|
| Crypto | 197 coins | BTC-USD |
| US stocks | S&P500 + indexes/ETFs (535) | NVDA, ^IXIC |
| Korea stocks | KOSPI/KOSDAQ (103) | 005930.KS, ^KS11 |
| Commodities | 28 continuous futures | GC=F (gold), CL=F (oil) |
| FX | 48 pairs (24 vs USD + 24 vs KRW) | EURUSD=X, USDKRW=X |
| Inflation & liquidity | 47 official series | US-CPI, US-FED |
| Seoul apartments | 25 districts (official transactions) | Gangnam, 강남구 |
| Dubai property | 42 areas | downtown, palm |
The plugin routes to the right market from the sentence — by keyword ("gold", "kospi", "dubai") or by an unambiguous symbol shape (GC=F, EURUSD=X, 005930.KS).
Payment (x402)
Signal calls are pay-per-call: 0.01 USDT on X Layer via the x402 protocol. No API key, no signup, no subscription.
- Without payment configured:
BIT_MONK_INTROworks fully, and paid actions return the 402 challenge as a readable message — your agent decides whether to pay. The plugin never pays on its own. - With payment: set
BIT_MONK_PAYMENT_HEADERto aPAYMENT-SIGNATUREbundle; it is attached to paid calls.
{
"settings": {
"secrets": { "BIT_MONK_PAYMENT_HEADER": "<base64 x402 payment bundle>" }
}
}How it works
The plugin is a thin client. Verdicts come from eight independent remote MCP servers (one per market), published on the official MCP Registry under com.airblockfz/* and also reachable over A2A. Data sources: exchange feeds (crypto), Yahoo Finance (stocks/commodities/FX), FRED·OECD·IMF·Eurostat + Fed H.4.1/H.15 (macro), Korean Ministry of Land actual transactions (Seoul), DLD·Bayut published indexes (Dubai).
Docs & endpoints: github.com/airblock2026/bit-monk-signal-mcp
Disclaimer
Informational indicator output — not financial, investment or real-estate advice. Historical statistics do not guarantee future results. Real-estate series include modeled interpolation where official data is monthly or quarterly; this is disclosed in each response.
License
MIT © Air Block FZ
