{"protocolVersion":"1.0","name":"Vidar Agent","description":"Autonomous crypto trading and research agent","url":"https://lavish-vision-production-bf85.up.railway.app/","supportedInterfaces":[{"url":"https://lavish-vision-production-bf85.up.railway.app/","protocolBinding":"HTTP+JSON"}],"version":"0.1.0","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":true},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json","text/plain"],"skills":[{"id":"chat","name":"chat","description":"General conversational AI endpoint","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"message":{"type":"string","minLength":1},"system":{"type":"string"}},"required":["message"],"additionalProperties":false}},{"id":"research","name":"research","description":"Crypto topic/token research and analysis","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"topic":{"type":"string","minLength":1},"depth":{"type":"string","enum":["brief","detailed"]}},"required":["topic"],"additionalProperties":false}},{"id":"trade-signal","name":"trade-signal","description":"Sentiment-based trade signal (DRY RUN — no real trades)","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","minLength":1},"timeframe":{"type":"string","enum":["short","medium","long"]}},"required":["token"],"additionalProperties":false}},{"id":"summarize","name":"summarize","description":"Summarize text or URL content","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"text":{"type":"string"},"url":{"type":"string"},"style":{"type":"string","enum":["bullets","paragraph","tldr"]}},"additionalProperties":false}},{"id":"analyze","name":"analyze","description":"Sentiment analysis on text, tweets, or market narratives","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"text":{"type":"string","minLength":1},"context":{"type":"string","enum":["crypto","general","social"]}},"required":["text"],"additionalProperties":false}},{"id":"meme-score","name":"meme-score","description":"Rate a memecoin's potential (community, virality, risk)","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","minLength":1},"details":{"type":"string"}},"required":["token"],"additionalProperties":false}},{"id":"rugradar","name":"rugradar","description":"Deep token security scan — contract analysis, rug detection, liquidity check, holder distribution. Undercuts AgentLISA.","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","minLength":1},"chain":{"type":"string","enum":["solana","ethereum","base","bsc","polygon","auto"]}},"required":["token"],"additionalProperties":false}},{"id":"tidalwatch","name":"tidalwatch","description":"Real-time whale movement tracker — large wallet flows, accumulation/distribution patterns, smart money signals.","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","minLength":1},"chain":{"type":"string","enum":["solana","ethereum","base","bsc","auto"]},"threshold":{"description":"Minimum USD value to flag as whale (default: 10000)","type":"string"}},"required":["token"],"additionalProperties":false}},{"id":"trustshell","name":"trustshell","description":"Agent reputation and verification checker — validates ERC-8004 registration, uptime, endpoint health, and trust signals.","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"agent":{"type":"string","minLength":1},"deep_scan":{"description":"Run extended checks (slower but more thorough)","type":"boolean"}},"required":["agent"],"additionalProperties":false}},{"id":"echo","name":"echo","description":"Echo input text (health check) — FREE","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"text":{"type":"string","minLength":1}},"required":["text"],"additionalProperties":false}}],"supportsAuthenticatedExtendedCard":false,"entrypoints":{"chat":{"description":"General conversational AI endpoint","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"message":{"type":"string","minLength":1},"system":{"type":"string"}},"required":["message"],"additionalProperties":false},"pricing":{"invoke":"0.01"}},"research":{"description":"Crypto topic/token research and analysis","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"topic":{"type":"string","minLength":1},"depth":{"type":"string","enum":["brief","detailed"]}},"required":["topic"],"additionalProperties":false},"pricing":{"invoke":"0.05"}},"trade-signal":{"description":"Sentiment-based trade signal (DRY RUN — no real trades)","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","minLength":1},"timeframe":{"type":"string","enum":["short","medium","long"]}},"required":["token"],"additionalProperties":false},"pricing":{"invoke":"0.10"}},"summarize":{"description":"Summarize text or URL content","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"text":{"type":"string"},"url":{"type":"string"},"style":{"type":"string","enum":["bullets","paragraph","tldr"]}},"additionalProperties":false},"pricing":{"invoke":"0.02"}},"analyze":{"description":"Sentiment analysis on text, tweets, or market narratives","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"text":{"type":"string","minLength":1},"context":{"type":"string","enum":["crypto","general","social"]}},"required":["text"],"additionalProperties":false},"pricing":{"invoke":"0.01"}},"meme-score":{"description":"Rate a memecoin's potential (community, virality, risk)","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","minLength":1},"details":{"type":"string"}},"required":["token"],"additionalProperties":false},"pricing":{"invoke":"0.03"}},"rugradar":{"description":"Deep token security scan — contract analysis, rug detection, liquidity check, holder distribution. Undercuts AgentLISA.","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","minLength":1},"chain":{"type":"string","enum":["solana","ethereum","base","bsc","polygon","auto"]}},"required":["token"],"additionalProperties":false},"pricing":{"invoke":"0.35"}},"tidalwatch":{"description":"Real-time whale movement tracker — large wallet flows, accumulation/distribution patterns, smart money signals.","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","minLength":1},"chain":{"type":"string","enum":["solana","ethereum","base","bsc","auto"]},"threshold":{"description":"Minimum USD value to flag as whale (default: 10000)","type":"string"}},"required":["token"],"additionalProperties":false},"pricing":{"invoke":"0.015"}},"trustshell":{"description":"Agent reputation and verification checker — validates ERC-8004 registration, uptime, endpoint health, and trust signals.","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"agent":{"type":"string","minLength":1},"deep_scan":{"description":"Run extended checks (slower but more thorough)","type":"boolean"}},"required":["agent"],"additionalProperties":false},"pricing":{"invoke":"0.02"}},"echo":{"description":"Echo input text (health check) — FREE","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"text":{"type":"string","minLength":1}},"required":["text"],"additionalProperties":false}}},"payments":[{"method":"x402","payee":"0xe9D50Ee3a861F996FE8dDf0DE00506AD5435433B","network":"base","endpoint":"https://x402.org/facilitator","extensions":{"x402":{"facilitatorUrl":"https://x402.org/facilitator"}}}]}