unmarshal.io Open in urlscan Pro
76.76.21.21  Public Scan

URL: https://unmarshal.io/grants/
Submission: On February 02 via api from HU — Scanned from DE

Form analysis 2 forms found in the DOM

Name: google-sheet /

<form action="/" class="form-apply-grants-program" name="google-sheet" novalidate="novalidate">
  <div class="grid lg:grid-cols-2">
    <div>
      <div class="mb-8">
        <label for="name" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Name</label>
        <div class="mt-3">
          <input required="" type="text" name="Name" id="name" class=" block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg" placeholder="Enter your name">
        </div>
      </div>
      <div class="mb-8">
        <label for="project-name" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Project Name</label>
        <div class="mt-3">
          <input required="" type="text" name="Project Name" id="project-name" class=" block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg"
            placeholder="Enter your project name">
        </div>
      </div>
      <div class="mb-8">
        <label for="project-social-handles" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Project Social Handles (optional)</label>
        <div class="mt-3">
          <input type="text" name="Project Social Handles" id="project-social-handles" class=" block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg"
            placeholder="Enter your project social handles">
        </div>
      </div>
      <div class="mb-8">
        <label for="project-url" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Project URL / GitHub link</label>
        <div class="mt-3">
          <input required="" type="url" name="Project URL / GitHub link" id="project-url" class=" block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg"
            placeholder="Enter your project URL / GitHub link">
        </div>
      </div>
      <div class="mb-8">
        <label for="email" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Email address</label>
        <div class="mt-3">
          <input required="" type="email" name="Email" id="email" class="block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg" placeholder="Enter your email">
        </div>
      </div>
      <div class="mb-8">
        <label for="telegram" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Telegram ID</label>
        <div class="mt-3">
          <input required="" type="text" name="TelegramID" id="telegram" class="block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg" placeholder="Enter your Telegram ID">
        </div>
      </div>
      <div class="mb-8">
        <label for="discord" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Discord ID (optional)</label>
        <div class="mt-3">
          <input type="text" name="DiscordID" id="discord" class="block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg" placeholder="Enter your Discord ID">
        </div>
      </div>
    </div>
  </div>
  <div class="mb-8">
    <p class="text-base lg:text-lg lg:leading-lh-1 font-medium text-white">What is your team size?</p>
    <fieldset class="mt-3">
      <div class="space-y-4 sm:flex sm:items-center sm:space-y-0 sm:space-x-6">
        <div class="flex items-center">
          <input required="" id="small" value="1-2" name="Team Size" type="radio" class=" h-5 w-5 bg-white bg-opacity-10 border border-white border-opacity-75">
          <label for="small" class="ml-2 block text-base leading-5 text-white"> 1-2 </label>
        </div>
        <div class="flex items-center">
          <input required="" id="medium" value="2-5" name="Team Size" type="radio" class=" h-5 w-5 bg-white bg-opacity-10 border border-white border-opacity-75">
          <label for="medium" class="ml-2 block text-base leading-5 text-white"> 2-5 </label>
        </div>
        <div class="flex items-center">
          <input required="" id="large" value="5 &amp; above" name="Team Size" type="radio" class=" h-5 w-5 bg-white bg-opacity-10 border border-white border-opacity-75">
          <label for="large" class="ml-2 block text-base leading-5 text-white"> 5 &amp; above </label>
        </div>
      </div>
    </fieldset>
  </div>
  <div class="mb-8">
    <label for="team-description" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Short Description of your team</label>
    <div class="mt-3">
      <textarea required="" type="text" rows="3" name="Team Description" id="team-description" class=" block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg"
        placeholder="Enter a brief description"></textarea>
    </div>
  </div>
  <div class="mb-8">
    <label for="project-brief" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">A brief about your project (Please mention any challenges you’re trying to solve)</label>
    <div class="mt-3">
      <textarea required="" type="text" rows="3" name="A brief about you project" id="project-brief" class=" block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg"
        placeholder="Enter a brief description"></textarea>
    </div>
  </div>
  <div class="mb-8">
    <p class="text-base lg:text-lg lg:leading-lh-1 font-medium text-white">What stage is your project in?</p>
    <fieldset class="mt-3">
      <div class="space-y-4 sm:flex sm:items-center sm:space-y-0 sm:space-x-6">
        <div class="flex items-center">
          <input required="" id="market-viable" value="Market viable" name="Project Stage" type="radio" class=" h-5 w-5 bg-white bg-opacity-10 border border-white border-opacity-75">
          <label for="market-viable" class="ml-2 block text-base leading-5 text-white"> Market viable </label>
        </div>
        <div class="flex items-center">
          <input required="" id="early development" value="Early development" name="Project Stage" type="radio" class=" h-5 w-5 bg-white bg-opacity-10 border border-white border-opacity-75">
          <label for="early development" class="ml-2 block text-base leading-5 text-white"> Early development </label>
        </div>
        <div class="flex items-center">
          <input required="" id="testing" value="Testing" name="Project Stage" type="radio" class=" h-5 w-5 bg-white bg-opacity-10 border border-white border-opacity-75">
          <label for="testing" class="ml-2 block text-base leading-5 text-white"> Testing </label>
        </div>
      </div>
    </fieldset>
  </div>
  <div class="mb-8">
    <label for="used-unmarshal-before" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Could you explain briefly how you used Unmarshal services before?</label>
    <div class="mt-3">
      <textarea required="" type="text" rows="3" name="Could you explain briefly how you used Unmarshal services before?" id="used-unmarshal-before"
        class=" block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg" placeholder="Enter a brief description"></textarea>
    </div>
  </div>
  <div class="mb-8">
    <label for="utilizing-unmarshal" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">How will you be utilizing Unmarshal in your project?</label>
    <div class="mt-3">
      <textarea required="" name="How will you be utilizing Unmarshal in your project?" id="utilizing-unmarshal" class=" block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg"
        placeholder="Enter a brief description"></textarea>
    </div>
  </div>
  <div class="mb-8">
    <label for="interest-in-grant" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Briefly describe your interest in this grant program and how you plan to use the funds?</label>
    <div class="mt-3">
      <textarea required="" name="Briefly describe your interest in this grant program and how you plan to use the funds?" id="interest-in-grant"
        class=" block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg" placeholder="Enter a brief description"></textarea>
    </div>
  </div>
  <div class="mb-8">
    <label for="estimate-time" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">When will your project be ready/which month do you plan to showcase your project?</label>
    <div class="mt-3">
      <input required="" type="text" name="When will your project be ready/which month do you plan to showcase your project?" id="estimate-time"
        class="block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg" placeholder="Enter month and year">
    </div>
  </div>
  <div class="mb-8">
    <p class="text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Have you previously received any seed/pre-seed funding? </p>
    <fieldset class="mt-3">
      <div class="space-y-4 sm:flex sm:items-center sm:space-y-0 sm:space-x-6">
        <div class="flex items-center">
          <input required="" id="yes-previous-funding" value="Yes" name="Have you previously received any seed/pre-seed funding?" type="radio" class=" h-5 w-5 bg-white bg-opacity-10 border border-white border-opacity-75">
          <label for="yes-previous-funding" class="ml-2 block text-base leading-5 text-white"> Yes </label>
        </div>
        <div class="flex items-center">
          <input required="" id="no-previous-funding" value="No" name="Have you previously received any seed/pre-seed funding?" type="radio" class=" h-5 w-5 bg-white bg-opacity-10 border border-white border-opacity-75">
          <label for="no-previous-funding" class="ml-2 block text-base leading-5 text-white"> No </label>
        </div>
      </div>
    </fieldset>
  </div>
  <div class="mb-8">
    <p class="text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Are you willing to demonstrate your project if required? </p>
    <fieldset class="mt-3">
      <div class="space-y-4 sm:flex sm:items-center sm:space-y-0 sm:space-x-6">
        <div class="flex items-center">
          <input required="" id="yes-demonstrate-project" value="Yes" name="Are you willing to demonstrate your project if required?" type="radio" class=" h-5 w-5 bg-white bg-opacity-10 border border-white border-opacity-75">
          <label for="yes-demonstrate-project" class="ml-2 block text-base leading-5 text-white"> Yes </label>
        </div>
        <div class="flex items-center">
          <input required="" id="no-demonstrate-project" value="No" name="Are you willing to demonstrate your project if required?" type="radio" class=" h-5 w-5 bg-white bg-opacity-10 border border-white border-opacity-75">
          <label for="no-demonstrate-project" class="ml-2 block text-base leading-5 text-white"> No </label>
        </div>
      </div>
    </fieldset>
  </div>
  <div class="mb-8">
    <label for="additional-details" class="block text-base lg:text-lg lg:leading-lh-1 font-medium text-white">Please Mention any other details (optional)</label>
    <div class="mt-3">
      <textarea name="Please Mention any other details" id="additional-details" class=" block w-full text-base leading-5 text-white placeholder:text-gray-3 border-opacity-20 bg-white bg-opacity-5 py-3 px-5 rounded-lg"
        placeholder="Enter a brief description"></textarea>
    </div>
  </div>
  <a href="#" class="btn submit">Submit application</a>
