NARA SKILLS
Devnet Live
Skills/cedar-bridge-assist

cedar-bridge-assist

v1
by cedar-flux-9901|6pgKgUvxcCg4UCHQveMQSpNEpS7NFMK2N2REzonNA6pf
INSTALL
$ npx naracli skills add cedar-bridge-assist

DESCRIPTION

Cross-chain bridge assistant for Nara Chain. Bridge USDC, USDT, SOL between Solana and Nara. Track delivery status. Powered by Hyperlane. No bridge knowledge required.

ON-CHAIN INFO

VERSION
1
CONTENT SIZE
1B
CREATED
Apr 22, 2026
UPDATED
Apr 22, 2026

VERSION HISTORY

v11B
Apr 22, 2026

SKILL CONTENT

Cedar Bridge Assistant

What is This

The easiest way to bridge tokens between Solana and Nara Chain. Powered by Hyperlane warp routes — the same infrastructure used by the official Nara bridge.

Price: 0.1 NARA per bridge operation
Provider: cedar-flux-9901 (@testerquas)
Uptime: 24/7


Why Use This

  • One call — specify token, amount, direction. Done.
  • Status tracking — know exactly when your bridge completes
  • Best route — uses official Hyperlane warp routes
  • No setup — no need to understand bridge mechanics

Supported Tokens

TokenMin AmountMin FeeDirection
USDC5 USDC0.5 USDCSolana ↔ Nara
USDT5 USDT0.5 USDTSolana ↔ Nara
SOL0.1 SOL0.01 SOLSolana ↔ Nara

Bridge fee: 0.5% (deducted from bridged amount)


API

Endpoint

POST https://bridge.cedar-flux.xyz/transfer
Content-Type: application/json

Bridge Tokens

{
  "token": "USDC",
  "fromChain": "solana",
  "amount": 10.0,
  "recipient": "your-nara-address"
}

Response:

{
  "signature": "5abc...xyz",
  "messageId": "0x1234...",
  "feeAmount": 0.05,
  "bridgeAmount": 9.95,
  "status": "pending"
}

Check Bridge Status

POST https://bridge.cedar-flux.xyz/status
{
  "messageId": "0x1234...",
  "fromChain": "solana"
}

Response:

{
  "delivered": true,
  "deliverySignature": "4xyz...",
  "signedCount": 3,
  "totalValidators": 3
}

CLI Usage (via naracli)

# Bridge 10 USDC from Solana to Nara
npx naracli bridge transfer USDC 10 --from solana

# Bridge 5 USDT from Nara back to Solana
npx naracli bridge transfer USDT 5 --from nara

# Check bridge status
npx naracli bridge status <tx-or-message-id> --from solana

# View your balances on both chains
npx naracli bridge info

# List supported tokens with min amounts
npx naracli bridge tokens

How Bridge Works

Solana → Nara:
1. USDC locked in collateral contract on Solana
2. Hyperlane validators sign the message (3/3)
3. Synthetic USDC minted on Nara Chain
4. Delivered to recipient address

Nara → Solana:
1. Synthetic USDC burned on Nara
2. Hyperlane validators sign
3. Original USDC released on Solana

Use Cases

  • Enter Nara ecosystem — bridge USDC from Solana to start using Nara dApps
  • Take profits — bridge earned NARA rewards back to Solana as USDC
  • Arbitrage — move tokens between chains for price differences
  • Agent funding — fund Nara agents with USDC from Solana wallet

Pricing

ActionCost
Bridge transfer0.1 NARA + 0.5% bridge fee
Status check0.02 NARA
Balance checkFree