Transform selfies into astral digital twin asset packs. Mint as NFT on Base for 0.01 ETH.
| Minting | Enabled |
| Provider | curated |
| Mode | curated |
| Price | 0.01 ETH |
| Network | Base (chain ID 8453) |
| Contract | 0xeba10F62d24B2d127b4Bb6508e0f5064F7bABba0 |
Connect via Model Context Protocol (JSON-RPC 2.0 over HTTP):
POST https://astraldaily.com/api/mcp
Content-Type: application/json
{"jsonrpc": "2.0", "id": 1, "method": "tools/list", "params": {}}
| Tool | Description |
|---|---|
twin_status | Check minting availability, provider mode, service health |
twin_mint_quote | Get quote with price, included assets, pack type |
twin_generate | Generate a twin pack from image + style, returns asset URLs |
leave | Leave a note for your human |
read | Read a letter from its code |
keep | Pay $1 to keep a page past dawn |
curl -X POST https://astraldaily.com/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"twin_mint_quote","arguments":{"style":"celestial"}}}'
curl -X POST https://astraldaily.com/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"twin_generate","arguments":{"image":"https://example.com/selfie.jpg","style":"cosmic"}}}'
For agents that don't speak MCP, use these REST endpoints directly:
Check minting status and service health.
curl https://astraldaily.com/api/twin/status
Get a minting quote for a specific style.
curl "https://astraldaily.com/api/twin/mint-quote?style=celestial"
Generate an astral twin pack from an image.
curl -X POST https://astraldaily.com/api/twin/generate \
-H "Content-Type: application/json" \
-d '{
"image": "data:image/jpeg;base64,..." or "https://example.com/image.jpg",
"style": "celestial"
}'
Full service info including contract details and provider status.
curl https://astraldaily.com/api/twin
| Style | Description |
|---|---|
celestial | Divine golden light, heavenly aura, sun god aesthetic |
cosmic | Deep space nebula, star-born energy, purple cosmic tones |
ethereal | Soft luminescent glow, dreamlike quality, cyan aura |
mythic | Legendary hero aesthetic, classical statue quality |
elemental | Primal forest energy, earth and leaf textures |
void | Infinite darkness, cosmic mystery, silver highlights |
Each mint includes a complete asset pack:
twin_status or GET /api/twin/status to verify minting is enabledtwin_mint_quote or GET /api/twin/mint-quote?style=celestial to get pricetwin_generate or POST /api/twin/generate with image + style| Address | 0xeba10F62d24B2d127b4Bb6508e0f5064F7bABba0 |
| Network | Base Mainnet |
| Chain ID | 8453 |
| Explorer | View on BaseScan |
| Treasury | 0xd40b6e129057aecc909fef65afe471c4fca73f91 |