Allocation & Vesting
Your token release schedule and progress.
UNARA / MY STAKE
A real-time view of your participation in the network.
Current ecosystem stake —No UNARA in this wallet
Could not load position
Your token release schedule and progress.
Your position in the UNARA ecosystem.
Your latest transactions on UNARA.
| Type | Details | Amount | Time | Tx Hash | Status |
|---|
Manage your position in the UNARA ecosystem.
All balances verified on-chain Live
A detailed breakdown of your UNARA allocation across all categories.
Detailed release events and upcoming unlocks.
Your staking rewards and incentives.
A complete record of your activity on UNARA.
| Type | Details | Amount | Time | Tx Hash | Status |
|---|
Live network information and connectivity.
A growing network of real-world utility.
Get support and resources.
Your latest transactions on UNARA.
| Type | Details | Amount | Time | Tx Hash | Status |
|---|
UNARA is a next-generation Layer 1 blockchain with EVM compatibility, built on a DAG architecture — combined with chain-independent software tools, verifiable systems and a more transparent digital economy.
Developers, tools, networks and real-world applications are disconnected. This fragmentation slows innovation, increases risk and limits adoption.
A Closer Look →UNARA connects blockchain infrastructure with a chain-independent application layer — empowering builders to create, verify and deploy, and enabling businesses to use blockchain through real applications.
UNARA is more than throughput: a complete infrastructure layer with integrated software tools, evidence-driven systems and real-world utility.
Explore the Platform →Designed for high throughput and real-world demands.
Built with familiar tools. Access a wider ecosystem.
Chain-independent software. Native UNARA integration for deeper on-chain utility.
From development to deployment to on-chain activity.
Developers. Businesses. Communities. A more transparent and connected future is possible.
Join the Movement →Open
Global
Verifiable
Built to last
One platform. Secure intelligence, real infrastructure, and software applications for a more capable world.
People
Systems
Evidence
A more capable world
A unified platform for identity, evidence, events, policy and data protection. A foundation for applications, infrastructure and digital trust across ecosystems.
Explore the capabilities →People, entities and digital trust across ecosystems.
Verifiable data for a more open world.
Real-time context for real-world decisions.
Governance that enables growth, not friction.
Your most important assets, securely and responsibly.
From core infrastructure to intelligent applications, UNARA unifies every layer so organizations can build, operate and grow on a shared foundation of trust, security and global scale.
See the technical overviewA connected suite of purpose-built applications to help organizations solve complex problems across boundaries and create lasting value.
Explore UNARA OS →Turn information into advantage. UNARA brings together people, data, context and intelligence to help you see further and act with confidence.
Explore intelligence →Engineered for a more open world with integrity,
privacy and resilience built in from the ground up.
UNARA is the software foundation for a more open, secure and prosperous world.
People
Ideas
Industries
Opportunities
A more capable world
One ecosystem of Ethereum-compatible DAG infrastructure, multi-network engineering software and managed business technology.
0x7f3a...c892
2.44 UNA
just now
0x1a2b...7fab
executed
just now
#28,472,901
1.2s
just now
Build, prove and operate across the network, the engineering software and the business-technology platforms — connected under one standard.
Powerful tools. Seamless experience. All on Unara.
Real-time network exploration and analytics.
Write, test and deploy across supported networks.
Create and launch tokens with advanced controls.






