Aelf

aelf (styled lowercase by the company, listed on the secondary market as "Aelf Inc") is a Singapore-headquartered AI-enhanced, cloud-native layer-1 blockchain network founded in 2017. It is written in C# with a modular multi-side-chain architecture, parallel transaction execution and built-in cross-chain communication. Its public machine-readable surface is the AElf node Web API — an OpenAPI 3.0.1 contract every node serves at /swagger/v1/swagger.json and reachable anonymously on the public mainnet nodes — alongside 89 published protobuf contract definitions (the ACS contract standards, plus the gRPC peer and cross-chain services), six first-party chain SDKs, the aelf-command CLI, and a first-party agent layer of packaged Agent Skills and a local MCP server.

Aelf publishes 2 APIs on the APIs.io network: Node Web API and Agent Gateway API. Tagged areas include Company, Blockchain, Layer 1, Web3, and Smart Contracts.

Aelf’s developer surface includes documentation, API reference, getting-started guide, engineering blog, support, CLI, authentication, and 32 more developer resources.

42.3/100 developing Agent 34/100 agent ready Full breakdown ↓
scored 2026-09-10 · rubric v0.20.0
2 APIs 1 MCP Servers
CompanyBlockchainLayer 1Web3Smart ContractsCross-ChainDeveloper ToolsProtobufAgent SkillsCryptocurrency

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-10 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/aelf-inc: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

aelf Node Web API

The AElf node Web API is the REST surface every aelf node exposes: chain status, blocks, block state, transaction pool, transaction submission and results, merkle paths, contrac...

aelf Agent Gateway API

A first-party, self-hosted execution gateway that puts the aelf chain behind typed OpenAPI/MCP tools for AI agents: chain and asset queries, EOA/CA wallet operations, an explici...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Aelf MCP Server

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Aelf Inc Rate Limits

0 limits

RATE LIMITS

JSON Schema 1

Standalone JSON Schema definitions for this provider's data models.

WalletContextFileV1

4 properties

JSON SCHEMA

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Aelf Inc Authentication

0 schemes

SECURITY

Aelf Inc Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 7

Properties that don't map to a standard resource type

Scroll for all 7

Source (apis.yml)

apis.yml Raw ↑
aid: aelf-inc
name: Aelf
description: aelf (styled lowercase by the company, listed on the secondary market as "Aelf Inc") is a Singapore-headquartered
  AI-enhanced, cloud-native layer-1 blockchain network founded in 2017. It is written in C# with a modular multi-side-chain
  architecture, parallel transaction execution and built-in cross-chain communication. Its public machine-readable surface
  is the AElf node Web API — an OpenAPI 3.0.1 contract every node serves at /swagger/v1/swagger.json and reachable anonymously
  on the public mainnet nodes — alongside 89 published protobuf contract definitions (the ACS contract standards, plus the
  gRPC peer and cross-chain services), six first-party chain SDKs, the aelf-command CLI, and a first-party agent layer of
  packaged Agent Skills and a local MCP server.
url: https://raw.githubusercontent.com/api-evangelist/aelf-inc/refs/heads/main/apis.yml
image: https://docs.aelf.com/img/logo.svg
x-type: company
x-source: harvest:secondary-market
x-tier: profiled
x-tier-reason: enrichment-pipeline
x-identity:
  harvest_listing: https://forgeglobal.com/aelf-inc_stock/
  resolved_to: aelf (aelf.com / github.com/AElfProject), Singapore, founded 2017
  note: The harvest row came from the Forge Global secondary-market listing https://forgeglobal.com/aelf-inc_stock/ ("Aelf",
    Enterprise Software). That page sits behind a Cloudflare interstitial and returned HTTP 403 to every fetch on 2026-09-09,
    so the mapping to aelf was made from the company name and sector rather than by reading the listing itself. No other company
    trading as "Aelf" was found. Every artifact in this repository was harvested from aelf.com, docs.aelf.com, the *.aelf.io
    node hosts and the AElfProject GitHub organization — never from the Forge page.
specificationVersion: '0.20'
created: '2026-09-09'
modified: '2026-09-09'
tags:
- Company
- Blockchain
- Layer 1
- Web3
- Smart Contracts
- Cross-Chain
- Developer Tools
- Protobuf
- Agent Skills
- Cryptocurrency
apis:
- name: aelf Node Web API
  description: 'The AElf node Web API is the REST surface every aelf node exposes: chain status, blocks, block state, transaction
    pool, transaction submission and results, merkle paths, contract file descriptor sets, transaction fee calculation, and
    peer/network management. 24 operations across 23 paths, described by an OpenAPI 3.0.1 document the node itself serves
    at /swagger/v1/swagger.json with a Swagger UI at /swagger/index.html. Reads are anonymous; the two peer-management writes
    are documented as requiring HTTP Basic authentication.'
  humanURL: https://docs.aelf.com/tools/web-api/
  image: https://docs.aelf.com/img/logo.svg
  baseURL: https://aelf-public-node.aelf.io
  tags:
  - Blockchain
  - Layer 1
  - Transactions
  - Smart Contracts
  properties:
  - type: OpenAPI
    url: openapi/aelf-inc-node-web-api-openapi.json
  - type: Overlay
    url: overlays/aelf-inc-node-web-api-overlay.yaml
  - type: Documentation
    url: https://docs.aelf.com/tools/web-api/
  - type: APIReference
    url: https://docs.aelf.com/tools/web-api/chain-api/
  - type: Console
    url: https://aelf-public-node.aelf.io/swagger/index.html
  - type: ErrorCatalog
    url: errors/aelf-inc-error-codes.yml
  - type: DataModel
    url: data-model/aelf-inc-data-model.yml
