Skip to content

Instantly share code, notes, and snippets.

@justinbarry
Last active June 10, 2026 21:07
Show Gist options
  • Select an option

  • Save justinbarry/ed1941bf22d90829b1a124241795739b to your computer and use it in GitHub Desktop.

Select an option

Save justinbarry/ed1941bf22d90829b1a124241795739b to your computer and use it in GitHub Desktop.
XION / Verona security and audit summary - June 10, 2026

XION / Verona Security and Audit Summary

Prepared: June 10, 2026

This note consolidates the technical/security wording, public audit links, upstream security references, and audit-coverage context for the XION/Verona chain.

Executive summary

XION / Verona is built on a security-first architecture that combines:

  • third-party audits of XION/Burnt code,
  • public upstream audit coverage across key Cosmos SDK and IBC components,
  • CometBFT Byzantine Fault Tolerant consensus with deterministic finality,
  • and ongoing security review and testing for new functionality.

Public audit materials are available for XION/Burnt through Oak Security, and the underlying Cosmos stack also benefits from additional public audit artifacts and formal security-maintenance programs. Taken together, this provides a strong security foundation for the chain, its account-abstraction model, and its core transaction infrastructure.

Confidence-forward external wording

If the goal is to reassure an external requester while staying accurate, the safest concise wording is:

Verona (formerly XION) has undergone third-party security review and is built on audited core infrastructure. Public audit reports are available for XION/Burnt code through Oak Security, and the underlying Cosmos SDK / IBC stack also benefits from upstream public audit coverage and formal security maintenance. The chain uses CometBFT Byzantine Fault Tolerant consensus with deterministic finality and is supported by ongoing security review and testing for new functionality.

Suggested questionnaire wording

Technical

  • 4.1 Token Contract Standard Cosmos SDK native token on the Verona (formerly XION) mainnet. IBC-compatible.

  • 4.2 Token Contract Addresses N/A - Verona/XION is a native Cosmos SDK token (uxion denom), not a standalone ERC-20/CW20-style token contract, so there is no separate token contract address on mainnet.

  • 4.3 Mainnet Trading Model Account-based model (Cosmos SDK).

  • 4.4 Mainnet Consensus Algorithm CometBFT (formerly Tendermint) - Byzantine Fault Tolerant consensus.

  • 4.5 Average block-out speed of mainnet Approximately 4 seconds average block time.

  • 4.6 Recommended billing frequency 1 block. CometBFT provides deterministic finality at block commit, so transactions can be securely accounted for after a single confirmed block.

Security

  • 5.1 Availability of third-party security audit for source code Yes - the XION/Verona blockchain and related account-abstraction infrastructure have undergone third-party security audits.

  • 5.2 Availability of third-party security audit reports Yes - public third-party audit reports are available online.

  • 5.3 Delivery method of third-party security audit report Public PDF audit reports are available through Oak Security's public GitHub audit repository under the "Burnt (XION)" section, supplemented by public upstream Cosmos SDK and IBC audit materials.

Public XION / Burnt audit reports

Upstream audits and security references

Cosmos SDK

IBC / Interchain stack

Security program references

Important rebrand / exchange nuance

  • The technical denom/unit remains uxion.
  • Current internal guidance is that exchanges should update ticker, display name, and logo, but should not be forced to change technical denom handling.
  • Possible aliasing of the smallest unit was discussed internally but was still a confirm-with-engineering item and should not be presented as final unless separately confirmed.

Bottom line

  • It is accurate to say that the chain and relevant infrastructure have been audited.
  • It is accurate to say that public audit reports are available.
  • It is accurate to say that the chain is built on a strong, audited security foundation with additional upstream coverage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment