В01Will the crew rebalance my wallets on its own?
No. Every workflow stops at a HITL gate before any signing path. The agents pull on-chain data, score concentration, draft the rebalance, and stage it for your approval. You can lift the gate per template once a routine has earned trust, but the default is review every move.
В02Can the agents reason over my wallet history and tax lots?
Three ways. Static context attaches your allocation policy, chain whitelist, and cost basis method to specific personas on every run. The rag_retrieve tool lets PortfolioManager and ChiefRiskOfficer pull from prior reports, protocol audits, and your DeFi position notes on demand. Cross-run memory means yesterday's drawdown reading is in scope for today's check. You choose which agent gets which layer.
В03Is this a Zerion alternative or a DeBank alternative?
It sits on top of them. Zerion and DeBank show you balances and recent moves across chains. Melaya is the reasoning layer that reads those positions through scoped RPC and indexer tools, scores concentration, runs the stress test, and writes the rebalance memo with citations.
В04How does this compare to CoinTracking or Koinly for tax prep?
Koinly and CoinTracking ingest transactions and produce tax forms. Melaya adds the reasoning layer on top. TaxStrategist work runs through PortfolioManager and ReportWriter, modeling FIFO, HIFO, and Specific ID across your wallets so harvest decisions land before year end, not after.
В05Is this overkill for a solo investor with one portfolio?
No. The Quant Firm crew is six agents and one canvas. A solo hodler runs the same three templates a fund runs: weekly risk check, monthly rebalance review, and year-end tax pass. You pay for what each agent thinks, not per seat.
В06Which models can I run the crew on?
Any. Claude on ChiefRiskOfficer where stress test reasoning earns the cost, GPT on ReportWriter for the one-page synthesis, a local Ollama on QuantAnalyst when wallet history cannot leave your machine. Each persona picks its own model.
В07How fast can I get the first pipeline running?
With an Etherscan key, an RPC URL, and a CoinGecko quote feed authorized, the portfolio risk check workflow is a 4-node canvas: pull balances, score concentration, draft summary, stage for review. Most solo hodlers ship it the same evening.
В08How are my private keys handled?
They are not. Every blockchain tool in the bundle is read-only: eth_balance, eth_txlist, btc_address_info, sol_balance. No signing tool ships with the hodler templates, so the worst an agent can do is read your address and write a memo.
В09Can I audit exactly what the agent did and why?
Every run logs every tool call, every RPC fetch, every model invocation, and every approval decision. Replay any run to see which address, which block height, and which price snapshot drove the conclusion. The audit log is the methodology log.
В10Зачем не строить это на n8n, Zapier или скрипте Python?
n8n, Zapier и Make выполняют заранее заданные шаги по схеме триггер-действие, а самописный скрипт ломается в день, когда меняется API эксплорера. Команда агентов Quant Firm в Melaya планирует через несколько шагов на канвасе из агентов, инструментов, триггеров и шлюзов утверждения: Quant Skeptic атакует тезис Portfolio Manager, прежде чем Report Writer отправит строку ACTION. Zapier и Make по-прежнему выигрывают по ширине коннекторов для простых линейных автоматизаций.
В11Можно ли сохранить еженедельный обзор портфеля и перезапускать его как шаблон?
Да. Сохрани любой прогон как шаблон, и команда агентов, список разрешённых инструментов и шлюзы утверждения идут вместе с ним, поэтому проход VaR и стресс-теста Chief Risk Officer выполняется одинаково каждую неделю. Каждый прогон хранит полные трассировки с типизированными причинами отказов и стоимостью за принятый результат, поэтому ты можешь сравнить обзор этой недели с обзором прошлого квартала.
В12Может ли Melaya считывать кошелёк или биржевое приложение без API?
Да. Device Control в Melaya управляет реальным телефоном Android: открывает разрешённое приложение, считывает экран, нажимает и печатает, и останавливается для подтверждения на устройстве, прежде чем что-либо будет опубликовано. На этой странице команда агентов считывает данные из блокчейна через пакеты blockchain, etherscan_tools и mempool_tools, поэтому Device Control нужен только для балансов, которые хранятся внутри приложения без публичного следа.
В13Может ли команда агентов работать локально, чтобы адреса моих кошельков не покидали мою машину?
Да, для шагов, которые ты туда направляешь. Melaya работает в облаке или на твоём локальном раннере, и маршрутизация моделей по шагам через 23 провайдера позволяет закрепить чувствительные шаги, например проход по налоговым лотам, за локальными моделями. Пакет blockchain считывает балансы через твой собственный RPC, а хранилище знаний держит твою политику распределения и предыдущие декларации на раннере. Шаги, обращающиеся к публичным эксплорерам вроде etherscan_tools, отправляют адреса этому эксплореру, и трассировка прогона показывает точно, какие шаги это делали.
В14Как команда агентов выявляет риск протокола в позициях DeFi, о которых я забыл?
Пакет etherscan_tools извлекает каждую позицию из твоей истории переводов, основной пакет получает страницы аудита протокола, а dexscreener_tools проверяет, не тоньше ли ликвидность выхода, чем была при входе. Затем Report Writer дистиллирует находки в одностраничную заметку с единственной строкой ACTION и оценкой уверенности, а pause_for_human удерживает любые последующие действия до твоего одобрения.