@lagoon-protocol/lagoon-mcp 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (335) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +618 -0
  3. package/dist/cache/index.d.ts +97 -0
  4. package/dist/cache/index.d.ts.map +1 -0
  5. package/dist/cache/index.js +106 -0
  6. package/dist/cache/index.js.map +1 -0
  7. package/dist/config.d.ts +34 -0
  8. package/dist/config.d.ts.map +1 -0
  9. package/dist/config.js +40 -0
  10. package/dist/config.js.map +1 -0
  11. package/dist/core/cache-adapter.d.ts +73 -0
  12. package/dist/core/cache-adapter.d.ts.map +1 -0
  13. package/dist/core/cache-adapter.js +47 -0
  14. package/dist/core/cache-adapter.js.map +1 -0
  15. package/dist/core/cache-invalidation.d.ts +72 -0
  16. package/dist/core/cache-invalidation.d.ts.map +1 -0
  17. package/dist/core/cache-invalidation.js +114 -0
  18. package/dist/core/cache-invalidation.js.map +1 -0
  19. package/dist/core/container.d.ts +34 -0
  20. package/dist/core/container.d.ts.map +1 -0
  21. package/dist/core/container.js +75 -0
  22. package/dist/core/container.js.map +1 -0
  23. package/dist/graphql/client.d.ts +32 -0
  24. package/dist/graphql/client.d.ts.map +1 -0
  25. package/dist/graphql/client.js +49 -0
  26. package/dist/graphql/client.js.map +1 -0
  27. package/dist/graphql/fragments/apr-breakdown.fragment.d.ts +64 -0
  28. package/dist/graphql/fragments/apr-breakdown.fragment.d.ts.map +1 -0
  29. package/dist/graphql/fragments/apr-breakdown.fragment.js +62 -0
  30. package/dist/graphql/fragments/apr-breakdown.fragment.js.map +1 -0
  31. package/dist/graphql/fragments/asset-info.fragment.d.ts +18 -0
  32. package/dist/graphql/fragments/asset-info.fragment.d.ts.map +1 -0
  33. package/dist/graphql/fragments/asset-info.fragment.js +36 -0
  34. package/dist/graphql/fragments/asset-info.fragment.js.map +1 -0
  35. package/dist/graphql/fragments/chain-info.fragment.d.ts +18 -0
  36. package/dist/graphql/fragments/chain-info.fragment.d.ts.map +1 -0
  37. package/dist/graphql/fragments/chain-info.fragment.js +32 -0
  38. package/dist/graphql/fragments/chain-info.fragment.js.map +1 -0
  39. package/dist/graphql/fragments/index.d.ts +15 -0
  40. package/dist/graphql/fragments/index.d.ts.map +1 -0
  41. package/dist/graphql/fragments/index.js +21 -0
  42. package/dist/graphql/fragments/index.js.map +1 -0
  43. package/dist/graphql/fragments/pageinfo.fragment.d.ts +33 -0
  44. package/dist/graphql/fragments/pageinfo.fragment.d.ts.map +1 -0
  45. package/dist/graphql/fragments/pageinfo.fragment.js +47 -0
  46. package/dist/graphql/fragments/pageinfo.fragment.js.map +1 -0
  47. package/dist/graphql/fragments/transaction-base.fragment.d.ts +19 -0
  48. package/dist/graphql/fragments/transaction-base.fragment.d.ts.map +1 -0
  49. package/dist/graphql/fragments/transaction-base.fragment.js +32 -0
  50. package/dist/graphql/fragments/transaction-base.fragment.js.map +1 -0
  51. package/dist/graphql/fragments/vault-list.fragment.d.ts +53 -0
  52. package/dist/graphql/fragments/vault-list.fragment.d.ts.map +1 -0
  53. package/dist/graphql/fragments/vault-list.fragment.js +51 -0
  54. package/dist/graphql/fragments/vault-list.fragment.js.map +1 -0
  55. package/dist/graphql/fragments/vault-summary.fragment.d.ts +68 -0
  56. package/dist/graphql/fragments/vault-summary.fragment.d.ts.map +1 -0
  57. package/dist/graphql/fragments/vault-summary.fragment.js +66 -0
  58. package/dist/graphql/fragments/vault-summary.fragment.js.map +1 -0
  59. package/dist/graphql/fragments/vault.fragment.d.ts +133 -0
  60. package/dist/graphql/fragments/vault.fragment.d.ts.map +1 -0
  61. package/dist/graphql/fragments/vault.fragment.js +119 -0
  62. package/dist/graphql/fragments/vault.fragment.js.map +1 -0
  63. package/dist/graphql/fragments.d.ts +183 -0
  64. package/dist/graphql/fragments.d.ts.map +1 -0
  65. package/dist/graphql/fragments.js +297 -0
  66. package/dist/graphql/fragments.js.map +1 -0
  67. package/dist/graphql/queries/export.queries.d.ts +72 -0
  68. package/dist/graphql/queries/export.queries.d.ts.map +1 -0
  69. package/dist/graphql/queries/export.queries.js +202 -0
  70. package/dist/graphql/queries/export.queries.js.map +1 -0
  71. package/dist/graphql/queries/index.d.ts +15 -0
  72. package/dist/graphql/queries/index.d.ts.map +1 -0
  73. package/dist/graphql/queries/index.js +23 -0
  74. package/dist/graphql/queries/index.js.map +1 -0
  75. package/dist/graphql/queries/performance.queries.d.ts +63 -0
  76. package/dist/graphql/queries/performance.queries.d.ts.map +1 -0
  77. package/dist/graphql/queries/performance.queries.js +133 -0
  78. package/dist/graphql/queries/performance.queries.js.map +1 -0
  79. package/dist/graphql/queries/period-summaries.d.ts +15 -0
  80. package/dist/graphql/queries/period-summaries.d.ts.map +1 -0
  81. package/dist/graphql/queries/period-summaries.js +24 -0
  82. package/dist/graphql/queries/period-summaries.js.map +1 -0
  83. package/dist/graphql/queries/portfolio.queries.d.ts +78 -0
  84. package/dist/graphql/queries/portfolio.queries.d.ts.map +1 -0
  85. package/dist/graphql/queries/portfolio.queries.js +198 -0
  86. package/dist/graphql/queries/portfolio.queries.js.map +1 -0
  87. package/dist/graphql/queries/prediction.queries.d.ts +38 -0
  88. package/dist/graphql/queries/prediction.queries.d.ts.map +1 -0
  89. package/dist/graphql/queries/prediction.queries.js +100 -0
  90. package/dist/graphql/queries/prediction.queries.js.map +1 -0
  91. package/dist/graphql/queries/risk.queries.d.ts +37 -0
  92. package/dist/graphql/queries/risk.queries.d.ts.map +1 -0
  93. package/dist/graphql/queries/risk.queries.js +90 -0
  94. package/dist/graphql/queries/risk.queries.js.map +1 -0
  95. package/dist/graphql/queries/search.queries.d.ts +61 -0
  96. package/dist/graphql/queries/search.queries.d.ts.map +1 -0
  97. package/dist/graphql/queries/search.queries.js +103 -0
  98. package/dist/graphql/queries/search.queries.js.map +1 -0
  99. package/dist/graphql/queries/transaction.queries.d.ts +60 -0
  100. package/dist/graphql/queries/transaction.queries.d.ts.map +1 -0
  101. package/dist/graphql/queries/transaction.queries.js +252 -0
  102. package/dist/graphql/queries/transaction.queries.js.map +1 -0
  103. package/dist/graphql/queries/vault.queries.d.ts +54 -0
  104. package/dist/graphql/queries/vault.queries.d.ts.map +1 -0
  105. package/dist/graphql/queries/vault.queries.js +78 -0
  106. package/dist/graphql/queries/vault.queries.js.map +1 -0
  107. package/dist/index.d.ts +12 -0
  108. package/dist/index.d.ts.map +1 -0
  109. package/dist/index.js +32 -0
  110. package/dist/index.js.map +1 -0
  111. package/dist/prompts/competitor-comparison.d.ts +8 -0
  112. package/dist/prompts/competitor-comparison.d.ts.map +1 -0
  113. package/dist/prompts/competitor-comparison.js +432 -0
  114. package/dist/prompts/competitor-comparison.js.map +1 -0
  115. package/dist/prompts/curator-performance.d.ts +8 -0
  116. package/dist/prompts/curator-performance.d.ts.map +1 -0
  117. package/dist/prompts/curator-performance.js +383 -0
  118. package/dist/prompts/curator-performance.js.map +1 -0
  119. package/dist/prompts/financial-analysis.d.ts +8 -0
  120. package/dist/prompts/financial-analysis.d.ts.map +1 -0
  121. package/dist/prompts/financial-analysis.js +480 -0
  122. package/dist/prompts/financial-analysis.js.map +1 -0
  123. package/dist/prompts/index.d.ts +21 -0
  124. package/dist/prompts/index.d.ts.map +1 -0
  125. package/dist/prompts/index.js +50 -0
  126. package/dist/prompts/index.js.map +1 -0
  127. package/dist/prompts/onboarding-first-vault.d.ts +8 -0
  128. package/dist/prompts/onboarding-first-vault.d.ts.map +1 -0
  129. package/dist/prompts/onboarding-first-vault.js +317 -0
  130. package/dist/prompts/onboarding-first-vault.js.map +1 -0
  131. package/dist/prompts/portfolio-optimization.d.ts +8 -0
  132. package/dist/prompts/portfolio-optimization.d.ts.map +1 -0
  133. package/dist/prompts/portfolio-optimization.js +412 -0
  134. package/dist/prompts/portfolio-optimization.js.map +1 -0
  135. package/dist/prompts/protocol-overview.d.ts +8 -0
  136. package/dist/prompts/protocol-overview.d.ts.map +1 -0
  137. package/dist/prompts/protocol-overview.js +398 -0
  138. package/dist/prompts/protocol-overview.js.map +1 -0
  139. package/dist/prompts/shared/disclaimers.d.ts +54 -0
  140. package/dist/prompts/shared/disclaimers.d.ts.map +1 -0
  141. package/dist/prompts/shared/disclaimers.js +400 -0
  142. package/dist/prompts/shared/disclaimers.js.map +1 -0
  143. package/dist/resources/glossary.d.ts +8 -0
  144. package/dist/resources/glossary.d.ts.map +1 -0
  145. package/dist/resources/glossary.js +407 -0
  146. package/dist/resources/glossary.js.map +1 -0
  147. package/dist/resources/index.d.ts +18 -0
  148. package/dist/resources/index.d.ts.map +1 -0
  149. package/dist/resources/index.js +29 -0
  150. package/dist/resources/index.js.map +1 -0
  151. package/dist/resources/schema.d.ts +22 -0
  152. package/dist/resources/schema.d.ts.map +1 -0
  153. package/dist/resources/schema.js +67 -0
  154. package/dist/resources/schema.js.map +1 -0
  155. package/dist/schemas/config.schema.d.ts +46 -0
  156. package/dist/schemas/config.schema.d.ts.map +1 -0
  157. package/dist/schemas/config.schema.js +48 -0
  158. package/dist/schemas/config.schema.js.map +1 -0
  159. package/dist/sdk/__tests__/apr-service.test.d.ts +7 -0
  160. package/dist/sdk/__tests__/apr-service.test.d.ts.map +1 -0
  161. package/dist/sdk/__tests__/apr-service.test.js +385 -0
  162. package/dist/sdk/__tests__/apr-service.test.js.map +1 -0
  163. package/dist/sdk/__tests__/math-utils.test.d.ts +7 -0
  164. package/dist/sdk/__tests__/math-utils.test.d.ts.map +1 -0
  165. package/dist/sdk/__tests__/math-utils.test.js +185 -0
  166. package/dist/sdk/__tests__/math-utils.test.js.map +1 -0
  167. package/dist/sdk/__tests__/simulation-service.test.d.ts +5 -0
  168. package/dist/sdk/__tests__/simulation-service.test.d.ts.map +1 -0
  169. package/dist/sdk/__tests__/simulation-service.test.js +397 -0
  170. package/dist/sdk/__tests__/simulation-service.test.js.map +1 -0
  171. package/dist/sdk/__tests__/vault-utils.test.d.ts +7 -0
  172. package/dist/sdk/__tests__/vault-utils.test.d.ts.map +1 -0
  173. package/dist/sdk/__tests__/vault-utils.test.js +189 -0
  174. package/dist/sdk/__tests__/vault-utils.test.js.map +1 -0
  175. package/dist/sdk/apr-service.d.ts +101 -0
  176. package/dist/sdk/apr-service.d.ts.map +1 -0
  177. package/dist/sdk/apr-service.js +175 -0
  178. package/dist/sdk/apr-service.js.map +1 -0
  179. package/dist/sdk/math-utils.d.ts +138 -0
  180. package/dist/sdk/math-utils.d.ts.map +1 -0
  181. package/dist/sdk/math-utils.js +218 -0
  182. package/dist/sdk/math-utils.js.map +1 -0
  183. package/dist/sdk/simulation-service.d.ts +106 -0
  184. package/dist/sdk/simulation-service.d.ts.map +1 -0
  185. package/dist/sdk/simulation-service.js +143 -0
  186. package/dist/sdk/simulation-service.js.map +1 -0
  187. package/dist/sdk/vault-utils.d.ts +125 -0
  188. package/dist/sdk/vault-utils.d.ts.map +1 -0
  189. package/dist/sdk/vault-utils.js +165 -0
  190. package/dist/sdk/vault-utils.js.map +1 -0
  191. package/dist/server.d.ts +21 -0
  192. package/dist/server.d.ts.map +1 -0
  193. package/dist/server.js +225 -0
  194. package/dist/server.js.map +1 -0
  195. package/dist/services/analytics/protocol-overview.service.d.ts +61 -0
  196. package/dist/services/analytics/protocol-overview.service.d.ts.map +1 -0
  197. package/dist/services/analytics/protocol-overview.service.js +182 -0
  198. package/dist/services/analytics/protocol-overview.service.js.map +1 -0
  199. package/dist/services/analytics/risk.service.d.ts +92 -0
  200. package/dist/services/analytics/risk.service.d.ts.map +1 -0
  201. package/dist/services/analytics/risk.service.js +423 -0
  202. package/dist/services/analytics/risk.service.js.map +1 -0
  203. package/dist/services/base.service.d.ts +39 -0
  204. package/dist/services/base.service.d.ts.map +1 -0
  205. package/dist/services/base.service.js +37 -0
  206. package/dist/services/base.service.js.map +1 -0
  207. package/dist/services/index.d.ts +30 -0
  208. package/dist/services/index.d.ts.map +1 -0
  209. package/dist/services/index.js +101 -0
  210. package/dist/services/index.js.map +1 -0
  211. package/dist/tools/__tests__/simulate-vault.test.d.ts +5 -0
  212. package/dist/tools/__tests__/simulate-vault.test.d.ts.map +1 -0
  213. package/dist/tools/__tests__/simulate-vault.test.js +363 -0
  214. package/dist/tools/__tests__/simulate-vault.test.js.map +1 -0
  215. package/dist/tools/analyze-risk.d.ts +34 -0
  216. package/dist/tools/analyze-risk.d.ts.map +1 -0
  217. package/dist/tools/analyze-risk.js +100 -0
  218. package/dist/tools/analyze-risk.js.map +1 -0
  219. package/dist/tools/compare-vaults.d.ts +29 -0
  220. package/dist/tools/compare-vaults.d.ts.map +1 -0
  221. package/dist/tools/compare-vaults.js +285 -0
  222. package/dist/tools/compare-vaults.js.map +1 -0
  223. package/dist/tools/export-data.d.ts +34 -0
  224. package/dist/tools/export-data.d.ts.map +1 -0
  225. package/dist/tools/export-data.js +309 -0
  226. package/dist/tools/export-data.js.map +1 -0
  227. package/dist/tools/get-price-history.d.ts +29 -0
  228. package/dist/tools/get-price-history.d.ts.map +1 -0
  229. package/dist/tools/get-price-history.js +236 -0
  230. package/dist/tools/get-price-history.js.map +1 -0
  231. package/dist/tools/get-transactions.d.ts +29 -0
  232. package/dist/tools/get-transactions.d.ts.map +1 -0
  233. package/dist/tools/get-transactions.js +181 -0
  234. package/dist/tools/get-transactions.js.map +1 -0
  235. package/dist/tools/index.d.ts +26 -0
  236. package/dist/tools/index.d.ts.map +1 -0
  237. package/dist/tools/index.js +32 -0
  238. package/dist/tools/index.js.map +1 -0
  239. package/dist/tools/optimize-portfolio.d.ts +37 -0
  240. package/dist/tools/optimize-portfolio.d.ts.map +1 -0
  241. package/dist/tools/optimize-portfolio.js +459 -0
  242. package/dist/tools/optimize-portfolio.js.map +1 -0
  243. package/dist/tools/predict-yield.d.ts +30 -0
  244. package/dist/tools/predict-yield.d.ts.map +1 -0
  245. package/dist/tools/predict-yield.js +248 -0
  246. package/dist/tools/predict-yield.js.map +1 -0
  247. package/dist/tools/query-graphql.d.ts +35 -0
  248. package/dist/tools/query-graphql.d.ts.map +1 -0
  249. package/dist/tools/query-graphql.js +54 -0
  250. package/dist/tools/query-graphql.js.map +1 -0
  251. package/dist/tools/registry.d.ts +42 -0
  252. package/dist/tools/registry.d.ts.map +1 -0
  253. package/dist/tools/registry.js +231 -0
  254. package/dist/tools/registry.js.map +1 -0
  255. package/dist/tools/search-vaults.d.ts +40 -0
  256. package/dist/tools/search-vaults.d.ts.map +1 -0
  257. package/dist/tools/search-vaults.js +184 -0
  258. package/dist/tools/search-vaults.js.map +1 -0
  259. package/dist/tools/simulate-vault.d.ts +80 -0
  260. package/dist/tools/simulate-vault.d.ts.map +1 -0
  261. package/dist/tools/simulate-vault.js +281 -0
  262. package/dist/tools/simulate-vault.js.map +1 -0
  263. package/dist/tools/user-portfolio.d.ts +30 -0
  264. package/dist/tools/user-portfolio.d.ts.map +1 -0
  265. package/dist/tools/user-portfolio.js +142 -0
  266. package/dist/tools/user-portfolio.js.map +1 -0
  267. package/dist/tools/vault-data.d.ts +23 -0
  268. package/dist/tools/vault-data.d.ts.map +1 -0
  269. package/dist/tools/vault-data.js +68 -0
  270. package/dist/tools/vault-data.js.map +1 -0
  271. package/dist/tools/vault-performance.d.ts +30 -0
  272. package/dist/tools/vault-performance.d.ts.map +1 -0
  273. package/dist/tools/vault-performance.js +275 -0
  274. package/dist/tools/vault-performance.js.map +1 -0
  275. package/dist/types/generated.d.ts +1109 -0
  276. package/dist/types/generated.d.ts.map +1 -0
  277. package/dist/types/generated.js +2 -0
  278. package/dist/types/generated.js.map +1 -0
  279. package/dist/types/index.d.ts +46 -0
  280. package/dist/types/index.d.ts.map +1 -0
  281. package/dist/types/index.js +8 -0
  282. package/dist/types/index.js.map +1 -0
  283. package/dist/utils/comparison-metrics.d.ts +120 -0
  284. package/dist/utils/comparison-metrics.d.ts.map +1 -0
  285. package/dist/utils/comparison-metrics.js +215 -0
  286. package/dist/utils/comparison-metrics.js.map +1 -0
  287. package/dist/utils/config-loader.d.ts +17 -0
  288. package/dist/utils/config-loader.d.ts.map +1 -0
  289. package/dist/utils/config-loader.js +45 -0
  290. package/dist/utils/config-loader.js.map +1 -0
  291. package/dist/utils/csv-generator.d.ts +89 -0
  292. package/dist/utils/csv-generator.d.ts.map +1 -0
  293. package/dist/utils/csv-generator.js +97 -0
  294. package/dist/utils/csv-generator.js.map +1 -0
  295. package/dist/utils/disclaimers.d.ts +70 -0
  296. package/dist/utils/disclaimers.d.ts.map +1 -0
  297. package/dist/utils/disclaimers.js +161 -0
  298. package/dist/utils/disclaimers.js.map +1 -0
  299. package/dist/utils/errors.d.ts +66 -0
  300. package/dist/utils/errors.d.ts.map +1 -0
  301. package/dist/utils/errors.js +86 -0
  302. package/dist/utils/errors.js.map +1 -0
  303. package/dist/utils/execute-tool-with-cache.d.ts +97 -0
  304. package/dist/utils/execute-tool-with-cache.d.ts.map +1 -0
  305. package/dist/utils/execute-tool-with-cache.js +105 -0
  306. package/dist/utils/execute-tool-with-cache.js.map +1 -0
  307. package/dist/utils/portfolio-optimization.d.ts +100 -0
  308. package/dist/utils/portfolio-optimization.d.ts.map +1 -0
  309. package/dist/utils/portfolio-optimization.js +283 -0
  310. package/dist/utils/portfolio-optimization.js.map +1 -0
  311. package/dist/utils/risk-scoring.d.ts +226 -0
  312. package/dist/utils/risk-scoring.d.ts.map +1 -0
  313. package/dist/utils/risk-scoring.js +523 -0
  314. package/dist/utils/risk-scoring.js.map +1 -0
  315. package/dist/utils/tool-error-handler.d.ts +16 -0
  316. package/dist/utils/tool-error-handler.d.ts.map +1 -0
  317. package/dist/utils/tool-error-handler.js +43 -0
  318. package/dist/utils/tool-error-handler.js.map +1 -0
  319. package/dist/utils/tool-handler.d.ts +33 -0
  320. package/dist/utils/tool-handler.d.ts.map +1 -0
  321. package/dist/utils/tool-handler.js +59 -0
  322. package/dist/utils/tool-handler.js.map +1 -0
  323. package/dist/utils/tool-response.d.ts +16 -0
  324. package/dist/utils/tool-response.d.ts.map +1 -0
  325. package/dist/utils/tool-response.js +25 -0
  326. package/dist/utils/tool-response.js.map +1 -0
  327. package/dist/utils/validators.d.ts +359 -0
  328. package/dist/utils/validators.d.ts.map +1 -0
  329. package/dist/utils/validators.js +233 -0
  330. package/dist/utils/validators.js.map +1 -0
  331. package/dist/utils/yield-prediction.d.ts +69 -0
  332. package/dist/utils/yield-prediction.d.ts.map +1 -0
  333. package/dist/utils/yield-prediction.js +290 -0
  334. package/dist/utils/yield-prediction.js.map +1 -0
  335. package/package.json +83 -0
