omniscia.io Open in urlscan Pro
50.87.142.46  Public Scan

Submitted URL: http://omniscia.io/
Effective URL: https://omniscia.io/
Submission: On December 01 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST #

<form action="#" method="POST" class="row js-ajax-form-inv" data-message-success="Your message has been sent! We will reply you as soon as possible."
  data-message-error="Something went wrong. Please contact us directly at <a href='info@omniscia.io'>info@omniscia.io</a>.">
  <div class="col-12 col-md-6 first-half">
    <div class="row">
      <div class="col-12">
        <div class="sectionHeading text-center">
          <h1 class="sectionHeading__title mb-0">Need a quote?</h1>
          <span class="break"></span>
          <p class="text-black fz-18 leading-md mt-0 mb-4"> Use the form below or <a href="mailto:info@omniscia.io" class="fw-700">send us an
                                                            email</a>. </p>
        </div>
      </div>
      <div class="col-12">
        <div class="form-floating mb-3">
          <input type="text" class="form-control" name="name" id="buyReportName" placeholder=" ">
          <label for="buyReportName"> Full Name <span class="required">*</span>
          </label>
        </div>
      </div>
      <div class="col-12">
        <div class="row">
          <div class="col-12">
            <div class="form-floating mb-3">
              <input type="text" class="form-control" name="company" id="buyReportCompanyName" placeholder=" ">
              <label for="buyReportCompanyName"> Company Name <span class="required">*</span>
              </label>
            </div>
          </div>
          <div class="col-12">
            <div class="form-floating mb-3">
              <input type="text" class="form-control" name="email" id="buyReportContactEmail" placeholder=" ">
              <label for="buyReportContactEmail"> Contact Email <span class="required">*</span>
              </label>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="col-12 col-md-6 second-half">
    <div class="col-12">
      <div class="form-floating mb-3">
        <input type="text" class="form-control" name="handle" id="buyReportHandle" placeholder=" ">
        <label for="buyReportHandle"> Your Telegram or Discord handle </label>
      </div>
    </div>
    <div class="col-12">
      <div class="form-floating mb-3">
        <input type="text" class="form-control" name="interest" id="buyReportInterest" placeholder=" ">
        <label for="buyReportInterest"> What project(s)/reports are you interested in? </label>
      </div>
    </div>
    <div class="col-12">
      <div class="form-floating mb-3">
        <textarea class="form-control" placeholder=" " id="buyReportNotes" name="message" style="height: 100px"></textarea>
        <label for="buyReportNotes" class="textarea-label">Additional notes</label>
      </div>
    </div>
    <div class="col-12 ajax-form-alert js-ajax-form-alert">
      <div class="ajax-form-alert__content"></div>
    </div>
    <div class="col-12">
      <div class="g-recaptcha" data-sitekey="6LccdykeAAAAAJA-TFMbecpgETd9gxzHlmRSdnTz"></div>
    </div>
    <div class="col-12">
      <button id="send-msg" onclick="formSubmit(event)" name="investorsform" class="button -md -black text-white mt-3"> Submit </button>
    </div>
    <div id="message-progress" class="mt-4 alert message-progress-inv" role="alert">
    </div>
  </div>
</form>

POST #

