Build on ubqty

Developers

Build on ubqty. Integrate permissioned RWA NFTs and digital capital infrastructure into your applications with our comprehensive SDK, smart contracts, and APIs.

Smart Contracts

Core Contracts

The ubqty protocol is built on a modular smart contract architecture. Contracts are currently in development and will be deployed to testnet before mainnet launch.

RWANFTFactory.sol

In Development

Factory contract for minting permissioned RWA NFTs with identity verification

TBD

Vault.sol

In Development

Manages RWA NFT deposits, fractionalization, and ERC3643 token minting

TBD

RiskOracle.sol

In Development

Chainlink-integrated oracle for asset risk pricing and valuation feeds

TBD

IdentityRegistry.sol

In Development

onchainID and ZK credential verification for KYC/KYB compliance

TBD

Governor.sol

In Development

On-chain governance and proposal execution for protocol stewardship

TBD

Integration Guide

Integrate ubqty into your application in minutes. Our SDK provides type-safe interfaces for minting RWA NFTs, managing vaults, and interacting with identity verification.

View full guide
import { ubqty } from '@ubqty/sdk'

// Initialize client with identity
const client = ubqty.create({
  network: 'mainnet',
  provider: window.ethereum,
  identity: {
    onchainId: userOnchainId,
    zkProof: kycProof
  }
})

// Mint a permissioned RWA NFT
const nft = await client.mintRWANFT({
  assetType: 'equipment',
  valuation: '1000000',
  riskRating: 'A',
  metadata: assetMetadata
})

// Fractionalize into ERC3643 tokens
const vault = await client.createVault({
  nftId: nft.id,
  tokenSupply: '1000000',
  symbol: 'EQUIP-001'
})

await vault.tx.wait()

APIs

RESTful APIs for querying protocol data, asset valuations, risk pricing, and identity verification status.

  • Asset and RWA NFT queries
  • Vault and fractionalization data
  • Risk pricing from Chainlink oracles
  • Identity verification status
  • Real-time market data
View API Documentation
Swagger / OpenAPI

Our complete API documentation is available via Swagger UI. Explore endpoints, test requests, and generate client SDKs directly from the interactive documentation.

https://api.ubqty.com/docs
Security

Audits & Security

ubqty smart contracts will undergo rigorous security audits by leading firms before mainnet launch. Audits are scheduled throughout 2026.

Multiple independent audits scheduled with top firms
Formal verification planned via Certora
All contracts will be verified and open source
24/7 monitoring and incident response post-launch

Trail of Bits

Scheduled

Q2 2026

Core contracts, Vault, RWA NFT Factory

OpenZeppelin

Scheduled

Q3 2026

ERC3643 implementation, Identity Registry

Certora

Scheduled

Q3 2026

Formal verification of critical paths

Spearbit

Scheduled

Q4 2026

Risk Oracle, Governor, Treasury

Coming Q1 2027

Bug Bounty Program

Our bug bounty program will launch after security audits are completed. We are committed to building a secure protocol and will reward responsible disclosure.

Program will be hosted on

Immunefi

Start Building

Join our developer community and be among the first to build on the ubqty protocol.