| title | Billions Developer Docs |
|---|---|
| sidebarTitle | Home |
| mode | custom |
| description | Build with Billions — the first Human and AI network powered by privacy-preserving identity and zero-knowledge technology. |
{
if (!node || node.dataset.init) return;
node.dataset.init = '1';
const pageEl = document.getElementById('b-page-content');
if (window.__bAnimPlayed) {
node.style.display = 'none';
if (pageEl) pageEl.style.opacity = '1';
return;
}
if (document.getElementById('b-anim-style')) return;
const s = document.createElement('style');
s.id = 'b-anim-style';
s.textContent = `
#b-intro-overlay {
position: fixed;
inset: 0;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
pointer-events: none;
animation: bOverlayOut 0.3s ease 1.9s forwards;
}
@media (prefers-color-scheme: dark) {
#b-intro-overlay { background: #0a0a0a; }
}
#b-logo-anim {
animation: bLogoIntro 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
transform-origin: center;
}
#b-eye-right {
transform-box: fill-box;
transform-origin: center;
animation: bWink 2s ease forwards;
}
#b-page-content {
animation: bPageReveal 0.4s ease 1.8s both;
}
@keyframes bLogoIntro {
0% { transform: translateX(280px) scale(0.8); opacity: 0; }
28% { transform: translateX(0) scale(1); opacity: 1; }
60% { transform: translateX(0) scale(1); opacity: 1; }
92% { transform: translateX(0) scale(4); opacity: 0; }
100% { transform: translateX(0) scale(4); opacity: 0; }
}
@keyframes bWink {
0%, 30% { transform: scaleY(1); }
41% { transform: scaleY(0.04); }
54% { transform: scaleY(1); }
100% { transform: scaleY(1); }
}
@keyframes bOverlayOut {
to { opacity: 0; visibility: hidden; }
}
@keyframes bPageReveal {
from { opacity: 0; transform: translateY(14px); }
to { opacity: 1; transform: translateY(0); }
}
`;
document.head.appendChild(s);
setTimeout(() => { window.__bAnimPlayed = true; }, 2300);
}}
>
Billions Developer Docs
The first Human and AI network. Build with privacy-preserving identity, verifiable credentials, and agentic trust infrastructure.
Web and mobile wallet for managing your verifiable identity credentials.
<Card title="Login with Billions" icon="key" href="/billions-wallet/login-with-billions"
Enable secure and decentralized authentication by leveraging the Billions Network.
<Card title="Agents" icon="robot" href="/agents/identity-overview"
Give AI agents verifiable identities and build trust in the agentic economy.