Developers · Agents

एजेंट्स से पहले वन-कॉल रास्ता बनवाएँ।

The best agent path is short: load the skill, call offramp(walletClient, params), verify delegation, then add Peerlytics route data or explorer reads only if the product needs them.

01

एजेंट कॉन्टेक्स्ट पैक

रिसोर्सउपयोग
skills/usdctofiat.mdDrop-in skill with SDK rules, platforms, OTC, and examples
llms.txtछोटा मशीन-पठनीय प्रोडक्ट और रूट सारांश
llms-full.txtकॉन्ट्रैक्ट्स, प्राइसिंग, गाइड्स, और जवाबों के साथ पूरा मशीन रेफ़रेंस
OFFRAMP_DEVELOPER_RESOURCESलिंक, डेलिगेशन कॉन्फ़िग, upstreamSourceTruths, और playbooks के साथ टाइप्ड SDK एक्सपोर्ट
OFFRAMP_INTEGRATION_CHECKLISTTyped integration-doctor checks for delegation, duplicate prevention, and extension recovery
getOfframpAgentPrompt(profile)एजेंट-निर्मित इंटीग्रेशन के लिए कॉपी करने योग्य प्रॉम्प्ट बिल्डर
स्टार्टर्स रिपॉज़िटरीWorking Next.js, Vite, Telegram-bot, and script examples
02

प्रॉम्प्ट सीक्वेंस

  1. 01एजेंट को प्लानिंग से पहले स्किल और llms.txt पढ़ने को कहें।
  2. 02इसे डेटा-प्लेन फ़ीचर जोड़ने से पहले वन-कॉल offramp(walletClient, params) रास्ता शिप करने को कहें।
  3. 03Pick a profile: app, bot, agent, private-otc, or peerlytics.
  4. 04जब संभव हो तब इसे create-offramp-app या स्टार्टर्स रिपॉज़िटरी से स्कैफ़ोल्ड करने को कहें।
  5. 05इससे ज़रूरी करें कि हर बने डिपॉज़िट को Delegate रेट मैनेजर को डेलिगेट होते वेरिफ़ाई करे।
  6. 06अगर यह Peerlytics जोड़ता है, तो रॉ ऑर्डरबुक रीड्स से पहले planRoutes() ज़रूरी करें।
03

एजेंट्स को क्या आविष्कार नहीं करना चाहिए

  • कोई सैंडबॉक्स आविष्कार न करें; SDK Base मेननेट को टार्गेट करता है।
  • डेलिगेशन न हटाएँ; SDK के डिपॉज़िट पाथ को Delegate vault को डेलिगेट करना ही होगा।
  • फिएट को SDK-नियंत्रित न मानें। फिएट सीधे बायर और सेलर के बीच मूव होता है।
  • प्रूफ़ पेलोड, क्रेडेंशियल फ़ील्ड, या पेमेंट-मेथड हैश गढ़ें न; पहले upstreamSourceTruths जाँचें।

अन्वेषण करते रहें

सामान्य प्रश्न

एक एजेंट को पहले क्या पढ़ना चाहिए?

https://usdctofiat.xyz/skills/usdctofiat.md से शुरू करें, फिर इस पर निर्भर करते हुए कि मॉडल कितना कॉन्टेक्स्ट रख सकता है, llms.txt या llms-full.txt।

क्या एजेंट्स इसे पैकेज से खोज सकते हैं?

हाँ। OFFRAMP_DEVELOPER_RESOURCES, OFFRAMP_INTEGRATION_CHECKLIST इम्पोर्ट करें, OFFRAMP_DEVELOPER_RESOURCES.upstreamSourceTruths पढ़ें, getOfframpDeveloperResources(profile) कॉल करें, या @usdctofiat/offramp से getOfframpAgentPrompt(profile) कॉल करें।