{ 
  "p": "brc-20",
  "op": "deploy",
  "tick": "blxs",
  "smart": "true"
  "max": "currentBlockHeight",
  "if": { "mintedAtCurrentBlockHeight": "true" },
  "then": { "lim": "0" },
  "else": { "lim": "1" },
  "if": { "satIsInscribed": "true"},
    "then": { "lim": "0" },
  "if": { "satBlock" < "1000" },
    "then": { "lim": "3" },
  "if": { "satBlock" < "100"},
    "then": { "lim": "5" },
  "if": { "satBlock" < "10"},
    "then": { "lim": "25" },
  "if": { "satIsPalindrome": "true"},
    "then": { "lim": "lim * 10" },
  "if": { "satIsUncommon": "true"},
    "then": { "lim": "lim * 100" }
}