Actuent
circle.com

Circle

Build onchain with a trusted full-stack platform including Arc, CPN, and USDC. Power payments, trading, and access to the agentic economy.

55
Partly agent-ready
Agent-readiness score out of 100
  • ✓ Clear description of the site
  • ✓ Several pages described
  • ✓ Actions agents can take
  • ✓ 3 or more actions
  • ○ Publishes its own LAWP (/.well-known/lawp.json)
  • ○ Actions agents can execute
  • ○ Business details (address, hours, phone)

How to improve this score

Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
Give an action an endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.
+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for circle.com
Made from what Actuent already knows. Edit it, then publish it at https://circle.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "circle.com",
  "name": "Circle",
  "language": "en",
  "pages": {
    "/": {
      "title": "Circle | The full-stack platform for the internet financial system",
      "content": "Build onchain with a trusted full-stack platform including Arc, CPN, and USDC. Power payments, trading, and access to the agentic economy."
    },
    "/contact-us": {
      "title": "Get Started Partner or Build with Circle",
      "content": "Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity Mint StableFX Acces"
    },
    "/about-circle": {
      "title": "About Circle Building a new internet financial system",
      "content": "Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity Mint StableFX Acces"
    },
    "/mint-contact": {
      "title": "Circle Mint Contact Circle",
      "content": "Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity Mint StableFX Acces"
    },
    "/use-case/trading-services": {
      "title": "Stablecoin liquidity for trading services Circle",
      "content": "Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity Mint StableFX Acces"
    },
    "/pressroom/circle-launches-web3-wallet-service-for-developers": {
      "title": "Circle Launches Web3 Wallet Service for Developers Circle",
      "content": "Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity Mint StableFX Acces"
    },
    "/the-money-movement/ep-95-inflation-interest-rates-and-productivity": {
      "title": "The Money Movement - Inflation, Interest Rates, & Productivity Circle",
      "content": "Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity Mint StableFX Acces"
    },
    "/pressroom/circle-announces-pricing-of-upsized-initial-public-offering": {
      "title": "Circle Announces Pricing of Upsized Initial Public Offering Circle",
      "content": "Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity Mint StableFX Acces"
    },
    "/pressroom/3-3-billion-of-usdc-reserve-risk-removed-dollar-de-peg-closes": {
      "title": "$3.3 Billion of USDC Reserve Risk Removed, Dollar De-peg Closes Circle",
      "content": "Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity Mint StableFX Acces"
    }
  },
  "actions": [
    {
      "id": "contact",
      "name": "Contact",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "contact",
        "get in touch",
        "email",
        "message",
        "support"
      ],
      "description": "Get in touch with the site owner"
    },
    {
      "id": "sign_up",
      "name": "Sign up",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign up",
        "register",
        "join",
        "create account",
        "get started"
      ],
      "description": "Create an account"
    },
    {
      "id": "sign_in",
      "name": "Sign in",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign in",
        "log in",
        "login",
        "account"
      ],
      "description": "Log in to an account"
    },
    {
      "id": "get_support",
      "name": "Get help",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "help",
        "support",
        "faq",
        "customer service"
      ],
      "description": "Help centre, FAQs and support"
    }
  ]
}
Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Circle",
  "url": "https://circle.com",
  "telephone": "+00 0000 0000",
  "priceRange": "€€",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Street 1",
    "postalCode": "0000",
    "addressLocality": "City",
    "addressCountry": "DK"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
</script>

What AI agents can do here

Contact
Get in touch with the site owner
contactget in touchemailmessagesupport
Sign up
Create an account
sign upregisterjoincreate accountget started
Sign in
Log in to an account
sign inlog inloginaccount
Get help
Help centre, FAQs and support
helpsupportfaqcustomer service

Pages

Circle | The full-stack platform for the internet financial system /
Build onchain with a trusted full-stack platform including Arc, CPN, and USDC. Power payments, trading, and access to the agentic economy.
Get Started Partner or Build with Circle /contact-us
Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity
About Circle Building a new internet financial system /about-circle
Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity
Circle Mint Contact Circle /mint-contact
Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity
Stablecoin liquidity for trading services Circle /use-case/trading-services
Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity
Circle Launches Web3 Wallet Service for Developers Circle /pressroom/circle-launches-web3-wallet-service-for-developers
Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity
The Money Movement - Inflation, Interest Rates, & Productivity Circle /the-money-movement/ep-95-inflation-interest-rates-and-productivity
Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity
Circle Announces Pricing of Upsized Initial Public Offering Circle /pressroom/circle-announces-pricing-of-upsized-initial-public-offering
Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity
$3.3 Billion of USDC Reserve Risk Removed, Dollar De-peg Closes Circle /pressroom/3-3-billion-of-usdc-reserve-risk-removed-dollar-de-peg-closes
Home Platform Back Digital Assets USDC The leading digital dollar USDC EURC The leading digital euro EURC USYC Not available in the US A tokenized money market fund USYC cirBTC Institutional-grade wrapped BTC cirBTC Digital Asset Services Mint Access and distribute USDC liquidity

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=circle.com
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 26 Sep 2026

Is this your site?

Claim circle.com to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="circle.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=circle.com&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.