merge: chore/cleanup-remove-bloat-and-secrets into main
This commit is contained in:
commit
bde2f3a97d
1173 changed files with 437609 additions and 0 deletions
18
prompts/scam_detection.yaml
Normal file
18
prompts/scam_detection.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: scam_detection
|
||||
version: "1.0"
|
||||
model: deepseek-v4-flash
|
||||
temperature: 0.3
|
||||
max_tokens: 512
|
||||
system: "You are a crypto scam detection expert. Analyze token information and classify as SCAM or SAFE. Be concise."
|
||||
template: |
|
||||
Token: {token_name} ({token_symbol})
|
||||
Chain: {chain}
|
||||
Mint Authority: {mint_authority}
|
||||
Liquidity: ${liquidity_usd}
|
||||
LP Locked: {lp_locked}
|
||||
Holders: {holders}
|
||||
Age: {age_days} days
|
||||
Contract Verified: {verified}
|
||||
Deployer History: {deployer_tokens} tokens, {deployer_rugs} rugs
|
||||
|
||||
Classify this token as SCAM or SAFE. Explain why in one sentence.
|
||||
16
prompts/token_report.yaml
Normal file
16
prompts/token_report.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: token_report
|
||||
version: "1.0"
|
||||
model: deepseek-v4-pro
|
||||
temperature: 0.5
|
||||
max_tokens: 1024
|
||||
system: "You are a crypto intelligence analyst at RugMunch Intelligence. Write professional token reports."
|
||||
template: |
|
||||
Write a concise security report for {token_name} ({token_symbol}) on {chain}.
|
||||
|
||||
Safety Score: {safety_score}/100
|
||||
Risk Flags: {risk_flags}
|
||||
Liquidity: ${liquidity_usd}
|
||||
Volume 24h: ${volume_24h}
|
||||
Holder Count: {holders}
|
||||
|
||||
Include: 1) Risk level 2) Key concerns 3) Recommendation.
|
||||
13
prompts/whale_alert.yaml
Normal file
13
prompts/whale_alert.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: whale_alert
|
||||
version: "1.0"
|
||||
model: deepseek-v4-flash
|
||||
temperature: 0.3
|
||||
max_tokens: 256
|
||||
system: "You generate whale movement alerts for crypto traders. Be concise and actionable."
|
||||
template: |
|
||||
Whale Alert: {amount_usd} USD moved on {chain}
|
||||
From: {from_address}
|
||||
To: {to_address}
|
||||
Token: {token_symbol}
|
||||
|
||||
Generate a one-line alert for Telegram with relevant emoji.
|
||||
Loading…
Add table
Add a link
Reference in a new issue