<form action="#" method="POST" class="row js-ajax-form-team" data-message-success="Your message has been sent! We will reply you as soon as possible."
  data-message-error="Something went wrong. Please contact us directly at <a href='info@omniscia.io'>info@omniscia.io</a>.">
  <div class="col-12 col-md-6 first-half">
    <div class="row">
      <div class="col-12">
        <div class="sectionHeading text-center">
          <h1 class="sectionHeading__title mb-0">Join our team</h1>
          <span class="break"></span>
          <p class="text-black fz-18 leading-md mt-0 mb-4"> Use the form below or <a href="mailto:info@omniscia.io" class="fw-700">send us an
                                                            email</a>. </p>
        </div>
      </div>
      <div class="col-12">
        <div class="form-floating mb-3">
          <input type="text" class="form-control" name="name" id="teamModalName" placeholder=" ">
          <label for="teamModalName"> Full Name <span class="required">*</span>
          </label>
        </div>
      </div>
      <div class="col-12">
        <div class="form-floating mb-3">
          <input type="text" class="form-control" name="email" id="teamModalEmail" placeholder=" ">
          <label for="teamModalEmail"> Email <span class="required">*</span>
          </label>
        </div>
      </div>
      <div class="col-12">
        <div class="form-floating mb-3">
          <input type="text" class="form-control" name="handle" id="teamModalHandle" placeholder=" ">
          <label for="teamModalHandle"> Your Telegram or Discord handle </label>
        </div>
      </div>
    </div>
  </div>
  <div class="col-12 col-md-6 second-half">
    <div class="col-12">
      <div class="form-floating mb-3">
        <select name="interest" id="teamModalInterest" placeholder=" " class="form-control">
          <option disabled="" selected="" value="">Role you are enquiring about? </option>
          <option value="Solidity Audits">Solidity Audits</option>
          <option value="Rust Audits">Rust Audits</option>
          <option value="Penetration Testing">Penetration Testing</option>
          <option value="Front End Engineer">Front End Engineer</option>
          <option value="Business Development">Business Development</option>
          <option value="Marketing">Marketing</option>
          <option value="Others">Others</option>
        </select>
        <label for="teamModalInterest" class="select"> Interest </label>
      </div>
    </div>
    <div class="col-12">
      <div class="form-floating mb-3">
        <input type="file" class="form-control" name="resume" title=" " id="teamModalResume" placeholder=" ">
        <label for="teamModalResume" class="file"> Upload resume </label>
      </div>
    </div>
    <div class="col-12">
      <div class="form-floating mb-3">
        <textarea class="form-control" placeholder=" " id="teamModalNotes" name="message" style="height: 100px"></textarea>
        <label for="teamModalNotes" class="textarea-label">Additional notes</label>
      </div>
    </div>
    <div class="col-12 ajax-form-alert js-ajax-form-alert">
      <div class="ajax-form-alert__content"></div>
    </div>
    <div class="col-12">
      <div class="g-recaptcha" data-sitekey="6LccdykeAAAAAJA-TFMbecpgETd9gxzHlmRSdnTz"></div>
    </div>
    <div class="col-12">
      <button id="send-msg" onclick="teamFormSubmit(event)" name="teamform" class="button -md text-white mt-3"> Submit </button>
    </div>
    <div id="message-progress" class="mt-4 alert message-progress-team" role="alert"></div>
  </div>
</form>

POST

<form action="" method="post" onsubmit="subscribe(event, this)" class="d-flex omnisend-subscribe-form">
  <input type="text" name="email" class="form-control newsletter omnisend-subscribe-input-email" placeholder="Email address">
  <button type="submit" class="">Join</button>
</form>

Text Content

Omniscia


POPULAR PROJECTS

 * #1 Arcade.xyz
 * #2 Gravita Protocol
 * #3 Gnosis
 * #4 Morpho
 * #5 Olympus
 * #6 Boson Protocol


 * Audits
   * Security Audits
   * Investor Reports
 * About Us
   * Company
   * Services
   * Clients
   * Testimonials
   * Team
   * FAQs
 * Request Audit


RAISING THE STANDARDS OF
WEB3 SECURITY

400+

Projects
Audited

65b+

Market Cap
Evaluated

1600+

High Severity
Issues Disclosed


WE'RE HIRING

Rust/Solidity Auditors with 3+ years of experience auditing complex
decentralized systems. Working knowledge of Ethereum, Solana, PolkaDot and/or
Substrate.

Contact Us


SECURITY AUDITS

Thorough line-by-line security audit of your project to ensure it conforms to
the latest standards & is immune to both common & uncommon attack vectors.

Contact Us


PENETRATION TESTING

Simulate attacks on your crypto exchanges, wallets and Dapps to remediate
critical vulnerabilities in your applications before someone else exploits them.

Contact Us


WE'RE HIRING

Rust/Solidity Auditors with 3+ years of experience auditing complex
decentralized systems. Working knowledge of Ethereum, Solana, PolkaDot and/or
Substrate.

Contact Us


SECURITY AUDITS

Thorough line-by-line security audit of your project to ensure it conforms to
the latest standards & is immune to both common & uncommon attack vectors.

Contact Us


PENETRATION TESTING

Simulate attacks on your crypto exchanges, wallets and Dapps to remediate
critical vulnerabilities in your applications before someone else exploits them.

Contact Us


WE'RE HIRING

Rust/Solidity Auditors with 3+ years of experience auditing complex
decentralized systems. Working knowledge of Ethereum, Solana, PolkaDot and/or
Substrate.

Contact Us
 * 1
 * 2
 * 3

POPULAR PROJECTS

#

Name

Audit

Date

4

Morpho

5

2022-06-12

5

Olympus

3

2022-01-05

6

Boson Protocol

4

2021-12-15

1

Arcade.xyz

2

2023-08-19

2

Gravita Protocol

2

2023-04-17

3

Gnosis

2

2023-05-09

4

Morpho

5

2022-06-12

5

Olympus

3

2022-01-05

6

Boson Protocol

4

2021-12-15

1

Arcade.xyz

2

2023-08-19

2

Gravita Protocol

2

2023-04-17

3

Gnosis

2

2023-05-09

4

Morpho

5

2022-06-12

5

Olympus

3

2022-01-05

6

Boson Protocol

4

2021-12-15

 * 1
 * 2

RECENTLY COMPLETED

#

Name

Audit

Date

7

LayerAI

3

2023-09-22