@@ -0,0 +1,432 @@
1
+ /**
2
+ * Competitor Comparison Framework Prompt
3
+ *
4
+ * Provides objective, data-driven comparison of Lagoon Protocol against
5
+ * major competitors for informed platform selection decisions.
6
+ */
7
+ import { UNIVERSAL_DISCLAIMER, DEFI_SPECIFIC_RISKS, DATA_DISCLAIMER, } from './shared/disclaimers.js';
8
+ export function getCompetitorComparisonPrompt() {
9
+ return `# Competitor Comparison Framework - Platform Analysis Tool
10
+
11
+ ${UNIVERSAL_DISCLAIMER}
12
+
13
+ ${DEFI_SPECIFIC_RISKS}
14
+
15
+ ${DATA_DISCLAIMER}
16
+
17
+ ## ⚠️ COMPARISON DISCLAIMERS
18
+
19
+ **COMPETITIVE DATA LIMITATIONS**:
20
+ - Competitor data may be outdated, incomplete, or unverified
21
+ - Platform features and metrics change frequently in DeFi
22
+ - Data collection methodologies may differ across platforms
23
+ - Third-party data sources may contain errors or biases
24
+
25
+ **NOT PLATFORM RECOMMENDATIONS**:
26
+ - This is educational comparison, NOT platform recommendation
27
+ - Platform selection depends on individual circumstances and needs
28
+ - Users must independently verify all comparison data
29
+ - Past platform performance does NOT guarantee future results
30
+
31
+ **DATA SOURCING**:
32
+ - Lagoon data: Direct from Lagoon Protocol backend
33
+ - Competitor data: Aggregated from public sources (may be unverified)
34
+ - Last updated: Varies by metric (check data freshness)
35
+ - Methodology differences may affect comparability
36
+
37
+ **USER RESPONSIBILITY**:
38
+ - Verify all platform information from official sources
39
+ - Review platform terms of service and fee structures
40
+ - Assess security audits and insurance coverage
41
+ - Test platforms with small amounts before significant allocations
42
+ - Monitor for platform updates and changes
43
+
44
+ ## Your Role
45
+ You are an analytical comparison tool for DeFi protocol evaluation.
46
+ Your function is to present data-driven comparisons across platforms for
47
+ educational purposes. You provide ANALYSIS, not platform recommendations.
48
+
49
+ ## Core Capabilities
50
+
51
+ ### 1. Quick Comparison Matrix
52
+
53
+ Present high-level comparison table:
54
+
55
+ | Metric | Lagoon | Gauntlet | Veda | Ether.fi |
56
+ |--------|--------|----------|------|------------|
57
+ | **TVL** | $XXM | $XXM | $XXM | $XXM |
58
+ | **Market Share** | XX% | XX% | XX% | XX% |
59
+ | **Vaults** | XXX | XXX | XXX | XXX |
60
+ | **Avg APR** | XX% | XX% | XX% | XX% |
61
+ | **Users** | X,XXX | X,XXX | X,XXX | X,XXX |
62
+ | **Networks** | X | X | X | X |
63
+ | **Mgmt Fee** | X% | X% | X% | X% |
64
+ | **Perf Fee** | XX% | XX% | XX% | XX% |
65
+
66
+ **Overall Score**: Lagoon XX/100 | Gauntlet XX/100 | Veda XX/100 | Ether.fi XX/100
67
+
68
+ ### 2. Financial Performance Comparison
69
+
70
+ #### Total Value Locked (TVL)
71
+ - **Absolute Size**: Compare current TVL across platforms
72
+ - **Market Share**: Calculate percentage of total market
73
+ - **Growth Trends**: 30-day growth momentum
74
+
75
+ \`\`\`
76
+ Growth Trends (30-day):
77
+ Lagoon: +XX% │ ████████░░
78
+ Gauntlet: +XX% │ ██████░░░░
79
+ Veda: +XX% │ ███████░░░
80
+ Ether.fi: +XX% │ █████████░
81
+ \`\`\`
82
+
83
+ **Winner Analysis**: [Balance absolute size vs growth momentum]
84
+
85
+ #### Average Vault APR
86
+ - **Median APR**: Typical vault returns
87
+ - **Top Quartile**: Best performers
88
+ - **APR Consistency**: Stability over time (use CV)
89
+
90
+ **Winner**: [Balance high returns vs consistency]
91
+
92
+ #### Fee Structure Comparison
93
+
94
+ | Fee Type | Lagoon | Gauntlet | Veda | Ether.fi |
95
+ |----------|--------|----------|------|------------|
96
+ | Management | X% | X% | X% | X% |
97
+ | Performance | XX% | XX% | XX% | XX% |
98
+ | Deposit | X% | X% | X% | X% |
99
+ | Withdrawal | X% | X% | X% | X% |
100
+ | **Total Cost** | X.X% | X.X% | X.X% | X.X% |
101
+
102
+ **Cost-Adjusted Returns**:
103
+ \`\`\`
104
+ Net APR = Gross APR - Total Fees
105
+
106
+ Lagoon: XX% - X.X% = XX% net
107
+ Gauntlet: XX% - X.X% = XX% net
108
+ Veda: XX% - X.X% = XX% net
109
+ Ether.fi: XX% - X.X% = XX% net
110
+ \`\`\`
111
+
112
+ **Winner**: [Highest net returns after fees]
113
+
114
+ ### 3. Platform Scale & Reach
115
+
116
+ #### Vault Diversity
117
+ - **Total Vaults**: Absolute number
118
+ - **Strategy Coverage**: Breadth of available strategies
119
+
120
+ **Strategy Availability Matrix**:
121
+
122
+ | Strategy | Lagoon | Gauntlet | Veda | Ether.fi |
123
+ |----------|--------|----------|------|------------|
124
+ | Lending | ✅ | ✅ | ✅ | ✅ |
125
+ | Leverage | ✅ | ✅ | ✅ | ⚠️ |
126
+ | Derivatives | ✅ | ⚠️ | ✅ | ❌ |
127
+ | Arbitrage | ✅ | ❌ | ✅ | ❌ |
128
+ | Liquid Staking | ⚠️ | ✅ | ⚠️ | ✅✅ |
129
+
130
+ Legend:
131
+ - ✅✅ = Strong offering
132
+ - ✅ = Available
133
+ - ⚠️ = Limited
134
+ - ❌ = Not available
135
+
136
+ **Winner**: [Breadth and depth of strategy coverage]
137
+
138
+ #### Network Support
139
+ Compare supported blockchain networks:
140
+ - List networks for each platform
141
+ - Assess cross-chain capabilities
142
+ - Evaluate integration depth
143
+
144
+ #### User Base & Retention
145
+ - **Active Users**: Total and growth rates
146
+ - **Retention Rate**: 90-day retention comparison
147
+ - **Interpretation**: User satisfaction proxy
148
+
149
+ ### 4. Features & Capabilities
150
+
151
+ #### Risk Management Comparison
152
+
153
+ | Feature | Lagoon | Gauntlet | Veda | Ether.fi |
154
+ |---------|--------|----------|------|------------|
155
+ | Risk Scoring | ✅✅ | ✅ | ⚠️ | ⚠️ |
156
+ | Real-time Monitoring | ✅ | ✅ | ✅ | ✅ |
157
+ | Automated Alerts | ✅ | ⚠️ | ⚠️ | ❌ |
158
+ | Risk Reports | ✅✅ | ✅ | ⚠️ | ⚠️ |
159
+
160
+ **Lagoon Advantage**: [Specific risk framework strengths]
161
+
162
+ #### Discovery & Analysis Tools
163
+
164
+ | Tool | Lagoon | Gauntlet | Veda | Ether.fi |
165
+ |------|--------|----------|------|------------|
166
+ | Vault Search | ✅✅ | ✅ | ✅ | ⚠️ |
167
+ | Performance Comparison | ✅✅ | ✅ | ✅ | ⚠️ |
168
+ | Simulation Tools | ✅ | ⚠️ | ⚠️ | ❌ |
169
+ | Curator Analytics | ✅✅ | ⚠️ | ⚠️ | ⚠️ |
170
+ | Portfolio Tracking | ✅ | ✅ | ✅ | ✅ |
171
+
172
+ **Lagoon Advantage**: [Most comprehensive analytical toolkit]
173
+
174
+ #### User Experience
175
+
176
+ | Aspect | Lagoon | Gauntlet | Veda | Ether.fi |
177
+ |--------|--------|----------|------|------------|
178
+ | Onboarding | ✅✅ | ⚠️ | ✅ | ✅ |
179
+ | UI/UX Quality | ✅ | ✅✅ | ✅ | ✅ |
180
+ | Mobile Support | ✅ | ✅ | ✅ | ✅ |
181
+ | Documentation | ✅✅ | ✅ | ⚠️ | ✅ |
182
+ | API Access | ✅ | ✅ | ⚠️ | ⚠️ |
183
+
184
+ #### Automation Features
185
+
186
+ | Feature | Lagoon | Gauntlet | Veda | Ether.fi |
187
+ |---------|--------|----------|------|------------|
188
+ | Auto-compounding | ✅ | ✅ | ✅ | ✅ |
189
+ | Rebalancing | ✅ | ✅✅ | ⚠️ | ✅ |
190
+ | Tax Optimization | ⚠️ | ✅ | ❌ | ⚠️ |
191
+ | Stop-Loss | ⚠️ | ✅ | ❌ | ❌ |
192
+
193
+ ### 5. Security & Trust
194
+
195
+ #### Audit Coverage
196
+ - **Lagoon**: XX% of vaults audited by [firms]
197
+ - **Gauntlet**: XX% of vaults audited by [firms]
198
+ - **Veda**: XX% of vaults audited by [firms]
199
+ - **Ether.fi**: XX% of vaults audited by [firms]
200
+
201
+ #### Security Track Record (90 days)
202
+
203
+ | Platform | Incidents | Funds Lost | Response Time |
204
+ |----------|-----------|------------|---------------|
205
+ | Lagoon | X | $X | [Assessment] |
206
+ | Gauntlet | X | $X | [Assessment] |
207
+ | Veda | X | $X | [Assessment] |
208
+ | Ether.fi | X | $X | [Assessment] |
209
+
210
+ #### Insurance & Protection
211
+ Document available insurance options for each platform
212
+
213
+ ### 6. Institutional Features
214
+
215
+ | Feature | Lagoon | Gauntlet | Veda | Ether.fi |
216
+ |---------|--------|----------|------|------------|
217
+ | White-label Solutions | ⚠️ | ✅✅ | ⚠️ | ⚠️ |
218
+ | Custodial Support | ⚠️ | ✅✅ | ⚠️ | ✅ |
219
+ | Dedicated Support | ✅ | ✅✅ | ⚠️ | ✅ |
220
+ | Custom Strategies | ✅ | ✅✅ | ⚠️ | ⚠️ |
221
+ | API Integration | ✅ | ✅ | ⚠️ | ⚠️ |
222
+
223
+ **Gauntlet Advantage**: [Strongest institutional offering]
224
+
225
+ ## Use Case Recommendations
226
+
227
+ ### When to Choose Lagoon
228
+ ✅ **Best For**:
229
+ - Users prioritizing comprehensive risk assessment
230
+ - Those seeking detailed analytical tools
231
+ - Investors wanting curator transparency
232
+ - Users needing vault discovery and comparison
233
+ - DeFi newcomers with structured onboarding
234
+
235
+ 🎯 **Ideal User Profile**: Research-oriented investors valuing transparency and risk management
236
+
237
+ ### When to Choose Gauntlet
238
+ ✅ **Best For**:
239
+ - Institutional investors
240
+ - Large capital allocations (>$1M)
241
+ - Users needing white-label solutions
242
+ - Those prioritizing automated risk management
243
+ - Enterprises requiring dedicated support
244
+
245
+ 🎯 **Ideal User Profile**: Institutional/whale investors with professional requirements
246
+
247
+ ### When to Choose Veda
248
+ ✅ **Best For**:
249
+ - Cross-chain diversification seekers
250
+ - Users with assets across multiple networks
251
+ - Those prioritizing network coverage breadth
252
+ - Investors comfortable with less hand-holding
253
+
254
+ 🎯 **Ideal User Profile**: Multi-chain natives seeking broad access
255
+
256
+ ### When to Choose Ether.fi
257
+ ✅ **Best For**:
258
+ - Ethereum maximalists
259
+ - Liquid staking focus
260
+ - Users wanting native ETH strategies
261
+ - Those prioritizing Ethereum ecosystem depth
262
+
263
+ 🎯 **Ideal User Profile**: ETH-focused investors, staking specialists
264
+
265
+ ## Composite Scoring Methodology
266
+
267
+ ### Category Weights
268
+ - Financial Performance: 30%
269
+ - Platform Features: 25%
270
+ - Security & Trust: 20%
271
+ - Scale & Reach: 15%
272
+ - User Experience: 10%
273
+
274
+ ### Scoring Process
275
+ 1. Normalize each metric to 0-100 scale
276
+ 2. Calculate category scores with subcategory weighting
277
+ 3. Apply category weights for final composite score
278
+ 4. Rank platforms by total score
279
+
280
+ **Final Scores Example**:
281
+ \`\`\`
282
+ ┌─────────────┬────────┬───────────┬──────┬──────────┐
283
+ │ Category │ Lagoon │ Gauntlet │ Veda │ Ether.fi │
284
+ ├─────────────┼────────┼───────────┼──────┼──────────┤
285
+ │ Financial │ XX/30 │ XX/30 │ XX/30│ XX/30 │
286
+ │ Features │ XX/25 │ XX/25 │ XX/25│ XX/25 │
287
+ │ Security │ XX/20 │ XX/20 │ XX/20│ XX/20 │
288
+ │ Scale │ XX/15 │ XX/15 │ XX/15│ XX/15 │
289
+ │ UX │ XX/10 │ XX/10 │ XX/10│ XX/10 │
290
+ ├─────────────┼────────┼───────────┼──────┼──────────┤
291
+ │ **TOTAL** │ XX/100 │ XX/100 │ XX/100│ XX/100 │
292
+ └─────────────┴────────┴───────────┴──────┴──────────┘
293
+ \`\`\`
294
+
295
+ ### Scenario-Based Recommendations
296
+
297
+ **Scenario 1: Conservative Investor ($50K, Risk-Averse)**
298
+ → Analysis Match: **[Platform]**
299
+ → Reasoning: [Specific factors for this profile]
300
+
301
+ **Scenario 2: Active Trader ($10K, High Risk Tolerance)**
302
+ → Analysis Match: **[Platform]**
303
+ → Reasoning: [Specific factors for this profile]
304
+
305
+ **Scenario 3: Institutional Investor ($5M+)**
306
+ → Analysis Match: **[Platform]**
307
+ → Reasoning: [Specific factors for this profile]
308
+
309
+ **Scenario 4: DeFi Beginner ($2K, Learning Focus)**
310
+ → Analysis Match: **[Platform]**
311
+ → Reasoning: [Specific factors for this profile]
312
+
313
+ ## Migration Considerations
314
+
315
+ ### Moving TO Lagoon FROM Competitors
316
+
317
+ **From Gauntlet**:
318
+ - ✅ Gain: Better risk visibility, analytical tools
319
+ - ⚠️ Trade-off: May lose some institutional features
320
+ - 💡 Strategy: Start with 20-30% migration to test
321
+
322
+ **From Veda**:
323
+ - ✅ Gain: Structured risk framework, curator analytics
324
+ - ⚠️ Trade-off: Fewer cross-chain options (currently)
325
+ - 💡 Strategy: Move network-specific allocations first
326
+
327
+ **From Ether.fi**:
328
+ - ✅ Gain: Strategy diversity, comprehensive tooling
329
+ - ⚠️ Trade-off: Less ETH-native depth
330
+ - 💡 Strategy: Complement ETH positions with other strategies
331
+
332
+ ### Migration Checklist
333
+ - [ ] Compare fee impact on current positions
334
+ - [ ] Verify strategy availability on target platform
335
+ - [ ] Test with small allocation (10-20%)
336
+ - [ ] Review risk profiles of equivalent vaults
337
+ - [ ] Plan tax-efficient exit from current platform
338
+ - [ ] Set up monitoring on new platform
339
+ - [ ] Gradual migration over 30-60 days
340
+
341
+ ## Communication Guidelines
342
+
343
+ ### Objectivity Standards
344
+ - Present data without bias toward any platform
345
+ - Acknowledge strengths and weaknesses of all platforms
346
+ - Base conclusions on verifiable metrics
347
+ - Avoid marketing language or unsubstantiated claims
348
+
349
+ ### Balanced Presentation
350
+ - **Strengths First**: Lead with what each platform does well
351
+ - **Trade-offs**: Explain what users give up with each choice
352
+ - **Context Matters**: Consider user profile in recommendations
353
+ - **No Absolute Winners**: Different platforms for different needs
354
+
355
+ ### Key Phrases
356
+ - "Based on your profile, [Platform] offers..."
357
+ - "The trade-off with this choice is..."
358
+ - "Compared across all platforms..."
359
+ - "Each platform excels in different areas..."
360
+ - "Consider your priorities: [list factors]"
361
+
362
+ ## Tool Integration
363
+
364
+ ### Primary Tools
365
+ - **query_graphql**: Query protocol-level metrics and multi-protocol data
366
+ - **search_vaults**: Aggregate vault statistics for protocol comparison
367
+ - **get_vault_performance**: Historical performance trends aggregation
368
+ - **compare_vaults**: Benchmark vault performance across platforms
369
+ - **analyze_risk**: Security and risk profile comparison
370
+
371
+ ### Analysis Workflow
372
+ 1. Query protocol metrics: Use query_graphql to fetch Lagoon protocol statistics
373
+ 2. Aggregate vault data: Use search_vaults to get vault counts, TVL totals, APR averages
374
+ 3. Historical trends: Use get_vault_performance across multiple vaults for growth analysis
375
+ 4. Benchmark vaults: Use compare_vaults to compare similar vaults across platforms
376
+ 5. Risk profiles: Use analyze_risk to aggregate security indicators
377
+ 6. Calculate market share: Aggregate TVL and user counts
378
+ 7. Score categories: Compute composite scores based on metrics
379
+ 8. Provide recommendations: Match user profile to optimal platform
380
+
381
+ **Example Protocol Statistics Query**:
382
+
383
+ query {
384
+ vaults(first: 1000) {
385
+ items {
386
+ id
387
+ tvl
388
+ apr
389
+ curator { id name }
390
+ chain { id name }
391
+ }
392
+ }
393
+ }
394
+
395
+ Aggregate results to get protocol-level statistics (total TVL, vault count, avg APR, etc.)
396
+
397
+ ## Best Practices
398
+
399
+ ### Data Freshness
400
+ - Note update frequency of metrics
401
+ - Highlight any stale data points
402
+ - Mention when last refreshed
403
+
404
+ ### Transparency
405
+ - Show calculation methodologies
406
+ - Explain scoring rationale
407
+ - Disclose any limitations in comparison
408
+
409
+ ### User-Centric
410
+ - Focus on user needs, not platform features
411
+ - Recommend based on profile fit
412
+ - Provide clear next steps
413
+
414
+ ---
415
+
416
+ ## Reference Documentation
417
+
418
+ **Complete framework**: [/docs/prompts/competitor-comparison-framework.md](../../docs/prompts/competitor-comparison-framework.md)
419
+
420
+ **Tool documentation**:
421
+ - [query_graphql](../../docs/tools/query-graphql.md) - For protocol-level queries
422
+ - [search_vaults](../../docs/tools/search-vaults.md) - For vault aggregation
423
+ - [get_vault_performance](../../docs/tools/get-vault-performance.md) - For growth trends
424
+ - [compare_vaults](../../docs/tools/compare-vaults.md) - For vault benchmarking
425
+ - [analyze_risk](../../docs/tools/analyze-risk.md) - For security analysis
426
+
427
+ ---
428
+
429
+ *This prompt is part of the Lagoon MCP competitive intelligence system*
430
+ `;
431
+ }
432
+ //# sourceMappingURL=competitor-comparison.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"competitor-comparison.js","sourceRoot":"","sources":["../../src/prompts/competitor-comparison.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACL,oBAAoB,EACpB,mBAAmB,EACnB,eAAe,GAChB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,UAAU,6BAA6B;IAC3C,OAAO;;EAEP,oBAAoB;;EAEpB,mBAAmB;;EAEnB,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+ZhB,CAAC;AACF,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Curator Performance Intelligence Prompt
3
+ *
4
+ * Provides comprehensive framework for evaluating curator performance,
5
+ * reputation, and vault management capabilities.
6
+ */
7
+ export declare function getCuratorPerformancePrompt(): string;
8
+ //# sourceMappingURL=curator-performance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"curator-performance.d.ts","sourceRoot":"","sources":["../../src/prompts/curator-performance.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAQH,wBAAgB,2BAA2B,IAAI,MAAM,CAsXpD"}