- name: aelf Agent Gateway API
  description: 'A first-party, self-hosted execution gateway that puts the aelf chain behind typed OpenAPI/MCP tools for AI
    agents: chain and asset queries, EOA/CA wallet operations, an explicit prepare -> human approval -> send workflow, exactly-once
    dispatch, and an audit log. Published as source under the AElfProject GitHub organization with an OpenAPI 3.1.0 contract;
    the operator runs it themselves, so its declared server is the loopback default rather than a hosted host.'
  humanURL: https://github.com/AElfProject/aelf-agent-gateway
  image: https://docs.aelf.com/img/logo.svg
  baseURL: http://127.0.0.1:8787
  x-base-note: Self-hosted product. The contract declares servers[0].url http://localhost:8787, the documented default for
    a locally or privately run gateway. aelf operates no public instance, so there is no production host to record; this is
    a genuinely local base, not a placeholder.
  tags:
  - AI Agents
  - Wallets
  - Blockchain
  properties:
  - type: OpenAPI
    url: openapi/aelf-inc-agent-gateway-openapi.yaml
  - type: Overlay
    url: overlays/aelf-inc-agent-gateway-overlay.yaml
  - type: SourceCode
    url: https://github.com/AElfProject/aelf-agent-gateway
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://aelf.com/
- type: DeveloperPortal
  url: https://docs.aelf.com/
- type: Documentation
  url: https://docs.aelf.com/
- type: APIReference
  url: https://docs.aelf.com/tools/web-api/chain-api/
- type: GettingStarted
  url: https://docs.aelf.com/quick-start/
- type: Blog
  url: https://blog.aelf.com/
- type: GitHubOrganization
  url: https://github.com/AElfProject
- type: Support
  url: https://form.aelf.com/contact
- type: TermsOfService
  url: https://docs.aelf.com/legal/terms-of-use/
- type: PrivacyPolicy
  url: https://docs.aelf.com/legal/privacy-policy/
- type: Roadmap
  url: https://docs.aelf.com/resources/whitepaper-2/roadmap/
- type: Protobuf
  url: grpc/aelf-inc-peer-service.proto
- type: Protobuf
  url: grpc/aelf-inc-crosschain-rpc.proto
- type: Protobuf
  url: grpc/aelf-inc-acs20-standard-token.proto
- type: Protobuf
  url: grpc/aelf-inc-acs721-standard-nft.proto
- type: Protobuf
  url: grpc/aelf-inc-acs0-genesis.proto
- type: Protobuf
  url: grpc/aelf-inc-token-contract.proto
- type: Protobuf
  url: grpc/aelf-inc-core.proto
- type: JSONSchema
  url: json-schema/aelf-inc-wallet-context-v1.schema.json
- type: Packages
  url: packages/aelf-inc-packages.yml
- type: SDKs
  url: packages/aelf-inc-packages.yml
- type: CLI
  url: cli/aelf-inc-cli.yml
- type: Components
  url: components/aelf-inc-components.yml
- type: MCPServer
  url: mcp/aelf-inc-mcp.yml
- type: ToolCrosswalk
  url: mcp/aelf-inc-tool-crosswalk.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/aelf-inc-llms.txt
- type: Conventions
  url: conventions/aelf-inc-conventions.yml
- type: Idempotency
  url: conventions/aelf-inc-conventions.yml
- type: Authentication
  url: authentication/aelf-inc-authentication.yml
- type: Conformance
  url: conformance/aelf-inc-conformance.yml
- type: Lifecycle
  url: lifecycle/aelf-inc-lifecycle.yml
- type: ChangeLog
  url: changelog/aelf-inc-changelog.yml
- type: Sandbox
  url: sandbox/aelf-inc-sandbox.yml
- type: Plans
  url: plans/aelf-inc-plans-pricing.yml
- type: RateLimits
  url: rate-limits/aelf-inc-rate-limits.yml
- type: VulnerabilityDisclosure
  url: security/aelf-inc-vulnerability-disclosure.yml
- type: Security
  url: https://github.com/AElfProject/.github/blob/master/SECURITY.md
- type: DomainSecurity
  url: security/aelf-inc-domain-security.yml
x-enrichment:
  date: '2026-09-09'
  status: enriched
  artifacts_added: 36
  pass: local-v3

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/aelf-inc"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/aelf-inc/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/aelf-inc/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.