Create unique and programmable collections.
Securely manage and transact your assets.
Docs, guides, SDKs and developer tools.
UNARA's Layer 1 is designed around DAG-based ordering while retaining Ethereum-style accounts, Solidity contracts and familiar interfaces. Performance is one dimension — not the proof.
Learn more →Parallel ordering designed for long-term scale.
Accounts, Solidity and familiar developer interfaces.
A proprietary network with a single, coherent state.
Claims advance when the underlying evidence supports them.
Open Studio to build on supported networks, or explore the platforms that sit around the Layer 1.
A proprietary Layer 1 built on DAG ordering and Ethereum-compatible execution. Supported by multi-network engineering software and a separate business-technology platform.
Managed digital infrastructure and business software that secure, connect and support your people, systems and locations — every day.
Explore Business Technology →A DAG Layer 1, multi-network engineering software, and managed business technology — in one ecosystem.
Smart Contract Studio leads the engineering environment — write, test, preserve and deploy to Unara and supported networks, with familiar Ethereum workflows.
One integrated engineering environment that preserves what was built, proven, released and later observed — across Unara and supported networks.
Explore the tools →Write, test, preserve and deploy contracts across supported networks — not only Unara.
Open Studio →Integrate UNARA into your applications with comprehensive SDKs and APIs.
View SDKs →Guides, tutorials and examples to help you build faster.
Browse Docs →Experiment, test and iterate with instant access to testnet resources.
Get testnet tokens →Build with familiar Ethereum tools and languages — Solidity, Ethereum-style accounts and the interfaces you already know.
View integrations →// Simple token example
pragma solidity ^0.8.24;
contract MyToken {
string public name = "UNA";
string public symbol = "UNA";
mapping(address => uint256) public balances;
event Transfer(address indexed from, address indexed to, uint256 value);
function mint(address to, uint256 amount) public {
balances[to] += amount;
emit Transfer(address(0), to, amount);
}
}
import { ethers } from "ethers";
const abi = [
"function name() view returns (string)",
"function mint(address to, uint256 amount)"
];
const provider = new ethers.BrowserProvider(window.ethereum);
const signer = await provider.getSigner();
const token = new ethers.Contract(tokenAddress, abi, signer);
const name = await token.name();
const tx = await token.mint(await signer.getAddress(), 1000n);
await tx.wait();
from web3 import Web3
w3 = Web3(Web3.HTTPProvider(rpc_url))
token = w3.eth.contract(address=token_address, abi=abi)
name = token.functions.name().call()
tx = token.functions.mint(account, 1000).build_transaction({
"from": account,
"nonce": w3.eth.get_transaction_count(account),
})
signed = w3.eth.account.sign_transaction(tx, private_key)
w3.eth.send_raw_transaction(signed.raw_transaction)
curl -s "$UNARA_RPC" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc":"2.0",
"id":1,
"method":"eth_blockNumber",
"params":[]
}'
curl -s "$UNARA_RPC" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc":"2.0",
"id":2,
"method":"eth_call",
"params":[{"to":"'"$TOKEN"'","data":"0x06fdde03"},"latest"]
}'
Keep engineering evidence connected as projects move from test to release — logs, transactions and what was later observed.
Open Explorer →12:04:18 Contract deployment submitted… 12:04:19 Waiting for inclusion 12:04:20 Transaction confirmed 12:04:20 Contract verified on Explorer 12:04:21 Interaction ready
Open the multi-network engineering software, or read the docs before you deploy.
UNARA gives developers an Ethereum-compatible DAG Layer 1 and multi-network engineering software — led by Smart Contract Studio.
Open standards | DAG ordering | Ethereum compatible | Multi-network Studio | One ecosystem. Multiple platforms.
UNARA combines familiar Ethereum workflows with DAG-based infrastructure. Smart Contract Studio is designed to serve supported networks — not only Unara Layer 1.
A DAG-based architecture built to process activity concurrently.
Ethereum-style accounts, Solidity contracts and familiar interfaces.
Studio serves supported networks and open standards beyond Unara itself.
DAG ordering for long-term scale. Throughput is one dimension — not the proof.
Each step stays in one engineering environment — so what you build, prove and release remains connected.
Bring your vision to life.
Write in Studio with familiar Ethereum tools.
Preserve the exact build and the evidence around it.
Release to Unara or another supported network.
Keep operational history connected after release.
Contracts, tokens and operations — the capabilities the UNARA ecosystem already provides.
Explore the Ecosystem →
Write, test and deploy Solidity contracts in Studio.
Explore →
Create tokens and collections with Forge and NFT Studio.
Explore →
Explore, verify and manage activity across the network.
Explore →UNARA provides DAG infrastructure and the engineering software to build on it — including networks Studio already supports.
Learn about the Platform →Start in Studio, or explore the Layer 1 and the platforms around it.
Documentation, APIs and network resources for the UNARA ecosystem — Layer 1, Studio and the platforms around them.
Technical docs | API reference | Explorer | Platform | Brand assets
The technical foundation of the UNARA network — architecture, consensus, execution, economics and real-world impact.
Read the Whitepaper →Developer releases for the UNARA ecosystem, listed as they are added.
No developer releases yet.
Access documentation, APIs and brand materials for the UNARA ecosystem.
Common questions about DAG chains and new blockchain technology.
Read FAQs →Network APIs, RPC and integration references.
View API Reference →Architecture notes, guides and integration references.
Open Developer Hub →Explore live chain activity and network status.
Open Explorer →Layer 1, Studio and business technology in one ecosystem.
Explore Platform →Logos, marks and approved UNARA brand materials.
View Brand Assets →Start from the Hub, the platforms, or the live network.
Open Developer Hub ↗Inspect blocks, transactions and network status.
Open Explorer →Layer 1, Studio and managed business technology.
Explore Platform →Explorer, Studio, Forge, NFT Studio, Vault and Hub.
Explore Ecosystem →Follow UNARA channels for documentation and network updates.
Documentation.
Network resources.
Open the Developer Hub to explore, build and integrate.
Common questions about DAG networks and newer blockchain technology.
A directed acyclic graph (DAG) is a way to order transactions so each new item points at earlier ones, without forming a loop. Some networks use that structure instead of a single linear chain of blocks, so more than one transaction can be confirmed in parallel.
A classical blockchain appends one block at a time to a single sequence. A DAG can accept multiple branches of work at once and then order them. The result is still a shared ledger; the difference is how items are linked and sequenced.
Parallel ordering can reduce waiting when many senders submit work at the same time. It is one approach to higher throughput. Finality, fees and security still depend on the rest of the protocol, not on the graph shape alone.
Some DAG designs still group transactions into blocks or batches. Others attach transactions directly to earlier vertices. Explorers often still show height, hashes and confirmations so the ledger is readable in familiar terms.
Finality is the point after which a transaction is treated as settled and will not be reversed under normal protocol rules. Probabilistic finality gets safer as more blocks or vertices build on top. Deterministic finality is declared by the protocol after a vote or checkpoint.
A Layer 1 is a base network that keeps its own ledger, consensus and accounts. Other tools — wallets, explorers, studios and Layer 2s — settle or report against that base. UNARA is presented on this site as an EVM-compatible DAG Layer 1.
The Ethereum Virtual Machine (EVM) is the runtime used by Ethereum smart contracts. An EVM-compatible chain can run Solidity contracts and common Ethereum tooling, with its own token, fees and consensus.
A wallet holds the keys that authorize transactions from an address. Connecting a wallet lets a site read that address and ask you to sign. It does not, by itself, move funds — you approve each signature.
A smart contract is a program stored on the network. Once deployed, anyone can call its functions under the rules written in the code — transfers, locks, markets or custom logic — as long as they pay the required fees and meet the contract’s conditions.
Gas is the fee unit for computation and storage on EVM-style networks. Harder calls cost more gas. The amount you pay also depends on the current gas price. Unused gas is typically returned; a failed call can still consume the gas it used.
RPC is how wallets and apps talk to a node: read balances, send signed transactions, subscribe to new blocks. A public RPC is convenient; a private or self-hosted RPC is used when you need higher limits or more trust in the node you query.
A testnet is a practice network. Tokens there are not treated as mainnet value. Mainnet is the production ledger. Use a testnet to deploy and break things before you spend real fees or move real assets.
Staking locks tokens to help run or secure a network, or to participate in a protocol’s rules. In return, some designs pay rewards. Locked tokens are usually not freely transferable until an unbonding or unlock period ends.
Vesting releases tokens on a schedule instead of all at once. A cliff delays the first unlock; later events release more over time. Dashboards that show locked, unlocked and next unlock dates are reading that schedule for an address.
Use the transaction hash in a block explorer. Confirmed or successful status means the network included it. Pending means it is still in the mempool or being ordered. Failed or reverted means the call ran but did not complete its state changes; the hash still exists.
Technical guides live in the Developer Hub.
UNARA is a blockchain, software and digital-infrastructure enterprise. One ecosystem. Multiple platforms.
Capability is expanding faster than the models that connect it — software, security and infrastructure on one side; engineering tools disconnected on the other.
UNARA is engineered to connect more of the environment around the outcome: DAG/EVM infrastructure, multi-network software and managed business technology.
Own more of the outcome. Preserve evidence.Build accountable infrastructure people can trust — with each platform in the ecosystem advancing on evidence, not slogans.
Familiar Ethereum workflows and supported networks — not a closed, chain-locked stack.
Network, engineering software and business technology in one ecosystem.
Claims advance only when the underlying evidence supports them.
UNARA develops a proprietary Ethereum-compatible DAG Layer 1, multi-network engineering software led by Smart Contract Studio, and managed digital infrastructure and business software — under one shared standard.
Explore the Platform →Accountability backed by evidence
UNARA is not a single application. It is one ecosystem that provides multiple platforms — each serving a different part of the outcome.
Ethereum-compatible DAG Layer 1.
Multi-network engineering software.
Write, test, preserve and deploy.
Managed infrastructure and software.
Accountability backed by evidence.
The same operating principle across the ecosystem: advance only when the proof supports the next stage.
Clear claims. Visible evidence.
Continuity, control and operational resilience.
Own more of the outcome — and the evidence around it.
Claims advance when the proof supports them.
The Layer 1, the engineering software and the business-technology platform — in one ecosystem.
Network
Software
Business technology
Evidence