Build RWA applications with hazBase.
Represent assets and rights as tokens, then build issuance, transfer and operating workflows. Explore hazBase APIs and SDKs through working examples and reference documentation, with MCP integration for your AI tools.
Explore hazBase capabilities
Explore asset and rights workflows, and find an integration approach for your business.
02QUICKSTARTRun your first RWA application
Issue, allocate and transfer tokens with a sample application.
03MCP INTEGRATIONUse hazBase with your AI
Search specifications and operate the sample application through your AI.
Start with an API request
No private key or deployed contract is needed. Fetch the public token list and verify the connection and response.
Make your first API requestimport { createHazbaseWalletClient }
from "@hazbase/kit/wallet";
const wallet = createHazbaseWalletClient();
const { tokens } = await wallet.listTokens({
chainId: 11155111,
});
console.log(tokens.length);An empty array is also a successful response.
Find your next step
Choose an integration path
Compare the hosted API, contract SDK and React integration.
ExploreLook up API & SDK specifications
Find imports, parameters and return values for each package.
ExploreCompose by use case
Explore physical assets, debt, access rights and communities.
ExplorePrepare for production
Plan permissions, secret handling, execution tracking and recovery.
ExploreStart with the capabilities you need
@hazbase/kitContracts & wallet APIs@hazbase/authAuthentication & sessions@hazbase/reactReact hooks & UI@hazbase/factoryDeploy & register@hazbase/relayerGasless integration@hazbase/storageFiles & metadata@hazbase/zkProofs & privacyImplementation patterns across businesses
hazBase is infrastructure for more than one asset class. Business solutions such as RWA Ops for equipment and robotics build on the same foundation.
Physical assets & inventory
Connect asset identity and rights to issuance, transfers and holdings.
Debt & asset finance
Model distinct rights and connect repayment, distributions and records.
Access & membership
Manage rights to use facilities or services and participation conditions.
Community & governance
Design proposals, voting and execution around participants and permissions.