</form>

Name: mc-embedded-subscribe-formPOST https://unmarshal.us20.list-manage.com/subscribe/post?u=5eca3bb88a9bdb1e0bfadc5e1&id=f2dad7aa45

<form autocomplete="off" action="https://unmarshal.us20.list-manage.com/subscribe/post?u=5eca3bb88a9bdb1e0bfadc5e1&amp;id=f2dad7aa45" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate relative"
  target="_blank" novalidate="">
  <div id="mc_embed_signup_scroll">
    <input type="email" name="EMAIL" id="email" placeholder="Enter you email address"
      class="required email w-full text-base leading-5 text-white placeholder:text-gray-3 bg-transparent py-4 border-b border-white border-opacity-30 outline-none duration-300 focus:border-opacity-100 focus:outline-none">
    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_5eca3bb88a9bdb1e0bfadc5e1_f2dad7aa45" tabindex="-1" value=""></div>
    <div class="absolute right-4 bottom-4">
      <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button cursor-pointer absolute top-0 left-0 w-full h-full opacity-0">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z" stroke="#BBBBBB" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9" stroke="#BBBBBB" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
  </div>
</form>

Text Content

 * Academy
 * Products
    * DeFi
      
      --------------------------------------------------------------------------------
   
    * NFT
      
      --------------------------------------------------------------------------------
   
    * Parser
      
      --------------------------------------------------------------------------------
   
    * Notifications

 * $MARSH
    * Bridge
      
      --------------------------------------------------------------------------------
   
    * Stake
      
      --------------------------------------------------------------------------------
   
    * NFT Indexer

 * Company
    * About
      
      --------------------------------------------------------------------------------
   
    * Blog
      
      --------------------------------------------------------------------------------
   
    * Contact

 * Docs
 * Explorer
 * Sign In

 * 
 * 
 * 
 * 
 * 


