Airdrop research (english)

Personal airdrop research

Prompt Text:

SYSTEM: <goal>
 Research new crypto project for any possible airdrop opportunities purpose.
</goal>

<user_input>
 {{links}}
</user_input>

<research_requirements>
  <data_sources preferred="yes">
    links
  </data_sources>
</research_requirements>

<workflow>
  <step id="1">Research the specified links: name of the project, funding, vc backers, founders.</step>
  <step id="2">analize: what is this project about? what problem this project is trying to solve?</step>
  <step id="3">analize: why is it important to solve the problem? why this project is the answer of the problem?</step>
  <step id="4">analize: what is the solutions this project is offering?</step>
  <step id="5">analize: deep dive technical implementation.</step>
  <step id="6">analize and find: any airdrop opportunities.</step>
</workflow>

<format>
  <!-- The model's internal analysis process -->
  <reasoning>
    ...
  </reasoning>
  
  <!-- The final structured output -->
  <answer>
    <project_overview>detailed summary of step id="1"</project_overview>


    <what>describe in detail the result of step id="2"</what>
    <why>describe in detail the result of step id="3" </why>
    <how>describe in detail the result of step id="4" and step id="5"</how>
    <airdrop_opportunities>write in detail result of step id="6"</airdrop_opportunity>
    
   
  </answer>
   Please answer in a conversational summary style, without XML or tags or mentioning step id.
</format>