VeilSolver Secure Proxy logo
YieldBoost API Playground

VeilSolver Secure Proxy

Partner SDK: the VeilSolver SDK is wrapped by selected YieldBoost protections: isolated execution, partner solver response handling, a ZK proof envelope, and a 0G response anchor. The full TITAN X 10-layer core is a separate YieldBoost-native product.

ZK Secure Proxy Path
ZK1
Isolated secure execution
Developer payload is processed away from the public app surface.
ZK2
Partner solver response
YieldBoost forwards the request to VeilSolver and receives the private intent result.
ZK3
ZK proof envelope
Request and response digests are sealed into a verification envelope.
ZK4
0G response anchor
The verified response gets an anchor reference for developer audit trails.
YieldBoost wrapper endpoint
Playground endpoint
/api/dev/store/playground/veilsolver
Protected public demo lane

This playground uses a protected public lane. Requests are screened with anti-sybil checks and Alibaba behavior fingerprinting before the live store module is executed.

Each product is allowed once per IP and once per visitor in each rolling 24h window.

Visitor lane: veilsolver-demo-visitor

Paid SDK endpoint stays at /api/dev/store/veilsolver.

cURL
curl -X POST /api/dev/store/playground/veilsolver \
  -H "Content-Type: application/json" \
  -d '{"action":"SWAP","chainId":16661,"tokenIn":"0x0000000000000000000000000000000000000000","tokenOut":"0x0000000000000000000000000000000000000000","amountIn":"1.0","decimalsIn":18,"maxSlippageBps":50,"userAddress":"0x8a3c7524Aaed081825aC88eC7f4cCECFc583ee7D","visitorId":"veilsolver-demo-visitor"}'