8

Kwenta

3

2023-09-22

9

Kwenta

3

2023-09-20

1

Gnosis

2

2023-11-01

2

Steer Finance

2

2023-10-23

3

Rosa Finance

1

2023-10-15

4

SaucerSwap Labs

3

2023-10-04

5

SaucerSwap Labs

3

2023-09-27

6

Boson Protocol

4

2023-09-26

7

LayerAI

3

2023-09-22

8

Kwenta

3

2023-09-22

9

Kwenta

3

2023-09-20

1

Gnosis

2

2023-11-01

2

Steer Finance

2

2023-10-23

3

Rosa Finance

1

2023-10-15

4

SaucerSwap Labs

3

2023-10-04

5

SaucerSwap Labs

3

2023-09-27

6

Boson Protocol

4

2023-09-26

7

LayerAI

3

2023-09-22

8

Kwenta

3

2023-09-22

9

Kwenta

3

2023-09-20

 * 1
 * 2
 * 3

POPULAR PROJECTS

 * #1 Arcade.xyz
 * #2 Gravita Protocol
 * #3 Gnosis
 * #4 Morpho
 * #5 Olympus
 * #6 Boson Protocol

 * Security Audits
 * Investor Reports

1 - Tokemak1 - Aavegotchi1 - Agrofarm1 - AllianceBlock1 - Amplesense1 - Atari1 -
Bamboo Finance1 - Biopset1 - Boson Protocol1 - Brokoli1 - bWare1 - Chain
Guardians1 - Cirus1 - cLabs1 - Convex Finance1 - CryptoArt.Ai1 - Dafi Protocol1
- DappRadar1 - DCSDAO1 - Domi1 - Echidna1 - Euler Finance1 - Faculty Group1 -
Faith Tribe1 - Fetch.ai1 - Flourishing AI1 - Galaxy Fight Club1 - Glimpse1 -
GlobeDX1 - GOGOcoin1 - Hashport1 - Hot Cross1 - impactMarket1 - Instant Burn1 -
Iron Finance1 - Invert1 - Kaishi1 - Kanpeki1 - Karus Starter1 - Laid Back
Llamas1 - LOC Game1 - Marblecoin1 - MetaSoccer1 - Mintdropz1 - Moss1 - Mouse
Haunt1 - Nevermined1 - Nftfy1 - Night Life Crypto1 - Oceidon Blox1 - Parabola
Finance1 - Platypus Finance1 - Polkadex1 - PolkaParty1 - Polytrade1 - ProjectX1
- Rari Token1 - SEEN1 - Sheesha Finance1 - SoMee.Social1 - Sovryn1 - Spool DAO
Token1 - StakeWise1 - Symbiosis Finance1 - Teneo1 - Transient1 - Trustworks1 -
TryHards1 - Unifty1 - Vector Finance1 - WagmiDAO1 - Wakanomy1 - Wallfair1 -
Ndau1 - Xend Finance1 - Zap1 - Vent Finance1 - Xfit1 - Gamma Strategies1 -
Cryptofrens1 - OliveDAO1 - Criptan1 - Rain Protocol1 - Nori1 - cCRV1 - ArGoApp1
- Liquality1 - Colony Lab1 - Highrise World1 - Magic dragon DAO1 - Brickken1 -
Permission Coin1 - Uforika1 - Polysynth1 - Rand1 - Morpho1 - Bluejay Finance1 -
Ethelo1 - Olympus1 - Pangolin1 - Klima DAO1 - Blazeswap1 - Castle Crush1 - Blast
Royale1 - Vendor Finance1 - OLA Guild Games1 - AngelBlock NFT1 - Outplay Games1
- Redacted Cartel1 - Mean Finance1 - Bonq1 - LSD1 - Ava Labs1 - CarbonPath1 -
3xcalibur1 - Mangrove DAO1 - Metavisor1 - QANX1 - Steer Finance1 - Gnosis1 -
Native1 - Gravita Protocol1 - CIAN1 - dua.com1 - XCAD Network1 - Steadefi1 -
Tozex1 - SZNS1 - Acumen1 - Gnosis Guild1 - MysoFinance1 - LimitBreak1 - Bolide1
- SaucerSwap Labs1 - Sablier1 - 0xPhase1 - Tempest1 - Kinza Finance1 -
Arcade.xyz1 - Rosa Finance1 - Powercity1 - LayerAI1 - Kwenta1 - Tigris Trade1 -
Vesta1 - Mantissa
Show Rows 2050All
Search:

#NameAuditLast 7 DaysMarket CapOnboard Date 1 Convex Finance 1
convex-finance-dd-private

299.6M 13 Oct, 2021

2 Olympus 3
olympus-dao-yield-director
olympus-dao-treasury-allocator
olympus-dao-protocol-v2

195.1M 05 Jan, 2022

