> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truststack.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Mint a new link anchor

> Mint a new link anchor



## OpenAPI

````yaml /openapi.json post /link-anchors/mint
openapi: 3.0.0
info:
  title: Trust Stack API
  description: Programmatic access to the Trust Stack API.
  version: '1.0'
  contact: {}
servers: []
security: []
tags: []
paths:
  /link-anchors/mint:
    post:
      tags:
        - Link Anchor
      summary: Mint a new link anchor
      description: Mint a new link anchor
      operationId: mintLinkAnchor
      parameters: []
      responses:
        '201':
          description: ''

````