Getting Started
Create your first UTXOS project in under five minutes. Follow these steps to set up your development environment and start building.
Create an Account
- Navigate to the UTXOS Dashboard
- Sign in with your preferred authentication method
- Click Create New Project

After creating your account, you land on the project creation screen.
Configure Your Project
Fill in your project details:
| Field | Description | Example |
|---|---|---|
| App Name | A unique identifier for your project. Use lowercase letters and hyphens. | my-web3-app |
| Domain URL | Your application domain for whitelisting. Requests from other domains are rejected. | https://myapp.com |
| Contact email for notifications and alerts. Defaults to your account email. | dev@myapp.com |
⚠️
Domain whitelisting is enforced in production. Add localhost during development to test locally.
Complete Setup
- Review your configuration details
- Click Create Project to finalize
- Copy your API keys from the project dashboard
Your project is now active. You receive:
- Project ID for API calls
- API Key for authentication
- Access to all Base plan features
Next Steps
After creating your project:
- Integrate Wallet as a Service into your application
- Configure Transaction Sponsorship to cover user gas fees
- Upgrade your plan when ready for production