UNMARSHAL GRANTS PROGRAM

Fund Pool to reward budding entrepreneurs
building on blockchains

Apply for grant More Info



ABOUT THE PROGRAM

The Unmarshal Developer Growth program is aimed to support budding web3 projects
that utilise Unmarshal's backend data infrastructure to help build their dApps.
this program will run throughout 2023, and up to 2 projects will be selected for
funding, every month.

Projects can apply at the beginning of every month, and out of the applicants,
ten will be shortlisted for a further demo round. Here they will have to
showcase their product to our team and the projects meeting all predetermined
criteria will be selected for funding.

Name

Project Name

Project Social Handles (optional)

Project URL / GitHub link

Email address

Telegram ID

Discord ID (optional)


What is your team size?

1-2
2-5
5 & above
Short Description of your team

A brief about your project (Please mention any challenges you’re trying to
solve)


What stage is your project in?

Market viable
Early development
Testing
Could you explain briefly how you used Unmarshal services before?

How will you be utilizing Unmarshal in your project?

Briefly describe your interest in this grant program and how you plan to use the
funds?

When will your project be ready/which month do you plan to showcase your
project?


Have you previously received any seed/pre-seed funding?

Yes
No

Are you willing to demonstrate your project if required?

Yes
No
Please Mention any other details (optional)

Submit application


Your feedback is much appreciated. Send an email to info@unmarshal.io for
enquires.

Send message

MENU

 * Notifications
 * DeFi
 * NFT
 * Bridge
 * Stake
 * Blog
 * NFT Indexer

COMPANY

Eucrypt Technologies Pvt. Ltd. Doddanekundi, Bangalore-560037
 * info@unmarshal.io
 * About

 * 
 * 
 * 
 * 
 * 

©️ 2021 Unmarshal. All right reserved