3 Tokemak 4
tokemak-capital-management-private
tokemak-network-core-private
tokemak-network-l2-private
tokemak-curve-convex-controller-private

23.4M 04 Jul, 2021

4 Fetch.ai 4
fetchai-atomix-private
fetchai-atomix-lending-protocol
fetchai-atomix-protocol-v2
fetchai-mettalex-position-system

553.2M 16 Apr, 2021

5 Gnosis 2
gnosis-guild-zodiac-modifier-roles-643a92cc7f8dfc00140a3998
gnosis-guild-zodiac-pr206-651169c36eb7b900141f09fb

510.4M 09 May, 2023

6 Aavegotchi 1
aavegotchi-ethereum-private

44.7M 01 Sep, 2021

7 AllianceBlock 16
ab-bridge-proxy-addon-private
ab-liquidity-staker-update
alliance-block-dex-implementation-private
alliance-block-escrow-contract-private
alliance-block-investment-platform-private
alliance-block-investment-platform-2-private
alliance-block-investment-platform-3-private
alliance-block-liquidity-staker
alliance-block-multisignature-wallet
alliance-block-multitoken-bridge-private
alliance-block-oracle-factory-private
alliance-block-payment-portal
alliance-payment-portal-private-test-private
alliance-block-token-payment-system
allianceblock-merkle-distributors-63f225e3ca2e950014cb9617
allianceblock-token-implementation-63e4c6d1ae8db00014272500

$86.5M 05 Jun, 2021

8 Boson Protocol 4
boson-protocol-core-v2
boson-protocol-version-2
reports/boson-core-protocol-v2.2
Private v3

28.3M 15 Dec, 2021

9 Sovryn 2
sovryn-babelfish-protocol-v1
sovryn-bridge-implementation-v4

10.9M 10 Aug, 2021

10 Platypus Finance 2
platypus-finance-core-implementation
platypus-finance-governance-staking

1.1M 30 Dec, 2021

11 Spool DAO Token 1
spool-implementation-core-private

14.7M 01 Sep, 2021

12 Unifty 2
unifty-farm-implementation
unifty-nif-erc-token

$43.7M 14 Apr, 2021

13 Atari 1
atari-erc-token

1.8M 26 Apr, 2021

14 Klima DAO 1
klimadao-algorithmic-bonding-system

7.6M 20 Feb, 2022

15 Chain Guardians 1
chain-guardians-governance-token

7.1M 21 May, 2021

16 Hot Cross 7
hot-cross-cross-pool
hot-cross-staking-pools
hot-cross-vesting-implementation
hotcross-cross-send
hotcross-cross-yield
hotcross-crossmint-nft-implementation
hotcross-hotvip

1.2M 20 Apr, 2021

17 Polkadex 1
polkadex-pdex-erc-token

6.2M 15 May, 2021

18 Dafi Protocol 5
dafi-protocol-dfy-creation
dafi-protocol-dtoken-platform
dafi-staking-v2-private
dafi-super-staking-implementation
dafi-protocol-crosschain-bridge

2.4M 30 Apr, 2021

19 Permission Coin 1
permission-ask-token

6.5M 09 May, 2022

20 Cirus 1
cirus-token

4.9M 06 May, 2021


Showing 1 to 20 of 146 entries
12345…8

BROWSE OUR 90+ INVESTOR DUE
DILIGENCE REPORTS

 * 
   Tech/Security Insights
 * 
   Token economics analysis
 * 
   Risk profile
 * 
   And more +

Purchase existing report
New Request



NEED A QUOTE?

Use the form below or send us an email.

Full Name *
Company Name *
Contact Email *
Your Telegram or Discord handle
What project(s)/reports are you interested in?
Additional notes


Submit



JOIN OUR TEAM

Use the form below or send us an email.

Full Name *
Email *
Your Telegram or Discord handle
Role you are enquiring about? Solidity Audits Rust Audits Penetration Testing
Front End Engineer Business Development Marketing Others Interest
Upload resume
Additional notes


Submit


BROWSE OUR 90+ INVESTOR DUE
DILIGENCE REPORTS

 * 
   Tech/Security Insights
 * 
   Token economics analysis
 * 
   Risk profile
 * 
   And more +

Purchase existing report
New Request


PRIVATE AUDIT

This audit is private.


THANK YOU FOR CONTACTING US!

One of our team member will be in touch shortly with next steps. In the
meantime, please have a look at some of our clients/audit reports on our project
page.

NEED A QUOTE?

LET’S GET IN TOUCH, IT'S JUST AS EASY AS WRITING AN EMAIL

Contact Us
Omniscia

AUDITS

 * Security Audits
 * Investor Reports

ABOUT US

 * Company
 * Services
 * Clients
 * Team
 * FAQs
 * Disclaimer

NEWSLETTER

Join



@ 2023, Omniscia.