Simplicity is key,
Keys aren't simple
Our mission is to
Empower 5 Billion Web2 users with a robust gateway to Web3
Onboard the masses
Othent allows web3 dApps and protocols to seamlessly access web2 users.
Compatible
Use our protocol on any device or browser without browser extensions or plugins.
Accessible
Our web2 backed protocol is able to reach a wider audience and scale more effectively.
Use Web2 for Web3 transactions
Experience it yourself
Weave Transfer
Example app using Othent, on chain file transfer without a wallet
Ease matters to us
The next evolution of accessing Web3 accounts
Smart contract wallets
Othent uses JSON Web Tokens paired with smart contracts, no need for private keys.
(Anti) social recovery
Enable recovery of your wallet through social or traditional web3 wallet methods.
Use existing 2FA
Add an extra layer of security through a second form of authentication.
How?
A simple process backed by the power of the permaweb on the Arweave blockchain
How it worksBring dApp’s from 0 to 1
Builders, get started in seconds
Try it out!
Onboard Web2 into
Chains
dApps
Wallets
import { Othent } from "@othent/kms";
import Arweave from "arweave";
const othent = new Othent({ appInfo: {
name: "My App",
version: "1.0.0",
env: "production"
} } );
const arweave = new Arweave( {} );
let tx = await arweave.createTransaction({
data: "Hello world!"
});
const signedTx = await othent.sign(tx);
await arweave.transactions.post(signedTx);
console.log(`Transaction ID: ${signedTx.id}`);
Start onboarding your users from Web2 to Web3
Stay up to date
Stay up-to-date on all the latest information about new features, special offers, and more. Don't miss out on all the exciting things happening!